@charset "UTF-8";
/* Färger från den nya grafiska profilen */
/* Kompletterande färger till den nya grafiska profilen */
/* FONT FAMILY FOR DIFFERENT TEXT SIZES */
/*  FONT SIZES */
/*  desktop */
/* mobile */
/* print */
/* general */
/* LINE HEIGHT */
/* desktop */
/* mobile */
/* other */
/* dimensions-height-header */
/* Print style mixins */
/* 
 * Verktyg för att beräkna filter för en given färg
 * https://isotropic.co/tool/hex-color-to-css-filter/
*/
.sv-editing-mode .val-hero-area-expand {
  height: auto;
  padding: 2rem 0;
}

.val-hero-area-expand {
  height: 1px;
  overflow: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-color: white;
  border-bottom: 1px solid #154194;
  padding-top: 0;
  padding-bottom: 0;
}
.val-hero-area-expand.active {
  height: auto;
  padding: 2rem 0;
}
@media print {
  .val-hero-area-expand {
    height: auto;
    padding: 2rem 0;
    padding-top: 0;
  }
}

.val-expand-hero-area-button {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  line-height: 1.125rem;
}
.val-expand-hero-area-button:before {
  margin-right: 10px;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -31.2916666667rem/100% auto;
  -webkit-filter: invert(19%) sepia(38%) saturate(3145%) hue-rotate(205deg);
          filter: invert(19%) sepia(38%) saturate(3145%) hue-rotate(205deg);
}
.val-expand-hero-area-button.active:before {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -30.2916666667rem/100% auto;
  -webkit-filter: invert(19%) sepia(38%) saturate(3145%) hue-rotate(205deg);
          filter: invert(19%) sepia(38%) saturate(3145%) hue-rotate(205deg);
}
.val-expand-hero-area-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0;
}