/*
=========================================================
STARTPAGE CSS
=========================================================
 * Innehåller styling specifik för webbplatsens startsida
 * 
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/


/*
---------------------------------------------------------
SPECIALLÖSNINGAR PÅ STARTSIDA
--------------------------------------------------------- */

.lp-startpage {
  max-width: 100vw;
  overflow: hidden;
}

.lp-startpage .lp-content {
  padding-bottom: 13rem;
  position: relative;
}

.lp-startpage .lp-content:before {
  background: rgba(246,246,235,0.8);
  content: '';
  display: block;
  height: 100%;
  left: -50vw;
  padding-bottom: 6rem;
  padding-top: 13rem;
  position: absolute;
  top: -13rem;
  width: 150vw;
  z-index: -1;
}

.lp-startpage .lp-box {
  background: #fff;
}
