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


/*
---------------------------------------------------------
HOPPA TILL INNEHÅLL OCH MENY - Visas vid tabbning
--------------------------------------------------------- */

.lp-skip-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-skip-links li a {
  background: #000;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
  width: 1px;
}

.lp-skip-links li a:focus {
  height: auto;
  overflow: visible;
  padding: 1rem 0;
  text-align: center;
  transform: translateY(0);
  width: 100%;
  z-index: 30000;
}

.lp-skip-links li a.lp-skip-to-menu-smartphone {
  display: none;
}


/*
---------------------------------------------------------
GRUNDLAYOUT
--------------------------------------------------------- */

body {
  background-color: #f5f4f1;
}

.lp-content,
.lp-secondary-content,
.lp-submenu {
  margin: 3rem 0 0;
}

.lp-wrapper {
  background: #fffefe;
  border-left: 1px solid #d3d3d1;
  border-right: 1px solid #d3d3d1;
  margin: 0 auto;
  max-width: 1360px;
  overflow: hidden;
}

/*
---------------------------------------------------------
FORMATMALLAR
--------------------------------------------------------- */

.lp-content .sv-text-portlet .preamble,
.lp-content .sv-text-portlet .normal {
  max-width: 75rem;
}

/*
---------------------------------------------------------
SIDHUVUD
--------------------------------------------------------- */

.lp-header {
  padding: 2rem 0 0;
}

.lp-header__top-bar {
  align-items: center;
  display: flex;

  justify-content: space-between;
}

.lp-header__top-bar .lp-logo-column {
  display: flex;

  justify-content: space-between;
}

.lp-header__top-bar .lp-logo-column > .sv-layout,
.lp-header__top-bar .lp-logo-column > .sv-layout > .sv-layout {
  display: flex;
}

.lp-logo-column .lp-overlay-button,
.lp-overlay__close-button {
  align-items: center;
  background: transparent;
  border: 0;
  border: 1px solid rgba(0,0,0,0.45);
  border-radius: 3px;
  display: inline;
  display: flex;
  margin: 0 0 0 1rem;
  min-height: 48px;
  padding: 1.2rem 1rem;
}


.lp-overlay-button .lp-icon,
.lp-overlay__close-button .lp-icon {
  font-size: 1.3em;
  margin: 0 0.5rem 0 0;
}

.lp-overlay__close-button {
  border: none;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 0;
  font-family: 'open sans',arial,helvetica,sans-serif;
  font-size: 1.4rem;
  height: 49px;
}

.lp-overlay__close-button:hover {
  text-decoration: underline;
}

.lp-logo-column .lp-overlay-button:hover {
  text-decoration: underline;
}

.lp-header__top-bar .lp-secondary-logo-column {
  flex: 0 0 auto;
}

.lp-header__top-bar .lp-secondary-logo-column .lp-logo {
  margin-left: 4rem;
}

/* Logotyp primär */
.lp-logo {
  margin: 0;
}

.lp-logo img {
  display: block;
  height: auto !important;
  max-width: 100% !important; /* för skärumupplösning lägre än logotypens bredd */
  width: 160px !important; /* ändra till halva bildbredden för retinaupplösning */
}

.lp-logo a {
  display: inline-block;
}

.lp-text-logo__link {
  font-size: 3.5rem;
  font-weight: 300;
  font-weight: bold;
  letter-spacing: -0.1rem;
  line-height: 1.2;
  text-decoration: none;
}


/* Logotyp sekundär */


.lp-secondary-logo-column .lp-logo img {
  display: block;
  height: auto !important;
  max-width: 100% !important; /* för skärumupplösning lägre än logotypens bredd */
  width: 150px !important; /* ändra till halva bildbredden för retinaupplösning */
}


/* Sök */

header .lp-search-column {
  margin-left: 2rem;
  min-width: 40%;
}

header .sv-searchform-portlet {
  margin: 2rem 0;
  margin-left: auto;
  max-width: 470px;
  width: 100%;
}


/*
---------------------------------------------------------
SIDFOT
--------------------------------------------------------- */

.lp-footer {
  background: #fff;
  position: relative;
}

.lp-footer h2.subheading {
  color: #222;
  font-size: 2.2rem;
}

.lp-footer p.normal {
  color: #222;
  margin: 0 !important;
}

.lp-footer p.normal a,
.lp-footer .sv-jcrmenu-portlet a.normal {
  color: #222;
}

.lp-footer a:hover {
  text-decoration: none;
}

.lp-footer .lp-logo {
  display: none;
}


/*----- Sidfotsrad 1 -----*/

.lp-footer .lp-footer-row-one {
  border-bottom: 9px solid rgba(253, 200, 0, 1);
  margin-top: 9rem;
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}

.lp-footer-row-one:before {
  background: rgba(253,200,0,0.2);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: -1;
}
.lp-footer-row-one:after {
  background: rgba(254,218,171,1);
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: -1;
}

.lp-footer-row-one h2.subheading {
  font-size: 2.6rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}

.lp-footer .lp-footer-row-one p.normal a {
  margin-bottom: 1rem;
}

.lp-footer .lp-footer-row-one > .sv-layout {
  display: flex;
  margin: 0 auto;
  max-width: 1170px;
  width: 94%;
}

.lp-footer .lp-footer-row-one > .sv-layout > .sv-layout {
  box-sizing: border-box;
  padding-left: 3rem;
  width: 50%;
}

.lp-footer .lp-footer-row-one > .sv-layout > .sv-layout:first-child {
  padding-left: 0;
  padding-right: 3rem;
}

/* Marginal om rad 1 är sista raden */

.lp-footer .lp-footer-row-one > .sv-layout > .sv-layout:nth-child(2) .sv-text-portlet:nth-child(n+3) {
  display: inline-block;
  margin-right: 2rem;
}

.lp-footer > .sv-layout:last-child.lp-footer-row-one {
  margin-bottom: 6rem;
}

.lp-footer > .sv-layout:last-child.lp-footer-row-one:after {
  background-color: #fff;
  border-left: 1px solid #d3d3d1;
  border-right: 1px solid #d3d3d1;
  bottom: -6rem;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 6rem;
  left: 0;
  position: absolute;
  width: 100%;
}

/*----- Sidfotsrad 2 -----*/

.lp-footer-row-two {
  display: flex;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  max-width: 1170px;
  width: 94%;
}

.lp-footer-row-two > .sv-layout {
  border-left: 1px solid #dedede;
  margin-right: 3rem;
  padding-left: 3rem;
  width: 25%;

  flex: 1 1 auto;
}

.lp-footer-row-two > .sv-layout:first-child {
  border-left: none;
  padding-left: 0;
  padding-right: 3rem;
}

.lp-footer-row-two .sv-jcrmenu-portlet a {
  align-items: flex-start;
  display: flex !important;
  -ms-flex-align: start;
  padding: 0.5rem 0;
}

ul.lp-icon-menu-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.lp-footer-menu .lp-icon {
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 24px;
  margin-right: 1rem;
  min-width: 24px;
  width: 24px;
}

.lp-footer-row-two .lp-footer-menu:not(.lp-footer-menu-icons) .lp-icon {
  height: 12px;
  min-width: 12px;
  width: 12px;
}

.lp-footer-row-two .lp-footer-menu:not(.lp-footer-menu-icons) a {
  align-items: baseline;
}

/*

.lp-footer-row-two .sv-jcrmenu-portlet > *:not(.lp-icon-menu-footer) a svg {
  display: none;
}

.lp-footer-row-two .sv-jcrmenu-portlet > *:not(.lp-icon-menu-footer) a:before {
  background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D\'0%200%206%209\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20fill%3D\'%23000\'%3E%3Cg%20%20id%3D%22Design%22%3E%3Cg%20id%3D%22Nystart-2019-v2%22%20transform%3D%22translate(-217%20-2958)%22%3E%3Cpath%20id%3D%22Shape%22%20d%3D%22M218.062%202958l-1.062.963%203.9%203.537-3.9%203.537%201.062.963%204.43-4.019.508-.481-.508-.481z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 9px;
  margin-right: 1rem;
  margin-top: 0.8rem;
  min-width: 6px;
  width: 6px;
} */

/*----- Sidfotsrad 3 -----*/

.lp-footer-row-three {
  background-color: #f5f4f1;
  padding: 3rem 0;
}

.lp-footer-row-three > .sv-layout {
  align-items: center;
  display: flex;
  -ms-flex-align: center;
  margin: 0 auto;
  max-width: 1170px;
  width: 94%;
}

.lp-social-menu-footer {
  display: flex;
}

.lp-social-menu-footer li {
  margin-right: 20px;
}

.lp-social-menu-footer li,
.lp-social-menu-footer li a {
  align-items: center;
  display: flex;
}

.lp-social-menu-footer li a .lp-icon {
  color: #505d68;
  content: '';
  display: inline-block;
  height: 37px;
  transition: 0.3s;
  width: 37px;
}

/*
---------------------------------------------------------
MARKERING AV AKTIVT ANKARE
--------------------------------------------------------- */

.lp-content h2.subheading:target:first-of-type {
  position: relative;
}

.lp-content h2.subheading:target:first-of-type:before {
  -webkit-animation: bounce-in-top 1.1s both;
  animation: bounce-in-top 1.1s both;
  border-color: transparent transparent transparent #888;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  content: '';
  display: block;
  height: 0;
  left: -15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}


@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    transform: translateY(-500px);
  }

  38% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0);
  }

  55% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform: translateY(-65px);
  }

  72% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: translateY(0);
  }

  81% {
    -webkit-animation-timing-function: ease-in;
    transform: translateY(-28px);
  }

  90% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: translateY(-50%);
  }

  95% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform: translateY(-8px);
  }

  100% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: translateY(-50%);
  }
}

@keyframes bounce-in-top {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    transform: translateY(-500px);
  }

  38% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0);
  }

  55% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform: translateY(-65px);
  }

  72% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: translateY(0);
  }

  81% {
    -webkit-animation-timing-function: ease-in;
    transform: translateY(-28px);
  }

  90% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: translateY(-50%);
  }

  95% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform: translateY(-8px);
  }

  100% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: translateY(-50%);
  }
}

/*
---------------------------------------------------------
INLOGGNING / 404
--------------------------------------------------------- */

.lp-login-404 {
  border: 1px solid #eee;
  box-shadow: 0 0 20px 0 #eee;
  margin: 10rem auto 0;
  max-width: 640px;
  padding: 3rem;
}

/*
---------------------------------------------------------
SAMTLIGA LÄNKAR MED IKONER
--------------------------------------------------------- */


.pagecontent .sv-text-portlet-content .normal a,
.lp-footer .sv-text-portlet-content .normal a,
.lp-circular-files__list-item a,
.lp-circular-links__links a {
  color: #222 !important;
  display: flex;
}

.pagecontent .sv-text-portlet-content .normal a:hover,
.lp-circular-files__list-item a.normal:hover,
.lp-circular-links__links a.normal:hover {
  text-decoration: none;
}

.pagecontent .sv-text-portlet-content .normal a:before,
.lp-footer .sv-text-portlet-content .normal a:before,
.lp-circular-files__list-item a:before,
.lp-circular-links__links a:before,
.sv-cookie-consent-banner a.env-link:before {
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  margin-top: 3px;
  width: 20px;

  flex: 0 0 auto;
}


/* Alla länkar */
.pagecontent .sv-text-portlet-content .normal a:not([href^='/edit-fileresource/']):before,
.lp-footer .sv-text-portlet-content .normal a:not([href^='/edit-fileresource/']):before,
.lp-circular-files__list-item a:not([href^='/edit-fileresource/']):before,
.lp-circular-links__links a:not([href^='/edit-fileresource/']):before,
.sv-cookie-consent-banner a.env-link:before {
  background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D\'0%200%2032%2032\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20fill%3D\'%23000\'%3E%3Cpath%20%20d%3D%22M21.75%204c-1.672%200-3.258.66-4.438%201.844l-1.468%201.468A6.252%206.252%200%200%200%2014%2011.75c0%20.793.152%201.566.438%202.281l1.624-1.625A4.285%204.285%200%200%201%2017.25%208.72l1.469-1.469A4.28%204.28%200%200%201%2021.75%206c1.137%200%202.195.445%203%201.25a4.274%204.274%200%200%201%200%206.031l-1.469%201.469A4.28%204.28%200%200%201%2020.25%2016c-.223%200-.441-.023-.656-.063l-1.625%201.626A6.156%206.156%200%200%200%2020.25%2018c1.672%200%203.258-.66%204.438-1.844l1.468-1.468A6.252%206.252%200%200%200%2028%2010.25c0-1.672-.66-3.223-1.844-4.406A6.173%206.173%200%200%200%2021.75%204zm-2.469%207.281l-8%208%201.438%201.438%208-8zM11.75%2014c-1.672%200-3.258.66-4.438%201.844l-1.468%201.469A6.252%206.252%200%200%200%204%2021.75c0%201.672.66%203.223%201.844%204.406A6.173%206.173%200%200%200%2010.25%2028c1.672%200%203.258-.66%204.438-1.844l1.468-1.468A6.252%206.252%200%200%200%2018%2020.25c0-.793-.152-1.566-.438-2.281l-1.625%201.625a4.285%204.285%200%200%201-1.187%203.687l-1.469%201.469A4.28%204.28%200%200%201%2010.25%2026a4.208%204.208%200%200%201-3-1.25%204.274%204.274%200%200%201%200-6.031l1.469-1.469A4.28%204.28%200%200%201%2011.75%2016c.223%200%20.441.023.656.063l1.625-1.625A6.156%206.156%200%200%200%2011.75%2014z%22%2F%3E%3C%2Fsvg%3E');
}

/*Mail-länkar*/
.pagecontent .sv-text-portlet-content .normal a[href^='mailto']:before,
.lp-footer .sv-text-portlet-content .normal a[href^='mailto']:before,
.lp-circular-files__list-item a[href^='mailto']:before,
.lp-circular-links__links a[href^='mailto']:before {
  background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D\'0%200%2032%2032\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20fill%3D\'%23000\'%3E%3Cpath%20%20d%3D%22M3%207v18h26V7zm4.313%202h17.375L16%2014.781zM5%209.875l6.75%204.5L5%2019.094zm22%200v9.219l-6.75-4.719zm-13.5%205.688l1.938%201.28.562.345.563-.344%201.937-1.282L27%2021.5V23H5v-1.5z%22%2F%3E%3C%2Fsvg%3E');
}

/*Telefonnummer-länkar*/
.pagecontent .sv-text-portlet-content .normal a[href^='tel']:before,
.lp-footer .sv-text-portlet-content .normal a[href^='tel']:before,
.lp-circular-files__list-item a[href^='tel']:before,
.lp-circular-links__links a[href^='tel']:before {
  background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D\'0%200%2032%2032\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20fill%3D\'%23000\'%3E%3Cpath%20%20d%3D%22M8.656%203c-.523%200-1.039.188-1.469.531l-.062.031-.031.032-3.125%203.219.031.03a3.134%203.134%200%200%200-.844%203.376c.004.008-.004.023%200%20.031.848%202.426%203.016%207.11%207.25%2011.344%204.25%204.25%208.996%206.332%2011.344%207.25h.031a3.59%203.59%200%200%200%203.469-.688L28.406%2025c.828-.828.828-2.266%200-3.094l-4.062-4.062-.032-.063c-.828-.828-2.296-.828-3.125%200l-2%202a16.176%2016.176%200%200%201-4.093-2.812c-1.637-1.563-2.473-3.36-2.781-4.063l2-2c.84-.84.855-2.238-.032-3.062l.031-.032-.093-.093-4-4.125-.031-.031-.063-.032A2.356%202.356%200%200%200%208.656%203zm0%202a.35.35%200%200%201%20.219.094l4%204.093.094.094c-.008-.008.058.098-.063.219l-2.5%202.5-.469.438.22.624s1.148%203.075%203.562%205.376l.219.187C16.261%2020.746%2019%2021.906%2019%2021.906l.625.282%202.969-2.97c.172-.171.14-.171.312%200L27%2023.314c.172.171.172.109%200%20.28l-3.063%203.063c-.46.395-.949.477-1.53.282-2.266-.891-6.669-2.825-10.595-6.75-3.957-3.958-6.023-8.446-6.78-10.625-.153-.407-.044-1.008.312-1.313l.062-.063%203.032-3.093A.35.35%200%200%201%208.655%205z%22%2F%3E%3C%2Fsvg%3E');
}

/*Bild-länkar*/
/* I editeringsmode kan man inte särskilja bildlänkar till interna bilder från filer. Därmed får de dokumentikon när man befinner sig i redigeringsläge.*/
.pagecontent .sv-text-portlet-content .normal a[href$='.jpeg']:before,
.pagecontent .sv-text-portlet-content .normal a[href$='.jpg']:before,
.pagecontent .sv-text-portlet-content .normal a[href$='.png']:before,
.lp-footer .sv-text-portlet-content .normal a[href$='.jpeg']:before,
.lp-footer .sv-text-portlet-content .normal a[href$='.jpg']:before,
.lp-footer .sv-text-portlet-content .normal a[href$='.png']:before,
.lp-circular-files__list-item a[href$='.jpeg']:before,
.lp-circular-files__list-item a[href$='.jpg']:before,
.lp-circular-files__list-item a[href$='.png']:before,
.lp-circular-links__links a[href$='.jpeg']:before,
.lp-circular-links__links a[href$='.jpg']:before,
.lp-circular-links__links a[href$='.png']:before {
  background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D\'0%200%2032%2032\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20fill%3D\'%23000\'%3E%3Cpath%20%20d%3D%22M6%203v26h20V9.594l-.281-.313-6-6L19.406%203zm2%202h10v6h6v16H8zm12%201.438L22.563%209H20zM21.094%2014c-.551%200-1%20.45-1%201s.449%201%201%201c.55%200%201-.45%201-1s-.45-1-1-1zM14%2015.594l-.719.687-4%204%201.438%201.438L14%2018.437l2.281%202.282.719.687.719-.687L19%2019.437l2.281%202.282%201.438-1.438-3-3-.719-.687-.719.687L17%2018.563l-2.281-2.282z%22%2F%3E%3C%2Fsvg%3E');
}

/*Dokument-länkar*/
.pagecontent .sv-text-portlet-content .normal a[href$='.txt']:before,
.pagecontent .sv-text-portlet-content .normal a[href$='.doc']:before,
.pagecontent .sv-text-portlet-content .normal a[href$='.docx']:before,
.pagecontent .sv-text-portlet-content .normal a[href$='.xls']:before,
.pagecontent .sv-text-portlet-content .normal a[href$='.xlsx']:before,
.pagecontent .sv-text-portlet-content .normal a[href$='.ppt']:before,
.pagecontent .sv-text-portlet-content .normal a[href$='.pptx']:before,
.pagecontent .sv-text-portlet-content .normal a[href$='.pdf']:before,
.pagecontent .sv-text-portlet-content .normal a[href$='.mp4']:before,
.pagecontent .sv-text-portlet-content .normal a[href$='.css']:before,
.pagecontent .sv-text-portlet-content .normal a[href$='.js']:before,
.pagecontent .sv-text-portlet-content .normal a[href$='.vm']:before,
.pagecontent .sv-text-portlet-content .normal a[href^='/edit-fileresource/']:before {
  background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D\'0%200%2032%2032\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20fill%3D\'%23000\'%3E%3Cpath%20%20d%3D%22M6%203v26h20V9.594l-.281-.313-6-6L19.406%203zm2%202h10v6h6v16H8zm12%201.438L22.563%209H20zM11%2013v2h10v-2zm0%204v2h10v-2zm0%204v2h10v-2z%22%2F%3E%3C%2Fsvg%3E');
}

.lp-footer .sv-text-portlet-content .normal a[href$='.txt']:before,
.lp-footer .sv-text-portlet-content .normal a[href$='.doc']:before,
.lp-footer .sv-text-portlet-content .normal a[href$='.docx']:before,
.lp-footer .sv-text-portlet-content .normal a[href$='.xls']:before,
.lp-footer .sv-text-portlet-content .normal a[href$='.xlsx']:before,
.lp-footer .sv-text-portlet-content .normal a[href$='.ppt']:before,
.lp-footer .sv-text-portlet-content .normal a[href$='.pptx']:before,
.lp-footer .sv-text-portlet-content .normal a[href$='.pdf']:before,
.lp-footer .sv-text-portlet-content .normal a[href$='.mp4']:before,
.lp-footer .sv-text-portlet-content .normal a[href$='.css']:before,
.lp-footer .sv-text-portlet-content .normal a[href$='.js']:before,
.lp-footer .sv-text-portlet-content .normal a[href$='.vm']:before,
.lp-footer .sv-text-portlet-content .normal a[href^='/edit-fileresource/']:before {
  background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D\'0%200%2032%2032\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20fill%3D\'%23000\'%3E%3Cpath%20%20d%3D%22M6%203v26h20V9.594l-.281-.313-6-6L19.406%203zm2%202h10v6h6v16H8zm12%201.438L22.563%209H20zM11%2013v2h10v-2zm0%204v2h10v-2zm0%204v2h10v-2z%22%2F%3E%3C%2Fsvg%3E');
}

.lp-circular-files__list-item a[href$='.txt']:before,
.lp-circular-files__list-item a[href$='.doc']:before,
.lp-circular-files__list-item a[href$='.docx']:before,
.lp-circular-files__list-item a[href$='.xls']:before,
.lp-circular-files__list-item a[href$='.xlsx']:before,
.lp-circular-files__list-item a[href$='.ppt']:before,
.lp-circular-files__list-item a[href$='.pptx']:before,
.lp-circular-files__list-item a[href$='.pdf']:before,
.lp-circular-files__list-item a[href$='.mp4']:before,
.lp-circular-files__list-item a[href$='.css']:before,
.lp-circular-files__list-item a[href$='.js']:before,
.lp-circular-files__list-item a[href$='.vm']:before,
.lp-circular-files__list-item a[href^='/edit-fileresource/']:before,
.lp-circular-links__links a[href$='.txt']:before,
.lp-circular-links__links a[href$='.doc']:before,
.lp-circular-links__links a[href$='.docx']:before,
.lp-circular-links__links a[href$='.xls']:before,
.lp-circular-links__links a[href$='.xlsx']:before,
.lp-circular-links__links a[href$='.ppt']:before,
.lp-circular-links__links a[href$='.pptx']:before,
.lp-circular-links__links a[href$='.pdf']:before,
.lp-circular-links__links a[href$='.mp4']:before,
.lp-circular-links__links a[href$='.css']:before,
.lp-circular-links__links a[href$='.js']:before,
.lp-circular-links__links a[href$='.vm']:before,
.lp-circular-links__links a[href^='/edit-fileresource/']:before {
  background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D\'0%200%2032%2032\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20fill%3D\'%23000\'%3E%3Cpath%20%20d%3D%22M6%203v26h20V9.594l-.281-.313-6-6L19.406%203zm2%202h10v6h6v16H8zm12%201.438L22.563%209H20zM11%2013v2h10v-2zm0%204v2h10v-2zm0%204v2h10v-2z%22%2F%3E%3C%2Fsvg%3E');
}

/*
---------------------------------------------------------
LÄNKLISTA PORTAL
--------------------------------------------------------- */
.lp-portal-site-list {
  background: #fff;
  border: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-portal-site-list__item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.lp-portal-site-list__item__link {
  display: flex;
  font-weight: 600;
  padding: 10px 30px;
  text-decoration: none;
  transition: background-color 0.15s ease;
}

.lp-portal-site-list__item__link:hover,
.lp-portal-site-list__item__link:focus {
  background-color: #efefef;
  text-decoration: underline;
}

/*
---------------------------------------------------------
Heroknappar
--------------------------------------------------------- */

a.lp-linkbutton-hero {
  align-items: center;
  border: 1px solid;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  -ms-flex-align: center;
  margin: 2rem 0 4rem;
  max-width: 50rem;
  padding: 1rem 3rem;
  text-decoration: none;
}

a.lp-linkbutton-hero .lp-icon {
  font-size: 4.8rem;
  margin-right: 2rem;
}

a.lp-linkbutton-hero img {
  height: 48px;
  margin-right: 2rem;
  width: auto;
}

a.lp-linkbutton-hero span {
  font-size: 1.6rem;
  font-weight: 600;
}


/* Teman */
a.lp-linkbutton-hero.lp-link-button-hero-white {
  background-color: #fdc800;
  border-color: #fdc800;
}

a.lp-linkbutton-hero.lp-link-button-hero-white:hover,
a.lp-linkbutton-hero.lp-link-button-hero-white:focus {
  background-color: #ffeeb2;
  border-color: #ffeeb2;
}

a.lp-linkbutton-hero.lp-link-button-hero-light {
  border-color: #000;
}

a.lp-linkbutton-hero.lp-link-button-hero-light:hover,
a.lp-linkbutton-hero.lp-link-button-hero-light:focus {
  background-color: rgba(0,0,0,0.1);
}

a.lp-linkbutton-hero.lp-link-button-hero-dark {
  border-color: #fff;
  color: #fff;
  font-weight: 600;
}

a.lp-linkbutton-hero.lp-link-button-hero-dark:hover,
a.lp-linkbutton-hero.lp-link-button-hero-dark:focus {
  background-color: rgba(0,0,0,0.25);
}

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

.lp-hero {
  background-color: rgba(254,218,171,1);
  box-sizing: border-box;
  display: flex;
  margin: 4rem 0 4rem;

  flex-wrap: wrap;
}

.lp-hero > .sv-layout {
  background-position: center center;
  box-sizing: border-box;
  display: flex;
  padding: 3rem 0;
  width: 50%;

  flex: 0 0 auto;
  flex-wrap: wrap;
}

.lp-hero > .sv-layout > .sv-layout {
  border-left: 2px solid rgba(0,0,0,0.25);
  box-sizing: border-box;
  margin-left: auto;
  max-width: 58.5rem;
  padding: 0 3rem 0 0;

  flex: 0 0 auto;
}

.lp-hero .sv-grid-1170 .sv-row {
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

.lp-hero .sv-row > .sv-layout {
  border-left: 2px solid rgba(0,0,0,0.25);
  margin: 2rem 0 0;
  padding: 0 0 0 3rem;
}

.lp-hero > .sv-grid-1170 {
  margin: 0 auto;
  max-width: 1170px;
  width: 94%;
}

.lp-hero > .sv-layout > .sv-layout:first-child,
.lp-hero .sv-row > .sv-layout:first-child {
  border: none;
  margin-top: 0;
  padding-left: 0;
}

.lp-hero .lp-hero__image {
  min-height: 25rem;
  width: 100%;
}

@media only screen and (max-width:1250px) {
  .lp-hero > div > div {
    margin-left: 3vw;
    width: 47vw;
  }
}


.lp-hero .heading {
  color: #000;
  font-family: Georgia, serif;
  font-size: 3.2rem;
  line-height: 1.2;
  margin: 0 0 10px !important;
}

.lp-hero .normal {
  color: #000;
}

.lp-hero .sv-text-portlet-content .normal:last-child {
  margin-bottom: 0;
}

.lp-hero-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-hero-menu li {
  display: table;
  margin: 1.5rem 0 0;
}

.lp-hero-menu li:first-child {
  margin: 0;
}

.lp-hero-menu li a {
  align-items: center;
  display: flex;
  text-decoration: none;
}

.lp-hero-menu li a:hover {
  text-decoration: underline;
}

.lp-hero-menu .lp-icon {
  font-size: 0.7em;
  margin: 0 0.8rem 0 0;
}

/*
---------------------------------------------------------
JUSTERINGAR FÖR MODULEN "METADATABOX"
--------------------------------------------------------- */
body .lp-metadata-box {
  background: none;
  font-size: 1.6rem;
  padding: 0;
}

body .lp-metadata-box__name {
  flex: 0 0 auto;
}

body .lp-metadata-box__list-item {
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 0;
}

body .lp-metadata-box__value {
  margin-left: 0;
}

body .lp-metadata-box__list {
  margin-top: 1.6rem;
}

/*
---------------------------------------------------------
RELATERADE EVENEMANG
--------------------------------------------------------- */

.lp-related-events.lp-expandable-content {
  max-width: 55rem;
}


body .sv-text-portlet .lp-related-events__heading {
  font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
  font-size: 1.6rem;
}

.lp-related-events-list {
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-related-events .lp-expandable-content__content {
  padding-top: 0;
}

.lp-related-events-list__item a {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.lp-related-events-list__item a:hover {
  text-decoration: none;
}

.lp-related-events__event-meta {
  font-size: 1.4rem;
}

.lp-related-events__event {
  display: flex;
  flex-direction: column;
}

.lp-related-events-list__item {
  border-bottom: 1px solid #dedede;
  padding: 1rem 0;
}

.lp-related-events-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/*
---------------------------------------------------------
KURSLEDARE
--------------------------------------------------------- */

.lp-course-leaders-list {
  list-style: none;
  margin: 1rem 0 4rem;
  padding: 0;
}

.lp-course-leaders-list__item {
  margin-bottom: 1rem;
}

.lp-course-leaders__leader__content {
  align-items: center;
  display: flex;
}

.lp-course-leaders__leader__image-column {
  margin: 0 1rem 0 0;
}

.lp-course-leaders__leader__image {
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  height: 6rem;
  width: 6rem;
}

.lp-course-leaders__leader__name {
  font-family: 'open sans',arial,helvetica,sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
}

.lp-course-leaders__leader__title {
  font-size: 1.6rem;
  margin: 0;
}

/* Köer */
.lp-subscription2__queue-manager {
  z-index: 999;
}


/*
---------------------------------------------------------
Skript för att lista antal undersidor
--------------------------------------------------------- */
body .lp-count-subpages {
  margin: 0 0 1rem 0;
  text-align: right;
}
