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

.lp-startpage header > .sv-layout > .sv-script-portlet {
  width: 125px;
  min-height: 60px;
}

.lp-logo--site-page {
  position: absolute;
  top: 0;
}

.lp-startpage .lp-content .sv-text-portlet {
   max-width: 700px;
   margin: 0 auto;
   text-align: center;
}

.lp-startpage .lp-content h2 {
   font-size: 3.6rem;
}

.lp-startpage .lp-content .preamble,
.lp-startpage .lp-content .noramal {
   font-size: 1.6rem;
   line-height: 1.6;
}


/*
---------------------------------------------------------
HERO STARTSIDA
---------------------------------------------------------*/

.lp-hero {
  padding: 0 0 6rem;
}

.lp-hero  .lp-logo img {
  height: auto !important;
  width: 80px !important; /* ändra till halva bildbredden för retinaupplösning */
}

.lp-hero .sv-fixed-fluid-grid {
  padding: 16rem 0 0;
}

.lp-hero .sv-text-portlet {
  max-width: 410px;
}

.lp-hero .sv-text-portlet h1,
.lp-hero .sv-text-portlet p,
.lp-hero .sv-text-portlet a {
  color: #fff;
}

.lp-hero .sv-text-portlet h1 {
  font-size: 5.6rem;
}

.lp-hero .sv-text-portlet p {
  font-size: 1.7rem;
}

.lp-hero .sv-text-portlet a {
  font-size: 2rem;
}

.lp-hero .sv-text-portlet a:hover,
.lp-hero .sv-text-portlet a:focus {
  text-decoration: none;
}

.lp-hero .lp-countdown {
  margin-bottom: 0;
}


/*
---------------------------------------------------------
SNABBLÄNKSMENY STARTSIDA
---------------------------------------------------------*/

.lp-quick-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0 0 8rem;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #efefef;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lp-quick-links li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.lp-quick-links a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.lp-quick-links img {
  height: 100px;
  width: 100px;
}

.lp-quick-links a > span {
  padding: 0.75rem 3rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.lp-quick-link__name,
.lp-quick-link__description {
  display: block;
}

.lp-quick-link__name {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.lp-quick-link__description {
  font-size: 1.6rem;
  line-height: 1.4;
  max-height: 2.8em;
  overflow: hidden;
}


/* Hover */
.lp-quick-links a:hover,
.lp-quick-links a:focus {
  background: #f5f5f5;
}

.lp-quick-links a:hover .lp-quick-link__name,
.lp-quick-links a:focus .lp-quick-link__name {
  text-decoration: underline;
}

