/*
=========================================================
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: clamp(3.2rem, 7vw, 7rem);
  font-weight: bold;
}

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

div.sv-layout div.lp-expandable-content {
  margin: var(--lp-spacing) auto;
  max-width: 70rem;
}

.lp-quick-links a[href^='http']:after {
  background-image: var(--lp-icon-lp-external-link-light);
}

@media screen and (max-width:800px) {
  .lp-content {
    margin: inherit;
  }
}
