/* LADDAS ALLTID MEN VISAS BARA NÄR DET FINNS HERO */

.lp-hero-wrapper {
  position: relative;
}

header {
  position: relative;
  z-index: 6;
}

.lp-hero {
  position: relative;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

.lp-hero__image {
  position: absolute;
  opacity: .65;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}

.lp-hero__image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 200px;
  z-index: 2;
  opacity: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.65)),to(rgba(0,0,0,0)));
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}

.lp-hero__content {
  position: relative;
  z-index: 3;
  max-width: 80%;
  padding: 0 40px 0 0;
}

.lp-hero__content:after {
  content: '';
  position: absolute;
  left: -50px;
  right: -210px;
  top: -40px;
  bottom: -40px;
  border: 8px solid #e1001a;
  background-color: rgba(30,30,30,0.5);
  z-index: -1;
}

.lp-hero__headline {
  margin: 0 0 20px;
  color: #fff;
  font-size: 7rem;
  line-height: 110%;
}

.lp-hero__text {
  margin: 0 !important;
  color: #fff;
  font-size: 3.6rem;
  line-height: 130%;
}
