/*
=========================================================
404 CSS
=========================================================
 * Innehåller styling för en 404-sidan
 * 
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/


/*
---------------------------------------------------------
BRÖDSMULOR
--------------------------------------------------------- */

.sv-multilevellink-portlet {
  display: none;
}

.lp-content {
  margin: 6rem 0 0;
}

.heading {
  font-size: 7rem;
  font-weight: bold;
}

.sv-text-portlet .font-normal {
  margin: 0 auto;
  max-width: 70rem;
}

.lp-expandable-content {
  margin: 3rem auto;
  max-width: 70rem;
}

@media screen and (max-width:800px) {
  .heading {
    font-size: 3.2rem;
  }

  .lp-content {
    margin: inherit;
  }
}
