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


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

.lp-content {
  margin-top: 0;
}

.sv-edit-mode .lp-content .pagecontent > *:not(.lp-bg-block):first-child,
html:not(.sv-edit-mode) .lp-content .pagecontent > *:not(.lp-bg-block):nth-child(2) {
  margin-top: var(--lp-spacing-x-large);
}

@media screen and (max-width: 992px) {
  .sv-edit-mode .lp-content .pagecontent > *:not(.lp-bg-block):first-child,
  html:not(.sv-edit-mode) .lp-content .pagecontent > *:not(.lp-bg-block):nth-child(2) {
    margin-top: 0;
  }
}

.lp-main {
  max-width: 100%;
}

.pagecontent .sv-html-portlet {
  min-height: 0;
}


.lp-hero .sv-image-portlet:after,
.lp-hero .sv-mfpimage-portlet:after,
.lp-hero .sv-marketplace-mediaflow-mediaflow:after {
  background-image: url('/images/18.11d4daf818afe54653336563/1697442507554/dekor.svg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  max-width: 37rem;
  position: absolute;
  right: 0;
  width: 40%;
  z-index: 1;

  aspect-ratio: 1/1;
}
