/*
=========================================================
BASE CSS
=========================================================
 * Innehåller grundläggande styling och förbättringar för
 * webbplatsen
 *
 * Copyright (C) Limepark AB. Upprättad 2016.
=========================================================*/


/*
---------------------------------------------------------
FIXAR/FÖRBÄTTRINGAR
---------------------------------------------------------*/

/* Fast textstorlek vid rotation i iPhone */
body {
   -webkit-text-size-adjust: 100%;
}

/* Fix av IE-bugg med understrukna pseudoelement */

a:before, a:after {
   text-decoration: underline;
}

a:before, a:after {
   text-decoration: none;
}

/* Fix för att bilder ska skalas i nyhetsmoduler */
.sv-responsive .sv-archive-portlet img {
   width: auto !important;
   height: auto !important;
   max-width: 30%;
}

/* Modulavstånd i innehållsytor (ej textmoduler) */
.pagecontent > .sv-portlet {
   margin-bottom: 30px;
}

/* Ändrar rubriker i nyhetsmodul till blockelement */
.sv-archive-portlet h2.subheading a span {
   display: block;
}

/* Fix för att spalterna ska ta plats även vid tom */
div[class*='sv-column-'] {
   min-height: 1px;
}


/* Göm innehåll, men visas för skärmläsare */
.lp-user-hidden {
   position:absolute;
   left:-10000px;
   top:auto;
   width:1px;
   height:1px;
   overflow:hidden;
}


/* Responsiva iframes etc */
iframe,
object,
embed {
   border: medium none;
   max-width: 100%;
   overflow: hidden;
}

.pagecontent {
}

#__ba_panel {
   display: none;
}


/*
---------------------------------------------------------
IKONER - GRUNDINSTÄLLNINGAR
--------------------------------------------------------- */

.lp-icon {
  height: 1em;
  /* Paths and strokes that overflow the viewBox can show in IE.
  If you use normalize.css, it already sets this. */
  overflow: hidden;
  /* Nice visual alignment for icons alongside text */
  vertical-align: -0.15em;
  /* Allows sizing by changing the icon's font-size */
  width: 1em;
  /* Default path fill = value of the color property */
  fill: currentColor;
}


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

.lp-wrapper {
   margin: 0 auto;
   max-width: 1000px;
   border: 1px solid #ccc;
}

.lp-content.sv-column-8 {
   padding-right: 100px;
}

.lp-content.sv-column-8 h1:first-child {
   margin-top: -5px;
}

.lp-content,
.lp-secondary-content,
.lp-submenu {
   margin: 40px 0 0;
}

.lp-section-blue {
   padding: 40px 0;
   background: #e9f0f5;
}

.lp-section-grey {
   padding: 120px 0;
   background: #F7F7F7;
}

.lp-section-blue .heading {
   margin: 0 0 40px !important;
}


/* Direktlänk till innehåll och meny som visas vid tabbning */
a.lp-skip-to-content, a.lp-skip-to-menu {
   position: absolute;
   overflow: hidden;
   text-indent: -9999px;
}

a.lp-skip-to-content:focus, a.lp-skip-to-menu:focus {
   display: block;
   overflow: visible;
   z-index: 30000;
   width: 100%;
   padding: 10px 0;
   background: #000;
   color: #fff;
   text-indent: inherit;
   text-align: center;
}

.lp-singel-box {
   max-width: 500px;
   margin: 100px auto 0;
   padding: 20px;
   -webkit-box-shadow: 0 0 20px 0 #eee;
           box-shadow: 0 0 20px 0 #eee;
   border: 1px solid #eee;
}


/** Ikoner **/
.icon {
  /* Allows sizing by changing the icons font-size */
  width: 1em; height: 1em;
  /* Nice visual alignment for icons alongside text */
  vertical-align: -0.15em;
  /* Default path fill = value of the color property */
  fill: currentColor;
  /* Paths and strokes that overflow the viewBox can show in IE.
     If you use normalize.css, it already sets this. */
  overflow: hidden;
}

.sv-linkicon {
    padding-left: 4px;
    max-width: 11px;
}

.sv-file-portlet .sv-file-portlet-fileicon img {
   max-width: 14px;
   margin: 4px 0 0;
}

.sv-file-portlet td {
   vertical-align: top;
}

/*
---------------------------------------------------------
INPUTFÄLT
--------------------------------------------------------- */

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=password],
textarea,
select,
.sv-defaultFormTheme input[type=text],
.sv-defaultFormTheme input[type=email],
.sv-defaultFormTheme input[type=url],
.sv-defaultFormTheme input[type=tel],
.sv-defaultFormTheme input[type=number],
.sv-defaultFormTheme input[type=password],
.sv-defaultFormTheme textarea,
.sv-defaultFormTheme select {
   padding: 11px 15px;
   color: #404040;
   background-color: #fff;
   border: 1px solid #bfc4c8;
   border-radius: 5px;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   -webkit-appearance: none;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=password]:hover,
textarea:hover,
select:hover,
.sv-defaultFormTheme input[type=text]:hover,
.sv-defaultFormTheme input[type=email]:hover,
.sv-defaultFormTheme input[type=url]:hover,
.sv-defaultFormTheme input[type=tel]:hover,
.sv-defaultFormTheme input[type=number]:hover,
.sv-defaultFormTheme input[type=password]:hover,
.sv-defaultFormTheme textarea:hover,
.sv-defaultFormTheme select:hover {
   border: 1px solid #bfc4c8;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus,
select:focus,
.sv-defaultFormTheme input[type=text]:focus,
.sv-defaultFormTheme input[type=email]:focus,
.sv-defaultFormTheme input[type=url]:focus,
.sv-defaultFormTheme input[type=tel]:focus,
.sv-defaultFormTheme input[type=number]:focus,
.sv-defaultFormTheme input[type=password]:focus,
.sv-defaultFormTheme textarea:focus,
.sv-defaultFormTheme select:focus {
   border: 1px solid #bfc4c8;
   /*outline: none;*/
   outline: 2px solid #224369;
}


/* Reset på SiteVision's inline style */
.sv-defaultFormTheme input[type=text],
.sv-defaultFormTheme input[type=email],
.sv-defaultFormTheme input[type=url],
.sv-defaultFormTheme input[type=tel],
.sv-defaultFormTheme input[type=number],
.sv-defaultFormTheme input[type=password],
.sv-defaultFormTheme textarea,
.sv-defaultFormTheme select {
   height: auto;
   -webkit-box-shadow: none;
           box-shadow: none;
   -webkit-transition: none;
   transition: none;
}

.sv-defaultFormTheme input[type=text]:focus,
.sv-defaultFormTheme input[type=email]:focus,
.sv-defaultFormTheme input[type=url]:focus,
.sv-defaultFormTheme input[type=tel]:focus,
.sv-defaultFormTheme input[type=number]:focus,
.sv-defaultFormTheme input[type=password]:focus,
.sv-defaultFormTheme textarea:focus,
.sv-defaultFormTheme select:focus {
   /*outline-style: none;*/
	outline: 2px solid #224369;
   -webkit-box-shadow: none;
           box-shadow: none;
}


/*
---------------------------------------------------------
KNAPPAR
--------------------------------------------------------- */

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.sv-defaultFormTheme input[type=button],
.sv-defaultFormTheme input[type=submit],
.sv-defaultFormTheme input[type=reset] {
   padding: 12px 40px;
   font-family: "open sans",arial,helvetica,sans-serif;
   font-size: 12px;
   line-height: 16px;
   color: #fff;
   text-transform: uppercase;
   border: none;
   background-color: #004b8d;
   border-radius: 5px;
   cursor: pointer;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
.sv-defaultFormTheme input[type=button]:hover,
.sv-defaultFormTheme input[type=submit]:hover,
.sv-defaultFormTheme input[type=reset]:hover,
.sv-defaultFormTheme input[type=button]:focus,
.sv-defaultFormTheme input[type=submit]:focus,
.sv-defaultFormTheme input[type=reset]:focus {
   color: #fff;
   background-color: #f2f6f9;
   outline: none;
   box-shadow: 0 0 0 1px #024b8d;
}


/* Reset på SiteVision's inline style */
.sv-defaultFormTheme input[type=button]:active,
.sv-defaultFormTheme input[type=submit]:active,
.sv-defaultFormTheme input[type=reset]:active {
   -webkit-box-shadow: none;
           box-shadow: none;
}


/* Fix för att ta bort plattformspecifik styling */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.sv-defaultFormTheme input[type=button],
.sv-defaultFormTheme input[type=submit],
.sv-defaultFormTheme input[type=reset] {
   -webkit-appearance: none;
}

input[type="submit"]::-moz-focus-inner,
.sv-defaultFormTheme input[type=submit]::-moz-focus-inner {
   border: 0; /* fix för felaktig höjd i Firefox */
}

button::-moz-focus-inner,
.sv-defaultFormTheme input[type=button]::-moz-focus-inner {
   padding: 0;
   border: 0;
}


/*
---------------------------------------------------------
LÄNKKNAPP
--------------------------------------------------------- */

.lp-link-button {
  text-align: center;
}

.lp-link-button a {
  font-size: 1em;
  line-height: 1.5em;
  color: #222 !important;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 17px 60px;
  border: 1px solid #024B8D !important;
  border-radius: 8px;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.lp-link-button a:hover,
.lp-link-button a:focus {
  background-color: #f2f6f9;
  -webkit-box-shadow: 0 0 0 1px #024B8D;
          box-shadow: 0 0 0 1px #024B8D;
}


/*
---------------------------------------------------------
TABELLER
--------------------------------------------------------- */
/*
table.sv-standard caption {
   display: none !important;
}*/

table.sv-standard {
   width: 100%;
   margin: 20px 0 30px;
   border-collapse: collapse;
   border-spacing: 0;
   /*border-bottom: 1px solid #ccc;*/
}

table.sv-standard th {
   padding: 12px 15px;
   /*background: #224369;*/
}

.sv-text-portlet table.sv-standard th p {
   font-weight: normal;
}


.sv-text-portlet table.sv-standard td,
.sv-text-portlet table.sv-standard td p {
  font-size: 1em;
}

table.sv-standard td {
   padding: 12px 20px;
}

table.sv-standard tr:nth-child(even) th,
table.sv-standard tr:nth-child(even) td {
   background: #f0f5f9;
}

.sv-text-portlet table.sv-standard td p a,
.sv-text-portlet table.sv-standard th p a {
   color: #004b8d;
    /*text-decoration: underline;*/
    text-decoration: none;
    border-bottom: 2px solid #004b8d;
    transition: background .2s;
}

.sv-text-portlet table.sv-standard td p a:hover,
.sv-text-portlet table.sv-standard th p a:hover {
   background: #e9f0f5;
}


/* Header vid stapling av tabell */

table.sv-standard th.sv-responsiveTable--stacked__headRow--main {
   background: #bbb;
}


/*
---------------------------------------------------------------
Tabell blå header
---------------------------------------------------------------
/*
table.sv-standard caption {
   display: none !important;
}*/

table.sv-table-type-bla-header {
   width: 100%;
   margin: 20px 0 30px;
   border-collapse: collapse;
   border-spacing: 0;
   /*border-bottom: 1px solid #ccc;*/
}

table.sv-table-type-bla-header th {
   padding: 12px 15px;
   background: #224369;
}

.sv-text-portlet table.sv-table-type-bla-header th p {
   font-weight: normal;
}


.sv-text-portlet table.sv-table-type-bla-header td,
.sv-text-portlet table.sv-table-type-bla-header td p {
  font-size: 1em;
}

table.sv-table-type-bla-header td {
   padding: 12px 20px;
}

table.sv-table-type-bla-header tr:nth-child(even) th,
table.sv-table-type-bla-header tr:nth-child(even) td {
   background: #f0f5f9;
}

.sv-text-portlet table.sv-table-type-bla-header td p a,
.sv-text-portlet table.sv-table-type-bla-header th p a {
   color: #004b8d;
    /*text-decoration: underline;*/
    text-decoration: none;
    border-bottom: 2px solid #004b8d;
    transition: background .2s;
}

.sv-text-portlet table.sv-table-type-bla-header td p a:hover,
.sv-text-portlet table.sv-table-type-bla-header th p a:hover {
   background: #e9f0f5;
}

table.sv-table-type-bla-header tr:nth-child(even) th, table.sv-table-type-bla-header tr:nth-child(even) td {
    background: #f0f5f9;
}


/* Header vid stapling av tabell */

table.sv-table-type-bla-header th.sv-responsiveTable--stacked__headRow--main {
   background: #bbb;
}


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

header {
   background: #15436d;
   position: relative;
   overflow: hidden;
}

.lp-logo {
   margin: 12px 25px 16px 30px;
   float: left;
   position: relative;
   z-index: 2;
}

.lp-subweb-logo {
   margin: 12px 25px 16px -15px;
   padding: 0 0 0 15px;
   float: left;
   position: relative;
   z-index: 3;
   border-left: 1px solid #5586b2;
}

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

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

.lp-logo a:focus {
   border-bottom: 5px solid #fff;
}


/*
---------------------------------------------------------
SÖKRUTA SIDHUVUD
--------------------------------------------------------- */

header .sv-searchform-portlet {
   position: relative;
   margin: 20px 0;
}

header .sv-searchform-portlet input[type="text"] {
}

header .sv-searchform-portlet input[type="text"]:focus {
   background: #eee;
   outline: none;
}

header .sv-searchform-portlet input[type="submit"] {
   position: absolute;
   top: 0;
   right: 0;
   margin: 0;
   -webkit-appearance: none;
}

header .sv-searchform-portlet input[type="text"]:focus + input[type=submit] {
   background-color: #ccc;
}


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

footer {
  margin: 90px 0 0;
  padding: 60px 0 30px;
  border-top: 7px solid #004b8d;
  background: #e9f0f5;
}

footer .subheading {
  margin: 0 0 20px !important;
  color: #004b8d;
  font-weight: bold;
  border-bottom: 1px solid #d2d7db;
  padding-bottom: 20px;
}

footer a {
  font-size: 1em;
  text-decoration: underline;
}

footer a:after {
  height: 9px;
  width: 6px;
  margin-left: 10px;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2037.54%2058.95'%20xmlns='http://www.w3.org/2000/svg'%20fill='%231C4B88'%3E%3Cpath%20d='M1.89%2C1.63a5.62%2C5.62%2C0%2C0%2C1%2C8%2C0l27.7%2C28-28%2C27.7a5.62%2C5.62%2C0%2C1%2C1-7.91-8L22%2C29.15%2C1.85%2C9.58A5.62%2C5.62%2C0%2C0%2C1%2C1.89%2C1.63Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
}

footer .sv-script-portlet a:after {
  display: none;
}

footer a:hover,
footer a:focus {
  text-decoration: underline;
}

footer .sv-script-portlet .sv-text-portlet-content * {
  white-space: normal !important;
}

footer .sv-script-portlet p.normal > .icon {
  margin-right: 10px;
}

footer .sv-script-portlet p.normal {
  font-size: 1em;
}


/* Kommunbolag */
.lp-footer-companies {
   margin: 0;
   padding: 0;
   list-style: none;
}

.lp-footer-companies li {
   margin: 0 0 15px;
   display: inline-block;
}


/* Sociala länkar */
.lp-social-links {
   margin:  40px 0 0;
   padding: 0;
   list-style: none;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
}

.lp-social-links li {
   margin: 0 5px 20px;
}

.lp-social-links .lp-icon-bg {
   margin: 0 10px 0 0;
   height: 70px;
   width: 70px;
   border-radius: 50%;
   background-color: #004b8d;
   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;
}

.lp-social-links .lp-icon {
   font-size: 24px;
   color: #fff;
   -webkit-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.lp-social-links a:after {
   display: none;
}

.lp-social-links a:hover .lp-icon,
.lp-social-links a:focus .lp-icon {
   font-size: 32px;
}


/* Extra meny */
.lp-footer-extra-menu {
   margin: 50px 0 0;
   padding: 30px 0 0;
   list-style: none;
   border-top: 1px solid #d2d7db;
}

.lp-footer-extra-menu li {
   margin: 0 20px 0 0;
}


/*
---------------------------------------------------------
PUNKT-, NUMRERAD OCH LÄNKLISTA
--------------------------------------------------------- */

.sv-text-portlet-content > ul,
.sv-text-portlet-content > ol {
   margin: 15px 0 30px;
}


/* Numrerad lista */
.sv-text-portlet-content ol {
   padding: 0 0 0 20px;
}

.sv-text-portlet-content ol li {
   padding: 2px 0;
}


/* Punktlista */
.sv-text-portlet-content ul {
   list-style: none;
   padding: 0;
}

.sv-text-portlet-content > ul {
   padding: 0;
}

.sv-text-portlet-content ul li {
   padding: 5px 0 5px 20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: block;
   -webkit-box-align: center;
   -ms-flex-align: center;
   /*align-items: center;*/
}

.sv-text-portlet-content ul li:before {
   font-size: 22px;
   color: #38cff1;
   margin: 0 5px 0 -20px;
}

.sv-text-portlet-content > ul li:before {
   content: "○ ";
}

.sv-text-portlet-content > ul > li:before {
   font-size: 26px;
   content: "• ";
}


/* Länklista */
ol.generated-list-name-Lanklista {
   padding: 0;
   list-style: none;
}

ol.generated-list-name-Lanklista li {
   padding: 3px 0;
}

.generated-list-name-Lanklista a {
   text-decoration: none !important;
   display: -webkit-box;
   display: -ms-flexbox;
   /*display: initial;*/
   display: table;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
}

.generated-list-name-Lanklista a:after {
   height: 9px;
   width: 6px;
   margin: 0 0 0 12px;
   content: '';
   background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAjCAMAAACn3QoXAAAASFBMVEUAAAAASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0Y//LEAAAAF3RSTlMA8Tf2QlvrLfoj5E3KVeHTd9yzejwcAe12OA4AAAB3SURBVCjP1c9JDoAgEETRltEBnLXvf1OjgoFOJ8rSv3yLSgpA9zh0QPN4pik7vPKE+5trsjMj61ZGV5mLKrgs9Ep8cmuiW95NqTeZN23wttCnLfMRQy5Vjc+rX6iPKtdEuzqqelXFKgysAq9gWIWRVdgXg05QPQDa3RgKURcobgAAAABJRU5ErkJggg==');
   background-size: 6px 9px;
   display: inline-block;
   vertical-align: middle;
}

.generated-list-name-Lanklista a:hover,
.generated-list-name-Lanklista a:focus {
   text-decoration: none !important;
}



/*
---------------------------------------------------------
BLOCKCITAT
--------------------------------------------------------- */

blockquote {
   margin: 15px 0 !important;
   padding: 0 !important;
   background: none !important;
}

blockquote p {
   margin: 0 !important;
   font-style: italic !important;
}

blockquote p:before,
blockquote p:after {
   height: 12px;
   width: 15px;
   content: '';
   background: no-repeat;
   background-size: 15px 12px;
   display: inline-block;
}

blockquote p:before {
   margin: 0 10px 0 0;
   background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAXBAMAAADuEeJZAAAAMFBMVEUAAAA4z/E4z/E4z/E4z/E4z/E4z/E4z/E4z/E4z/E4z/E4z/E4z/E4z/E4z/E4z/FwRqJ6AAAAD3RSTlMAd7vuMxHdZqpEiCKZzFWxYFM/AAAAzElEQVQY01XPPQ4BURQF4DvxHwqRqBREpdNQk0i0VAqVRk1iAWYHlmBiA7MEW7ADdiBDzE9IjnOf25jmy7lz38l7ot+y7hDPd+Q3mbPQj5w7xHN1CoxJCYCvayNgTffAc0snAILfeKCnr0BCF/w9pmUAutYGXP0RiHSN6xfNfeBFPAB1WqEdWrRcszyjK5qjb62jkc1TGlLcRO5qwFp1yD01sxxZTi0/LEPk8JfND/vVWOSsJryXzT3rr1i/hPbenb03f+o1iVQb3ZbIF82up+kcSjFLAAAAAElFTkSuQmCC');
}

blockquote p:after {
   margin: 0 0 0 10px;
   background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAXBAMAAADuEeJZAAAAMFBMVEUAAAA4z/E4z/E4z/E4z/E4z/E4z/E4z/E4z/E4z/E4z/E4z/E4z/E4z/E4z/E4z/FwRqJ6AAAAD3RSTlMAEZl37kTM3apmM1Uiu4jGdvBUAAAAyElEQVQY0y3PTw7BUBAG8A8hIfFnIbbcoF3ZEluLuoE4ATcoJ3ACaRcO0BvUwt4RuAFpg0qajO915m1++eZ1Om+A2lQWMXhOUiRkJCI/WqcZ9ajwg8jpA4FzDxydc3Qc8rL6G01RUZnz3nKgGaFlz3Jq+Wq5bv9rWx13uqMzWtI1ndCh1fs0oV36oGORL0GL+UIj3Qc33acWaptboLR9V7avz+ute4XuXZCzTRvRjU7NoNM+A9qsutgXyMGJ57ICaa72BmojBs8fQqWwi0fnMBYAAAAASUVORK5CYII=');
}

blockquote.sv-blockquote:lang(sv)::before, blockquote.sv-blockquote-edit:lang(sv)::before {
    content: " ";
    position: absolute;
    background: none;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 30px;
    height: 25px;
    left: 0;
}

/*
---------------------------------------------------------
RUBRIKLÄNK
---------------------------------------------------------*/

.lp-header-link .subheading {
   margin: 0 0 10px !important;
   text-transform: none;
}

.lp-header-link .subheading,
.lp-header-link .subheading a {
   font-size: 22px;
   line-height: 28px;
   
}

.lp-header-link .subheading a {
   text-decoration: none;
   padding-right: 20px;
   display: inline-block;
   color: #004b8d;
}

.lp-header-link .subheading a:hover,
.lp-header-link .subheading a:focus {
   text-decoration: underline;
}

.lp-header-link .subheading a:after {
   height: 13px;
   width: 8px;
   margin: -4px -20px 0 12px;
   content: '';
   background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAjCAMAAACn3QoXAAAASFBMVEUAAAAASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0Y//LEAAAAF3RSTlMA8Tf2QlvrLfoj5E3KVeHTd9yzejwcAe12OA4AAAB3SURBVCjP1c9JDoAgEETRltEBnLXvf1OjgoFOJ8rSv3yLSgpA9zh0QPN4pik7vPKE+5trsjMj61ZGV5mLKrgs9Ep8cmuiW95NqTeZN23wttCnLfMRQy5Vjc+rX6iPKtdEuzqqelXFKgysAq9gWIWRVdgXg05QPQDa3RgKURcobgAAAABJRU5ErkJggg==');
   background-size: 8px 13px;
   display: inline-block;
   vertical-align: middle;
}


/* Rubriklänk i puff */
.lp-box .lp-header-link .subheading {
   margin: 0 0 15px;
   padding: 0 0 15px !important;
   border-bottom: 1px solid #d9d9d9;
}

.lp-box .lp-header-link .subheading,
.lp-box .lp-header-link .subheading a {
   font-size: 24px;
   font-weight: bold;
   color: #004b8d;
}

.lp-header-link .subheading br {
   display: none !important;
}

.lp-box .lp-header-link .subheading a:after {
   height: 17px;
   width: 11px;
   background-size: 11px 17px;
}

.lp-box p.normal {
   margin: 0 !important;
}


/* Länklista i puff */

.lp-box .generated-list-name-Lanklista.normal {
   margin: 0 !important;
}

.lp-box .generated-list-name-Lanklista a {
   font-size: 1em !important;
   line-height: 1.5em !important;
}


/*
---------------------------------------------------------
PUFF
---------------------------------------------------------*/

.lp-box {
   min-height: 198px;
   margin: 0 0 20px;
   padding: 20px;
   background: #fff;
   border-top: 4px solid #004b8d;
   border-radius: 0 0 5px 5px;
}

.lp-box p {
   margin: 0 0 15px !important;
   font-size: 1em;
   line-height: 1.5em;
}


/*
---------------------------------------------------------
TOPPMENY
---------------------------------------------------------*/

.lp-topmenu {
   position: relative;
   float: left;
}

.lp-topmenu ul {
   display: table;
   width: 100%;
   max-width: 980px;
   margin: 0;
   padding: 0;
   list-style: none;
   overflow: hidden;
}

.lp-topmenu li {
   display: table-cell;
}

.lp-topmenu li > a {
   height: 44px;
   padding: 17px 20px 17px 30px;
   font-size: 14px;
   line-height: 22px;
   color: #fff;
   text-decoration: none;
   background: #15436d;
   display: inherit;
   vertical-align: middle;
}

.lp-topmenu li > a.lp-current {
   background: #0c2740;
}

.lp-topmenu li > a:hover,
.lp-topmenu li > a:focus {
   background: #035aa7;
}


/*
---------------------------------------------------------
UNDERMENY 1/3 - Standardinställningar
--------------------------------------------------------- */

/* Döljer alla huvudsidors menyer */
.lp-menu .lp-level-1 > li {
   display: none;
}

/* Men visar huvudusidan man är inne på */
.lp-menu .lp-level-1 > li.lp-open {
   display: block;
}

/* Döljer pilknappen på första nivån så att man inte kan stänga menyn */
.lp-menu .lp-level-1 > li > button {
   display: none;
}

/* Döljer alla nivåer initialt */
.lp-menu .lp-level-1 ul {
   display: none;
}

/* Men visar undersidor när man har klickat på pilknappen */
.lp-menu .lp-open > ul {
   display: block;
}

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

.lp-menu li.lp-has-children {
   position: relative;
}


/* Döljer länken till menyn i mobilen */
.lp-skip-to-menu-mobile {
   display: none;
}


/*
---------------------------------------------------------
UNDERMENY 2/3
--------------------------------------------------------- */

.lp-menu a {
   display: block;
   background: #fff;
   border-top: 1px solid #e2e2e2;
   padding: 14px 50px 14px 10px;
   font-size: 16px;
   line-height: 24px;
   text-decoration: none;
}

.lp-menu a:hover,
.lp-menu a:focus {
   text-decoration: underline;
}

.lp-menu .lp-current > a {
   font-weight: bold;
}

/* Nivåer */
.lp-level-1 > li > a {
   color: #fff;
   font-size: 18px;
   font-weight: bold;
   background: #004b8d;
}

.lp-level-2 > li > a {
   padding-left: 10px;
}

.lp-level-2 > .lp-open > a {
   background-color: #16436d;
   color: #fff;
}

.lp-level-3 > li > a {
   padding-left: 24px;
}

.lp-level-2 > .lp-open .lp-level-3 > li > a {
   background-color: #e9f0f6;
}

.lp-level-4 > li > a {
   padding-left: 36px;
}

.lp-level-2 > .lp-open .lp-level-4 > li > a {
   background-color: #f5f8fb;
}

.lp-level-5 > li > a {
   padding-left: 48px;
}

.lp-level-6 > li > a {
   padding: 10px 36px 10px 60px;
}

.lp-level-7 > li > a {
   padding: 10px 36px 10px 72px;
}


/*
---------------------------------------------------------
UNDERMENY 3/3 - Knappar
--------------------------------------------------------- */

.lp-close-button {
   display: none;
}

.lp-menu button {
   height: 44px;
   width: 44px;
   padding: 0;
   border: none;
   position: absolute;
   top: 5px;
   right: 0;
   background: none;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}

.lp-has-children > button svg {
   fill: #15436d;
}

.lp-open.lp-has-children > button svg {
   fill: #15436d;
}

.lp-level-2 > .lp-open.lp-has-children > button svg {
   fill: #fff;
}

.lp-open.lp-has-children > button {
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
}

/* Avvikelser */
.lp-level-6 button {
   height: 36px;
}


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

.lp-toolsmenu {
   float: right;
}

.lp-toolsmenu:before {
   height: 78px;
   width: 100%;
   content: "";
   background: #004b8d;
   position: absolute;
   left: 0;
}

.lp-toolsmenu ul {
   height: 78px;
   margin: 0;
   padding: 0;
   list-style: none;
}

.lp-toolsmenu li {
   margin: 0 -4px 0 0;
   display: inline-block;
   position: relative;
}

.lp-toolsmenu li > a {
   min-width: 32px;
   padding: 19px 16px 18px;
   font-size: 11px;
   color: #fff;
   text-decoration: none;
   text-align: center;
   border-left: 1px solid #1a619f;
   display: block;
}

.lp-toolsmenu li > a:hover,
.lp-toolsmenu li > a:focus,
.lp-toolsmenu li.tool-state-open > a {
    background: #15436d;
}

.lp-toolsmenu .icon {
   width: 25px;
   height: 20px;
   margin: 0 auto 5px;
   fill: #38cff1;
   display: block;
}

.lp-toolsmenu img {
   display: none; /* tar bort bilden som visas för externa länkar */
}

/* Visa dölj länkar om man har JS eller ej */
#lp-tool-listen {
    display: none;
}

.lp-js #lp-tool-listen,
.lp-js #lp-tool-search,
.lp-js #lp-tool-websites,
.lp-js #lp-tool-language {
    display: inline-block; /* Samma som li ovan */
}

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

/* Generellt */
.lp-tool-listen-wrapper,
.lp-tool-search-wrapper,
.lp-tool-websites-wrapper,
.lp-tool-translate-wrapper {
    display: none;
}

.lp-js .lp-tool-listen-wrapper,
.lp-js .lp-tool-search-wrapper,
.lp-js .lp-tool-websites-wrapper,
.lp-js .lp-tool-translate-wrapper {
   padding: 20px;
   /*background: #e9f0f5;*/
   border-bottom: 1px solid #d7dee4;
   text-align: center;
}

.lp-js .lp-tools-wrapper .lp-link-button p {
   margin: 0 !important;
}


/* Lyssna */
.lp-js .lp-tool-listen-wrapper > div {
   margin: 0 5px;
   display: inline-block;
}

/* Externa webbplatser */
.lp-js .lp-tool-websites-wrapper > div {
   margin: 0 5px;
   display: inline-block;
   padding: 20px 0;
}


/* Translate */
.lp-js .lp-tool-translate-wrapper .goog-te-gadget-simple {
   /*margin: 0 0 5px;
   padding: 11px 15px;
   border: 1px solid #004b8d;
   border-radius: 25px;*/
   font-size: 16px;
    line-height: 22px;
    color: #222 !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 17px 60px;
    border: 1px solid #024B8D;
    border-radius: 8px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.lp-js .lp-tool-translate-wrapper .goog-te-gadget-simple a {
   margin: 0;
}

.lp-js .lp-tool-translate-wrapper .goog-te-gadget-simple a > span {
   margin: 0 5px;
}

.lp-js .lp-tool-translate-wrapper p {
   margin: 0;
   font-size: 13px;
}

/* Sök */
.lp-tool-search-wrapper form {
   max-width: 620px;
   margin: 0 auto;
   position: relative;
}

.lp-tool-search-wrapper input[type=text] {
   /*padding: 15px 60px 15px 15px;
   border: 1px solid #004b8d;
   border-radius: 25px;*/
   
   font-size: 16px;
    line-height: 22px;
    color: #222!important;
    font-weight: 600;
    text-transform: normal;
    text-decoration: none!important;
    padding: 17px 60px;
    border: 1px solid #024b8d;
    border-radius: 8px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.lp-tool-search-wrapper input[type=image],
.sv-facetedsearch-portlet form input[type=image] {
   height: 21px;
   width: 21px;
   padding: 19px;
   position: absolute;
   top: 0;
   right: 0;
}

/*
--------------------------------------------------------
Sökruta startsida
------------------------------------------------------- */

.lp-tool-search-wrapper-start {
   /*padding: 20px;*/
   /*background: #e9f0f5;*/
   border-bottom: none;
   text-align: center;
   
}
   
   .lp-tool-search-wrapper-start form {
   max-width: 620px;
   margin: 0 auto;
   position: relative;
}

.lp-tool-search-wrapper-start input[type=text] {
   /*padding: 15px 60px 15px 15px;
   border: 1px solid #004b8d;
   border-radius: 25px;*/
   
   font-size: 16px;
    line-height: 22px;
    color: #222!important;
    font-weight: 600;
    /*text-transform: normal;*/
    text-decoration: none!important;
    padding: 20px 60px;
    border: 1px solid #024b8d;
    border-radius: 8px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.lp-tool-search-wrapper-start input[type=image],
.sv-facetedsearch-portlet form input[type=image] {
   height: 21px;
   width: 21px;
   padding: 19px;
   position: absolute;
   top: 0;
   right: 0;
}


/*
---------------------------------------------------------
FLERNIVÅLÄNK/BRÖDSMULOR
--------------------------------------------------------- */

.sv-multilevellink-portlet {
  margin: 40px 0 -10px;
}

.sv-multilevellink-portlet ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sv-multilevellink-portlet .small {
  font-size: 14px;
}

.sv-multilevellink-portlet a.small {
  text-decoration: none;
  
}

.sv-multilevellink-portlet .lp-icon {
  font-size: .5em;
  margin: 0 0.1rem 0 0.5rem;
  vertical-align: -.1em;
  color: #004b8d;
}

.sv-multilevellink-portlet a.small {
  text-decoration: none;
}

a.sv-portlet-image-caption, a.litenxtext, .sv-portlet-image-caption a {
   color: #004b8d;
   text-decoration: none;
   border-bottom: 2px solid #004b8d; 
}


/*
---------------------------------------------------------
SIDVERKTYG - GENERELLT
--------------------------------------------------------- */

.lp-pagetools {
   margin: 20px 0 20px;
   background: #e9f0f5;
   clear: both;
}

/* Knappar - Generellt */
.lp-pagetool-button {
   padding: 12px 20px;
   font-size: 12px;
   font-weight: normal;
   text-decoration: none;
   text-transform: uppercase;
   border-right: 1px solid #b0e5f4;
   display: block;
   -webkit-transition: all 0.1s ease;
   transition: all 0.1s ease;
   
}

.lp-pagetool-button .icon {
   width: 20px;
   height: 20px;
   margin: 0 15px 0 0;
   fill: #38cff1;
   vertical-align: middle;
   display: inline-block;
}

.lp-pagetool-button:hover,
.lp-pagetool-button:focus,
.lp-pagetool-button.lp-toggle-open {
   color: #000;
   background: #38cff1;
}

.lp-pagetool-button:hover .icon ,
.lp-pagetool-button:focus .icon,
.lp-pagetool-button.lp-toggle-open .icon {
   fill: #fff;
}

.lp-pagetool-button:hover,
.lp-pagetool-button:focus,
.lp-pagetool-button.lp-toggle-open {
 background: #38cff1;
}

.lp-pagetool-button:hover .icon,
.lp-pagetool-button:focus .icon,
.lp-pagetool-button.lp-toggle-open .icon {
fill: #000;
}


/*
---------------------------------------------------------
SIDVERKTYG - DELA
--------------------------------------------------------- */

.lp-share-wrapper {
   padding: 20px;
   border-top: 2px solid #38cff1;
}

.lp-share-wrapper h2.subheading {
   margin: 0 0 15px;
   font-size: 20px;
   display: block;
}

.lp-share-page {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

.lp-share-page li {
   display: inline-block;
   margin: 0 2px 0 0;
}

.lp-share-page a {
   overflow: hidden;
   display: block;
   width: 44px;
   height: 44px;
   background: #eee no-repeat 50% 50%;
   background-size: 22px auto;
   border: 2px solid #fff;
   border-radius: 50%;
   text-indent: -999px;
   text-decoration: none;
   -webkit-transition: all 150ms ease;
   transition: all 150ms ease;
}

.lp-share-page a:hover,
.lp-share-page a:focus {
   border-color: #bbb;
}

.lp-share-page-facebook a {
   background-color: #3d5b96;
   background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsBAMAAADsqkcyAAAAJFBMVEUAAAD///////////////////////////////////////////+0CY3pAAAAC3RSTlMAu3dEme4W1WZVM0JpqTsAAABoSURBVCjPY0ACKdG7d+/ewIAGmICCWIS9sQpz7sYqzI5deDZcGNNoQUEBNGFpoKgbAwYAKU7AKryRYcCFOQQFBYHCW4GUAHqYQj1PknABdmEcZivgEcZ04IJBGYKjwiQJGxsbWzEQAADLr6QBXTboDAAAAABJRU5ErkJggg==');
}

.lp-share-page-twitter a {
   background-color: #29a7de;
   background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsBAMAAADsqkcyAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMA7ndEuzMRIt2IzJlVqmam4tDYAAABJklEQVQoz73Rv0vDQBTA8YexDaKb1NF0ExRJEZ3Fzc2Ii25xFByCq4uos3ZycHETnET9A+zQvf0P2tK/oG0oobS8vtdc7keua/tdkvtw3D04WEDu0Ty993BSo28AUFC6hlQcQr0K0IkknyH3+NML6f8z03UUjWmBSSD4OOP2ATFuamdwk5MSFOlbTodDWZt3Y1JhdqRu0+qbh2JfybTHl/lIjXY0joG6Tv+/uo7BG6hS7EZ+nvvM8b7NFFoNmFsWD5kbFj8wr1pcZXa9PFeAO89pArOK/9Z8nHNrDrPFaN9ZFrtNpfdN+zB4rF5crwlZvqajULL7rrgEWpfaO6pu5m6+8+TJkaAQLnZR9gaiQ9R6IrD9BbSuXsUQf2BU2DtFfP4NYDlNATnA19pg9YMpAAAAAElFTkSuQmCC');
}

.lp-share-page-linkedin a {
   background-color: #4392cc;
   background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsBAMAAADsqkcyAAAALVBMVEUAAAD///////////////////////////////////////////////////////+hSKubAAAADnRSTlMARHcR7thmqpkzIruIVWxeWUQAAAC9SURBVCjPY8AFGOueVGIRznv37t0FTMXvgMAZQ5gDJPwMQ5gbJPyIWGEmkPBLDGHmOKDwBkwHTn337rkBFodfUprAQF3AJSgMoZWAQIGBAURpMdgA3RWzABYmDxgYQNRDNj8Q5YQunPcODBpQhR+9g4A3KMIIMAG7cAF24Veowk8vM9aBowVVuAEaWy9QhJ8aAAMa5PTXcGF4JJ0DMp6gegeWQN5hCsuNCtNSmFkQCAQYGIAkJFUaglg4Ei4ATJSkyywtUH0AAAAASUVORK5CYII=');
}

.lp-share-page-gplus a {
   background-color: #dd4b38;
   background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsBAMAAADsqkcyAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMAd0S7Ee4z3ZnMZiKqiFUgPQIDAAABdklEQVQoz4WTsUoDQRCG10uMYsTkQLCIEgmCjZKApUUOOwsrxUq4Q7CwsrARm8TCKkUs0l8aOyH4BPERfIRgYx1jvIsgn7m98243CfgXO8PH7MywMyuknqsEGuaFqh2uawD7Gj2iIQwXX2hKu/3xeQivGl6mMj6zNh8a7tALTBFPwzWswHShp1ADolyo/c3Bn60oOAWOvDWF27JPeNH6oy6dqdwnIZbJcoMQZ6Af2CxjkGBRZRiErfCl4QtoydJtDRs2I0ekm99Cw+ISBuZ9EJw1zaJnmoVoDDZhXQOp+CmdJp86DmVLnC6VyqNSaSvGYZKwpCIX2jNwB/wZOAW0JrCxsQcwsjT8BMd36zJc0TteQU6eH4UuRauXscFKcJnT+CXz6prk43nUlRyISE0qSsNxR1cKnk9wTsmdw0tcJ8YLsBm5XWVlF+EhcovKgmfBt8IGte9QhFvpPPpCXzZu3sTB2sT32yZUQ+jadYGzVTGlczns//ULv3/aNfPU6uUAAAAASUVORK5CYII=');
}

.lp-share-page-email a {
   background-color: #555;
   background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsBAMAAADsqkcyAAAALVBMVEUAAAD///////////////////////////////////////////////////////+hSKubAAAADnRSTlMAuxHuecyqRJlVMyLdZlQgeRAAAADZSURBVCjP1dJBCgFRHMfxrwkTSrK1eYobKFaasncEOcGUbC3EXsoFHIE7KFt3GCMb/zMYZt4wM89S8lu9Pr1+77d4fDO2ZOMrimKIQ9XEYzPPKZj4RMmgngI3yzegbaoGa5TW80PJp5vXKAqKWZLrlIPdXazVu3ZgWKMqDqX+S/0tewn4cWjGGl4K+PnyQOsRy5WQpUE5WnlVbESzdyKvt7UkZrkoptG2kWZdGW6TiPUA2+3t2EuS/R0QbEvys4CKK2mWw9ZeSpJ1fshjciZ2Pv1YJhn1Fvxr7v2NEFv+Dk8GAAAAAElFTkSuQmCC');
}


/*
---------------------------------------------------------
SIDVERKTYG - RELATERAD KONTAKT
--------------------------------------------------------- */

.lp-pagetool-contact-button {
   border-right: 0;
   border-left: 1px solid #b0e5f4;
   background: #38cff1;
   color: #000;

}

.lp-js .lp-toggle-remotecontent {
   display: none;
}


/* Innehåll */
.lp-remotetoggle-contact.lp-toggle-remotecontent {
   padding: 20px;
   border-top: 2px solid #38cff1;
}

.lp-remotetoggle-contact.lp-toggle-remotecontent .subheading {
   margin: 0 0 15px;
   font-size: 20px;
   display: block;
}

/* Innehåll - Knappar */
.lp-remotetoggle-contact.lp-toggle-remotecontent .lp-link-button p {
   margin: 0 0 20px !important;
}

.lp-remotetoggle-contact.lp-toggle-remotecontent .lp-link-button a {
   display: block;
   padding: 17px 40px;
   font-size: 0.875em;
}


/*
---------------------------------------------------------
BYLINE - ÅTERKOPPLING / HJÄLPTE SIDAN DIG OCH SENAST UPPDATERAD-DATUM
--------------------------------------------------------- */

.lp-js .lp-feedback .sv-form-portlet,
.lp-js .lp-feedback .sv-text-portlet {
   display: none;
}

.lp-byline {
   clear: both;
   margin: 30px 0 0;
   padding: 10px 0 0;
   border-top: 1px solid #bababa;
}

.lp-byline button {
   margin: 0 0 0 5px;
   padding: 4px 12px;
}

.lp-feedback > .sv-text-portlet,
.lp-feedback .sv-form-portlet {
   margin: 20px 0 0;
   padding: 20px;
   background: #e9f0f5;
}

.lp-feedback > .sv-text-portlet .normal {
   margin: 0;
}

.lp-feedback label {
   margin: 10px 0 20px;
   font-size: 18px;
   font-weight: normal !important;
   display: block;
}

.lp-feedback br {
   display: none;
}


/*
---------------------------------------------------------
RELATERADE LÄNKAR
--------------------------------------------------------- */

.lp-links {
   margin: 0 0 30px;
   padding: 20px;
   background: #e9f0f5;
}

.lp-links .subheading a {
   font-size: 14px;
   float: right;
   padding: 0;
}

.sv-related-portlet {
   clear: both;
   padding: 0;
   margin: 0;
   list-style-type: none;
}

.sv-related-portlet ul {
   padding: 0;
   margin: 0;
   list-style-type: none;
}

.lp-remotetoggle-contact {
   /* display: table; */
   width: 100%;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
}

.lp-remotetoggle-contact > div {
   display: table-cell;
   float: none !important;
}

.lp-remotetoggle-contact > div:first-child {
   padding: 0 15px 0 0;
   border-right: 1px solid #c4d5e1;
}

.lp-remotetoggle-contact > div:last-child {
   padding: 0 0 0 15px;
   text-align: right;
}

.sv-related-portlet .lp-pagespecific-contact {
   margin: 0 0 20px;
}

.lp-remotetoggle-contact .icon {
   margin: 0 10px 0 0;
   fill: #000;
}

.lp-remotetoggle-contact .sv-related-portlet li {
   margin: 0 0 3px 0;
}

.lp-links li {
   position: relative;
}

.lp-links .subheading {
   margin: 0 0 20px;
   display: block;
}

.lp-links a {
   padding: 15px 110px 15px 55px;
   color: #004b8d;
   text-decoration: none;
   display: block;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

.lp-links li:nth-child(odd) a {
   background: #f6f9fb;
}

.lp-links a:hover,
.lp-links a:focus,
.lp-links li:nth-child(odd) a:hover,
.lp-links li:nth-child(odd) a:focus {
   text-decoration: underline;
}

.lp-links .icon {
   height: 25px;
   width: 25px;
   margin: 0 15px -5px 0;
}

.lp-links li svg {
   position: absolute;
   left: 15px;
}

.lp-links li .lp-related-meta {
   position: absolute;
   right: 15px;
   top: 15px;
   font-size: 12px;
}


/*
---------------------------------------------------------
FAQ
--------------------------------------------------------- */

.lp-faq {
   /*margin: 0 0 20px;*/
   /*border-top: 1px solid #fff;*/
}

.lp-faq .lp-toggle-container {
   /*border-bottom: 1px solid #fff;*/
   padding: 0 0 5px 0;
}

.lp-faq button {
   width: 100%;
   padding: 12px 20px;
   background: #e9f0f5;
   text-align: left;
   text-transform: none;
   border-radius: 0;
   border: none;

}

.lp-faq .subheading {
   margin: 0 !important;
   color: #000;
   font-size: 16px;
   line-height: 26px;
}

.lp-faq button:before {
   height: 18px;
   width: 18px;
   margin: 3px 0 0;
   content: '';
   float: right;
   background: no-repeat url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAxZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QThCM0VCMzNFQkVFMTFFNUJCQTBCQzAyRUIyRUVDMEQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QThCM0VCMzJFQkVFMTFFNUJCQTBCQzAyRUIyRUVDMEQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9IjlEOUIyQTc0NUEwRTUwNEQ0MEZBQkMwOEZGNDdBQUFGIiBzdFJlZjpkb2N1bWVudElEPSI5RDlCMkE3NDVBMEU1MDRENDBGQUJDMDhGRjQ3QUFBRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ptuk9CoAAANbSURBVHjazFjPaxNBFN5sEkGCUUEQjKUg9oc/IGohaAsWRWiLB6Ei9eChFHKpPfUfCGi9FkXJJSCleNCLoJdQEA8pqZ7E+LOtIi21QsGDNRShovF78m14xt1mN2mSPviY2ZnZ9759szPz3gQMjxKJRI6g6AO6gHagCQixew1YAmaBLJBeXl5+60W/zyWJbSgGgWEg6vEbckASmAC59aoJgUw/inGgWTV/BzLAC+ATsMr2ncAB4ARwGgirdxaBUZB6WBEhENmBIgUMqOYpfq1Mxc8yHxLk1IpXe1TXAyCO9/OuCUHZfho/zCbxxAiUPDMqEOg7heIOPSfyTkhC3+fSsaYDmRlF5gYQq5SMCN+NUZdB3TO05ewhTtNzviBTMgRl94xNFNi4guIuEKSnTurpK/VQSnlm08nQW6JzSHkqpfv9JavpmjVNePGmh6/2hcNhXz6fdzUe415hfJAr8Sjqr9H2vugh7jPj6gdOeCCzHcWcgHW3kqAtkXFyKE7ZoNpnZDX98qB4L9BCtHqYOrExwsdmcigSGrb2mWpWk9udv2T1TWkOJs8m6zhIGvUXy2ZUuJjcTa3jIN0AQmnaFukzeWqLZModB7UQ2szwsctkCGGoP74RYtluDzCeMXhqb7S0Wx1+2n2q3oaxdioKwDy88cPBhGW7KaCCq9UyMU2Liy+9v0HfB5BtA6mCTZ9lO2QaW0wCDDtDDK6cJMoN0E7kxJ5m/TwPTDtZcfCOoWyvBRgDtzPSc1oJMvcLDv+XfvyCsQsVOMayvWQyIBc53sCZsmzPmswORLoZdtZVaLObj1lT7c4SkPc2wDu9KhlIm8ybcmy42gBCls2ccDFLDrgeuDBWhfKCx+mKqYwkqcOPCeZNfzsw0O9B74psesS8BzJ+5YhFcvg3IQQKxFgdfuYxZa//v5haYlrEtockxpVYF/U5tL2pEZnLKG5ZiSP+netOWUdc7bSTeHGgBmRE56RKGOO2WQe9tA7PPEb1ErAbuCjZBDCNvkKVRPzQI4H9bdqVE+IMvPN1w8yV6W0n2fuYHWShsKMKMh3cgBPUKbo77VJpr5cNj7gynkDZ7zIk5GPPMXi/UNVlg4vrGHHzU+Al8BH4xvZdwEHgGHAW2LNp1zFb9sKq3ld6fwQYAOm5M92nOg2/AAAAAElFTkSuQmCC');
   background-size: 18px 18px;
}

.lp-faq .lp-toggle-open button:before {
   background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMALh4F1s9PC69e9OCogXRmUjbxuLOEV/ri2kXryKl54aqrVwAAAQ9JREFUOMuNlOeSgzAMBgW26b0lIWXf/y1v7uYMxJTx/mUZybI/yZagSnQGmU6qQA5RtWGDqdXeaXKgG8o0itJy6IC8cZS4APpo+VlFPVDEWyfUYFr5ojWgw41zh1Htmhzhvlix5pbKAekNbSsWYB3XguL/XDDKCSM0f6VzjDqTlCH//VhDK6e0UIuIoZcLeoxIANGVFEEgFZ26klRHJQmDXDKQiKa8lkq0ZHaQcegQ24FmsvT9wOGxdO4nreUCh7WcV+NeI/Aapte1+Fyw11PxenQ+z3cJwnTsTFBsIjUdOjZSNpzlPpylDeca85cb8xfocLcwklkW5mRdGM7qeb4/0zxPn/dzXT2+S8xrHf4AYjse09S+rQoAAAAASUVORK5CYII=');
}


/* Öppen */
.lp-toggle-open button {
   background: #004b8d;
}

.lp-toggle-open .subheading {
   color: #ffffff;
}

.lp-toggle-content {
   padding: 20px;
   /*background: #e9f0f5;*/
   border: 1px solid #f5f5f5;
   background: #fff;
}

.lp-toggle-content .normal:last-child {
   margin: 0 0 15px;
}


/* Länklista i FAQ */
.lp-faq .generated-list-name-Lanklista.normal {
   margin: -10px 0 !important;
}

.lp-faq ol.generated-list-name-Lanklista li {
   padding: 10px 0;
}

.lp-faq .generated-list-name-Lanklista a {
   font-size: 1em !important;
   line-height: 1.5 !important;
}


/* Tabeller i FAQ */

.lp-faq table.sv-standard {
   margin: 0;
   border-bottom: none;
}

.lp-faq table.sv-standard th {
    padding: 12px 20px;
}

.lp-faq .sv-text-portlet table.sv-standard th p {
    font-weight: normal;
}


/*
---------------------------------------------------------
VIKTIG RUTA
--------------------------------------------------------- */

.lp-important-box {
   width: 48.38709677419355%;
   margin: 10px 0 30px 3.225806451612904%;
   padding: 2rem 1rem;
   /*background: #f7fdff;*/
   background: #e9f0f6;
   /*border: 2px solid #acecfa;*/
   border-left: 5px solid #004b8d;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   float: right;
}
.lp-important-box-full {
   width:auto;
   margin: 10px 0 30px 0;
   padding: 2rem 1rem;
   /*background: #f7fdff;*/
   background: #e9f0f6;
   /*border: 2px solid #acecfa;*/
   border-left: 5px solid #004b8d;
   border-radius: 0;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   float:none;
}

.lp-important-box .subheading,
.lp-important-box .subsubheading {
   margin: 0 0 5px;
   font-size: 24px;
   line-height: 30px;
   font-weight: 600;
}

.sv-use-margins .subsubheading, .sv-use-margins h3 {
   font-style: normal;
    font-size: 20px;
    color: #222222;
    line-height: 26px;
}

.lp-important-box .normal:last-child {
   margin: 0 0 0px;
}

.lp-important-box a {
   text-decoration: none !important;
}

.lp-important-box a:hover,
.lp-important-box a:focus {
   text-decoration: none !important;
}

.lp-important-box a:after {
   height: 9px;
   width: 6px;
   margin: 0 0 0 8px;
   /*content: '';
   background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAjCAMAAACn3QoXAAAASFBMVEUAAAAASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0Y//LEAAAAF3RSTlMA8Tf2QlvrLfoj5E3KVeHTd9yzejwcAe12OA4AAAB3SURBVCjP1c9JDoAgEETRltEBnLXvf1OjgoFOJ8rSv3yLSgpA9zh0QPN4pik7vPKE+5trsjMj61ZGV5mLKrgs9Ep8cmuiW95NqTeZN23wttCnLfMRQy5Vjc+rX6iPKtdEuzqqelXFKgysAq9gWIWRVdgXg05QPQDa3RgKURcobgAAAABJRU5ErkJggg==');*/
   background-size: 6px 9px;
   display: inline-block;
   vertical-align: middle;
}


/*
---------------------------------------------------------
NYHETSLISTNING
--------------------------------------------------------- */

.lp-news-archive ul {
   margin: 0 0 40px;
}

.lp-news-archive li {
   margin: 0 0 20px;
}

.lp-news-archive br {
   display: none;
}

.lp-news-archive .normal {
   font-size: 14px;
   line-height: 22px;
}

.lp-news-archive .litenxtext {
   font-size: 14px;
   line-height: 1.5;
   font-weight: bold;
}

.lp-news-archive .litenxtext:before {
   margin: 0 5px 0 0;
   content: '- ';
   display: inline-block;
}

.lp-news-archive .subheading a {
   font-size: 18px;
   line-height: 24px;
   color: #004b8d;
   text-decoration: none;
   text-transform: uppercase;
   display: block;
}

.lp-news-archive .subheading a span {
   display: inline !important;
}

.lp-news-archive .subheading a:after {
   height: 13px;
   width: 8px;
   margin: 0 0 0 8px;
   content: '';
   background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAjCAMAAACn3QoXAAAASFBMVEUAAAAASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0ASo0Y//LEAAAAF3RSTlMA8Tf2QlvrLfoj5E3KVeHTd9yzejwcAe12OA4AAAB3SURBVCjP1c9JDoAgEETRltEBnLXvf1OjgoFOJ8rSv3yLSgpA9zh0QPN4pik7vPKE+5trsjMj61ZGV5mLKrgs9Ep8cmuiW95NqTeZN23wttCnLfMRQy5Vjc+rX6iPKtdEuzqqelXFKgysAq9gWIWRVdgXg05QPQDa3RgKURcobgAAAABJRU5ErkJggg==');
   background-size: 8px 13px;
   display: inline-block;
}


/* Hover */
.lp-news-archive li:hover .subheading a,
.lp-news-archive li:focus .subheading a,
.lp-news-archive li:hover .normal,
.lp-news-archive li:focus .normal,
.lp-news-archive li:hover .litenxtext,
.lp-news-archive li:focus .litenxtext {
   text-decoration: underline;
}

.lp-news-archive li:hover .litenxtext:before,
.lp-news-archive li:focus .litenxtext:before {
   text-decoration: none;
}

/* Skapa artikel-länkar */
a.sv-create-article-entry {
   margin: 0 0 20px;
   padding: 12px 40px;
   font-size: 12px !important;
   line-height: 16px !important;
   color: #fff !important;
   text-align: center;
   text-transform: uppercase;
   text-decoration: none !important;
   background-color: #004b8d;
   border-radius: 5px;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   display: block;
}

a.sv-create-article-entry:hover,
a.sv-create-article-entry:focus {
   background-color: #035aa7;
}


/*
---------------------------------------------------------
STARTSIDA - Cookie-meddelande
--------------------------------------------------------- */

.lp-cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  background: #fff;
  border-bottom: 2px solid #004b8d;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  z-index: 99999;
  border-top: 2px solid #004b8d;
}

.lp-cookie-consent a {
   font-size: 13px;
   line-height: 1.5;
}

.lp-cookie-consent button {
   margin: 0 0 0 10px;
   padding: 8px 20px;
   font-size: 12px;
   line-height: 1.5;
}


/*
---------------------------------------------------------
LOGINRUTA
--------------------------------------------------------- */
.sv-login-portlet label {
    display: block;
    width: 100%!important;
    padding: 4px 0 1px;
    /* border: 1px solid #004b8d; */
    border-radius: 0px;
    background: transparent;
    color: #004b8d;
    font-size: 10px;
    line-height: 14px;
    text-indent: 10px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;
}

/*
.sv-login-portlet label {
   display: block;
   width: 100% !important;
   padding: 4px 0 1px;
   border: 1px solid #ddd;
   border-radius: 5px 5px 0 0;
   background: #ddd;
   color: #333;
   font-size: 10px;
   line-height: 14px;
   text-indent: 10px;
   text-transform: uppercase;
   box-sizing: border-box;
}*/


.sv-login-portlet input[type=text], .sv-login-portlet input[type=password] {
    display: block;
    width: 100%!important;
    margin: 0 0 10px;
    padding: 8px 0;
    background: #fff;
    color: #333;
    border: 1px solid #004b8d;
    /* border-top: #aaa!important; */
    border-radius: 0;
    text-indent: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
/*
.sv-login-portlet input[type=text],
.sv-login-portlet input[type=password] {
   display: block;
   width: 100% !important;
   margin: 0 0 10px;
   padding: 8px 0;
   background: #fff;
   color: #333;
   border: 1px solid #ddd;
   border-top: #aaa !important;
   border-radius: 0 0 5px 5px;
   text-indent: 10px;
   box-sizing: border-box;
}*/

.sv-login-portlet input[type=text]:focus,
.sv-login-portlet input[type=password]:focus {
   background: #f9f5e6;
   border-color: #f4fcdf;
}

.sv-login-portlet input[type=submit] {
    width: 100%;
    background: #004b8d;
    border: 0;
    border-radius: 0px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
/*
.sv-login-portlet input[type=submit] {
   width: 100%;
   background: #84ad21;
   border: none;
   border-radius: 15px;
   color: #fff;
   font-size: 12px;
   text-transform: uppercase;
}*/

.sv-login-portlet input[type=submit]:hover,
.sv-login-portlet input[type=submit]:focus {
   background: #035aa7;
   color: #fff;
}

.sv-login-portlet fieldset {
   padding: 0;
}

.sv-login-portlet br {
   display: none;
}


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

.lp-startpage-hero {
   background-color: #224369;
   padding-bottom: 20px;
   -webkit-clip-path: ellipse(100% 70% at 50% 0%);
           clip-path: ellipse(100% 70% at 50% 0%);
}

.lp-startpage-hero > .sv-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
   background-color: #0c2740;
   background-position: center center;
   background-size: cover;
   background-repeat: no-repeat;
   height: 1200px;
   -webkit-clip-path: ellipse(100% 70% at 50% 0%);
           clip-path: ellipse(100% 70% at 50% 0%);
}

.lp-startpage-hero > .sv-layout > .sv-layout {
  margin-bottom: 320px;
  width: 100%;
  max-width: 1250px;
}


/* Undantag IE som inte stödjer clip*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .lp-startpage-hero {
    -webkit-clip-path: none;
            clip-path: none;
  }

  .lp-startpage-hero > .sv-layout {
    height: calc(100vh - 98px);
    -webkit-clip-path: none;
            clip-path: none;
  }

  .lp-startpage-hero > .sv-layout > .sv-layout {
    margin-bottom: 0;
  }

}

@supports (-ms-ime-align:auto) {
  /* Microsoft Edge Browser 12+ (All) */
  .lp-startpage-hero {
    -webkit-clip-path: none;
            clip-path: none;
  }

  .lp-startpage-hero > .sv-layout {
    height: calc(100vh - 98px);
    -webkit-clip-path: none;
            clip-path: none;
  }

  .lp-startpage-hero > .sv-layout > .sv-layout {
    margin-bottom: 0;
  }
}


/* Innehåll Viktigt meddelande*/
.lp-startpage-hero-alert .sv-column-12 > .sv-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.lp-startpage-hero-alert .sv-archive-portlet.lp-alert li,
.lp-startpage-hero-alert .sv-archive-portlet.lp-driftmeddelande li {
  max-width: initial;
  margin: 0 15px 10px !important;
}

/* Viktigt meddelande banner */

.lp-crisis-banner__alert {
    font-size: 1.5em !important;
}

.lp-crisis-banner__alert {
    display: block;
    text-decoration: none;
    margin: 0;
    border-radius: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.5em !important;
}

.env-alert--warning {
    background-color: #FFFAE8;
    border-left: 6px solid #fbe081;
}


/* Innehåll Bakgrundsplatta */
.lp-startpage-hero-content {
   background-color: #224369;
   padding: 60px 0;
}

.lp-startpage-hero-content .sv-row {
   margin-bottom: 70px;
}

.lp-startpage-hero-content .sv-row:last-of-type {
   margin-bottom: 0;
}

.lp-startpage-hero-content h2,
.lp-startpage-hero-content h2 a {
  color: #fff;
  font-size: 0.99em;
  font-weight: bold;
}

.lp-startpage-hero-content h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-startpage-hero-content h2:before {
  content: '';
  height: 15px;
  width: 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2037.54%2058.95'%20xmlns='http://www.w3.org/2000/svg'%20fill='%234A90E2'%3E%3Cpath%20d='M1.89%2C1.63a5.62%2C5.62%2C0%2C0%2C1%2C8%2C0l27.7%2C28-28%2C27.7a5.62%2C5.62%2C0%2C1%2C1-7.91-8L22%2C29.15%2C1.85%2C9.58A5.62%2C5.62%2C0%2C0%2C1%2C1.89%2C1.63Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-right: 15px;
  margin-top: -6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lp-startpage-hero-content h2 a {
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.lp-startpage-hero-content p.normal {
  font-size: 0.85em;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 0 26px !important;
}


/* Besökscenter */
.lp-startpage-hero-content .sv-column-3 > .sv-layout {
   background-color: #223c5b;
   padding: 30px 30px 70px;
   margin-top: -30px;
   margin-right: -40px;
   margin-bottom: -60px;
}

.lp-startpage-hero-content .sv-column-3 > .sv-layout h2:before {
  margin-top: 0;
}

.lp-startpage-hero-content .sv-column-3 > .sv-layout p.normal {
   font-size: 1.7em;
   line-height: 1.5;
   margin-bottom: 10px !important;
}

.lp-startpage-hero-content .sv-column-3 > .sv-layout > .sv-layout {
   margin-left: 26px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
}

.lp-startpage-hero-content .sv-column-3 > .sv-layout > .sv-layout > .sv-layout {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
}

.lp-startpage-hero-content .sv-column-3 > .sv-layout > .sv-layout > .sv-layout:first-child {
   margin-right: 20px;
}

.lp-startpage-hero-content .sv-column-3 > .sv-layout > .sv-layout .lp-icon {
   color: #fff;
   font-size: 20px;
   margin-right: 10px;
}

.lp-startpage-hero-content .sv-column-3 > .sv-layout > .sv-layout a {
   color: #fff;
}


/* Extra mobilanpassning */
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .lp-startpage-hero-content .sv-column-3 > .sv-layout {
     margin-bottom: -40px;
  }
}

@media only screen and (min-width: 1099px) and (max-width: 1200px) {
  .lp-startpage-hero-content .sv-column-3 > .sv-layout {
     margin-bottom: -20px;
  }
}


/* Undantag IE som inte stödjer clip*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .lp-startpage-hero-content .sv-column-3 > .sv-layout {
    padding-bottom: 50px;
  }
}

@supports (-ms-ime-align:auto) {
  /* Microsoft Edge Browser 12+ (All) */
  .lp-startpage-hero-content .sv-column-3 > .sv-layout {
    padding-bottom: 50px;
  }
}


/* Hover */
.lp-startpage-hero-content .sv-column-3:hover h2 a,
.lp-startpage-hero-content .sv-column-3:focus h2 a {
  border-bottom-color: #fff;
  padding-bottom: 2px;
  margin-bottom: 3px;
}

.lp-startpage-hero-content .sv-column-3 > .sv-layout > .sv-layout a:hover,
.lp-startpage-hero-content .sv-column-3 > .sv-layout > .sv-layout a:focus {
  text-decoration: none;
}



/*
---------------------------------------------------------
STARTSIDA - SNABBLÄNKAR
--------------------------------------------------------- */

.lp-quick-links-new {
  margin: -280px -15px 40px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}


/* Undantag IE som inte stödjer clip*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .lp-quick-links-new {
    margin-top: 120px;
  }
}

@supports (-ms-ime-align:auto) {
  /* Microsoft Edge Browser 12+ (All) */
  .lp-quick-links-new {
    margin-top: 120px;
  }
}

.lp-quick-links-new li {
  width: 25%;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lp-quick-links-new a {
  text-decoration: none;
  display: block;
  border-bottom: none;
}

.lp-quick-links-new .lp-icon-bg {
  height: 70px;
  width: 70px;
  border: 1px solid #BCC3CC;
  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;
  margin: 0 auto 20px;
}

.lp-quick-links-new .lp-icon {
  font-size: 28px;
  /*color: #4A90E2;*/
  color: #004b8d; 
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.lp-quick-links-new span {
  font-size: 18px;
  color: #555;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* Hover */
.lp-quick-links-new a:hover span,
.lp-quick-links-new a:focus span {
  border-color: #555;
  padding-bottom: 2px;
  margin-bottom: 3px;
}

.lp-quick-links-new a:hover .lp-icon,
.lp-quick-links-new a:focus .lp-icon {
  font-size: 34px;
}


/*
---------------------------------------------------------
STARTSIDA - STARTSIDEPUFFAR
--------------------------------------------------------- */

.lp-start-boxes > .pagecontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.lp-start-boxes > .pagecontent > .sv-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 33.33333333333333%;
  margin-bottom: 30px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lp-start-boxes > .pagecontent > .sv-layout:nth-child(4n+2),
.lp-start-boxes > .pagecontent > .sv-layout:nth-child(5n) {
  width: 66.66666666666667%;
}

.lp-start-boxes > .pagecontent > .sv-layout > div {
  width: 100%;
}

.lp-start-boxes > .pagecontent > .sv-layout > .sv-layout {
  /*background-color: #11A789;*/
  background-color: #005350;
  padding: 40px;
  position: relative;
  background-position: center;
  background-size: cover;
  min-height: 240px;
}

.lp-start-boxes > .pagecontent > .sv-layout:nth-child(odd) > .sv-layout {
  background-color: #DF792C;
}


/* Text */
.lp-start-boxes h2,
.lp-start-boxes h2 a {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
}

.lp-start-boxes h2 a {
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.lp-start-boxes p.normal {
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0 !important;
}

/* Text utan bakgrundsbild */
.lp-start-boxes > .pagecontent > .sv-layout > .sv-layout > .sv-text-portlet h2,
.lp-start-boxes > .pagecontent > .sv-layout > .sv-layout > .sv-text-portlet h2 a {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 15px;
}


.lp-start-boxes > .pagecontent > .sv-layout > .sv-layout > .sv-text-portlet h2 a .sv-linkicon {
  display: none; /* Dölj ikonen */
}

.lp-start-boxes > .pagecontent > .sv-layout > .sv-layout > .sv-text-portlet h2 a {
  text-decoration: none;
  border-bottom-width: 4px;
}

.lp-start-boxes > .pagecontent > .sv-layout > .sv-layout > .sv-text-portlet h2 a {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 15px;
  text-decoration: none;
}


.lp-start-boxes > .pagecontent > .sv-layout > .sv-layout > .sv-text-portlet .normal:after {
  content: '';
  height: 38px;
  width: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2037.54%2058.95'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23fff'%3E%3Cpath%20d='M1.89%2C1.63a5.62%2C5.62%2C0%2C0%2C1%2C8%2C0l27.7%2C28-28%2C27.7a5.62%2C5.62%2C0%2C1%2C1-7.91-8L22%2C29.15%2C1.85%2C9.58A5.62%2C5.62%2C0%2C0%2C1%2C1.89%2C1.63Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: block;
  margin-top: 30px;
}

/* Text på bakgrundsbild */
.lp-start-boxes > .pagecontent > .sv-layout > .sv-layout > .sv-layout {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(34,34,34,0.7);
  padding: 20px 30px;
  width: auto;
}


/* Hover */
.lp-start-boxes > .pagecontent > .sv-layout > .sv-layout:hover h2 a {
  border-color: #fff;
  padding-bottom: 2px;
  margin-bottom: 5px;
}


/* Undantag i redigeringsläge*/
.lp-start-boxes > .pagecontent.sv-editable-layout > .sv-layout:nth-child(4n+2),
.lp-start-boxes > .pagecontent.sv-editable-layout > .sv-layout:nth-child(5n) {
  width: 33.33333333333333%;
}

.lp-start-boxes > .pagecontent.sv-editable-layout > .sv-layout:nth-child(4n+1),
.lp-start-boxes > .pagecontent.sv-editable-layout > .sv-layout:nth-child(4n) {
  width: 66.66666666666667%;
}

.lp-start-boxes > .pagecontent.sv-editable-layout > .sv-layout > .sv-layout {
  background-position: center !important;
  background-size: cover !important;
}


/*
---------------------------------------------------------
STARTSIDA - EVENEMANG
--------------------------------------------------------- */

.lp-start-events {
 margin: 120px 0 0;
}

.lp-start-events .subheading {
 margin-bottom: 20px !important;
}

.lp-start-events .sv-archive-portlet li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #e8e8e8;
}

.lp-start-events .sv-archive-portlet li > div.sv-clear-both {
  display: none;
}

.lp-start-events-day {
  height: 70px;
  width: 70px;
  border: 1px solid #BCC3CC;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}

.lp-start-events-day span {
  display: inline-block;
  /*color: #4A90E2;*/
  color: #004b8d;
}

.lp-start-events-date {
  font-size: 26px;
  font-weight: 600;
}

.lp-start-events-month {
  font-size: 16px;
  text-transform: uppercase;
}

.lp-start-events-content {
  margin-top: -5px;
}

.lp-start-events-content .litenxtext {
  color: #555;
}

.lp-start-events-content .subsubheading {
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin: 0;
}

.lp-start-events-content .subsubheading a {
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.lp-start-events-content .subsubheading a span {
  padding-right: 18px;
}

.lp-start-events-content .subsubheading a span:after {
  height: 12px;
  width: 8px;
  margin-left: 10px;
  margin-right: -18px;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2037.54%2058.95'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23222'%3E%3Cpath%20d='M1.89%2C1.63a5.62%2C5.62%2C0%2C0%2C1%2C8%2C0l27.7%2C28-28%2C27.7a5.62%2C5.62%2C0%2C1%2C1-7.91-8L22%2C29.15%2C1.85%2C9.58A5.62%2C5.62%2C0%2C0%2C1%2C1.89%2C1.63Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
}

.lp-start-events-content .normal {
  font-size: 14px;
  color: #555;
}

.lp-start-events .lp-link-button a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #004b8d;
}


/* Hover */
.lp-start-events .sv-archive-portlet li:hover .subsubheading a,
.lp-start-events .sv-archive-portlet li:focus .subsubheading a {
  margin-bottom: 3px;
  padding-bottom: 2px;
  border-color: #555;
}


/*
---------------------------------------------------------
STARTSIDA - BILDSPEL - OLD
--------------------------------------------------------- */

/*.lp-hero {
   height: 500px;
   height: 392px;
   background-position: 50% 50%;
   background-size: cover;*/
}

.lp-slideshow-slides {
   width: 100%;
   list-style: none;
   margin: 0;
   padding: 0;
}

.lp-hero {
   position: relative;
}

.lp-hero-text {
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -465px;
   margin-top: -75px;
   width: 410px;
   max-width: 100%;
   background-color: rgba(255, 255, 255, .9);
   padding: 20px;
   border-radius: 10px;
}

.lp-hero-text .subheading a {
   font-size: 28px;
   line-height: 32px;
   color: #cf6c1b;
   font-weight: bold;
   display: block;
   margin: 0 0 8px;
}

.lp-js .lp-slideshow-slides li:hover .subheading a {
   text-decoration: underline;
}

.lp-hero-text .subheading .icon {
    width: 16px;
    height: 16px;
    margin: -1px 0 0;
    vertical-align: middle;
}

.lp-hero-text a {
   text-decoration: none;
}

.lp-hero-text p.preamble {
   font-size: 16px;
   font-weight: normal;
}

.lp-section-blue {
   position: relative;
   z-index: 100;
}

.lp-slideshow-menu {
   position: absolute;
   right: 50%;
   top: 40px;
   margin-right: -465px;
   border-radius: 10px;
   margin-left: 0;
   margin-top: 0;
   list-style: none;
   padding: 0;
   background: rgba(246, 109, 0, .85);
   width: 300px;
   cursor: pointer;
   overflow: hidden;
   z-index: 99;
}

.lp-slideshow-menu li {
   display: table;
   width: 100%;
   height: 70px;
   margin: 0;
   font-size: 16px;
   text-transform: uppercase;
   text-align: center;
}

.lp-slideshow-menu li.flex-active {
   background: #cf6c1b;
   font-weight: bold;
   color: #fff;
}

.lp-slideshow-menu li + li {
   border-top: 1px solid #e88023;
}

.lp-slideshow-menu li p.normal {
   display: table-cell;
   vertical-align: middle;
   margin: 0 !important;
   padding: 0 20px;
   color: #fff;
   font-size: 16px;
}

.lp-js .lp-slideshow-menu li:hover p.normal {
   text-decoration: underline;
}

/*
---------------------------------------------------------
   STARTSIDA - MEST SÖKTA / POPULÄRA LÄNKAR & SÖK
--------------------------------------------------------- */

.lp-start-popular-links-content {
   max-width: 1120px;
   margin: -75px auto 20px;
   /*margin: -75px auto 60px;*/
   padding: 25px;
   border-radius: 5px;
   background: #0e5a9c; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
   background: -webkit-gradient(linear,  left top, left bottom,  from(#0e5a9c),to(#004b8d));
   background: linear-gradient(to bottom,  #0e5a9c 0%,#004b8d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e5a9c', endColorstr='#004b8d',GradientType=0 ); /* IE6-9 */
}

.lp-start-popular-links-content .main-grid {
   width: 100%;
}

/* Mest sökta */
.lp-start-popular-links ul {
   width: 100%;
   margin: 0;
   padding: 0;
   list-style: none;
   display: table;
}

.lp-start-popular-links li {
   padding: 16px 8px;
   background: #fff;
   text-align: center;
   display: table-cell;
}

.lp-start-popular-links li:first-child {
   padding: 16px 5px 16px 15px;
   background: #15436d;
   text-align: left;
   border-radius: 5px 0 0 5px;
   position: relative;
}

.lp-start-popular-links li:first-child:after {
   width: 0;
   height: 0;
   content: '';
   border-style: solid;
   border-width: 29px 0 29px 10px;
   border-color: transparent transparent transparent #15426d;
   background: #fff;
   position: absolute;
   top: 0;
   right: 0;
}

.lp-start-popular-links li:last-child {
   border-radius: 0 5px 5px 0;
}

.lp-start-popular-links a,
.lp-start-popular-links span {
   font-size: 14px !important;
   line-height: 14px !important;
}

.lp-start-popular-links span {
   color: #fff;
}

.lp-start-popular-links a {
   /*color: #434040 !important;
   display: block;*/
}


/* Sök innehåll */
.lp-start-popular-links-content .sv-searchform-portlet form {
   position: relative;
}

.lp-start-popular-links-content .sv-searchform-portlet input[type=text] {
   padding: 15px 20px 15px 15px;
   border: 1px solid #fff;
}

.lp-start-popular-links-content .sv-searchform-portlet input[type=image] {
   height: 21px;
   width: 21px;
   padding: 19px;
   position: absolute;
   top: 0;
   right: 0;
}

.lp-start-popular-links-content .sv-searchform-portlet input[type=image]:hover {
   outline: none;
}


/*
---------------------------------------------------------
STARTSIDA - SNABBLÄNKAR - OLD
--------------------------------------------------------- */

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

.lp-quick-links li {
   width: 22.580645161290324%;
   margin: 0 0 20px 3.225806451612904%;
   float: left;
}

.lp-quick-links li:nth-child(4n-7) {
   margin: 0 0 20px 0;
   clear: both;
}

.lp-quick-links a {
   min-height: 112px;
   padding: 20px 20px 10px;
   font-size: 12px;
   line-height: 16px;
   font-weight: normal;
   text-align: center;
   text-transform: uppercase;
   text-decoration: none;
   background: #fff;
   border-radius: 5px;
   display: block;
   color: #16436d;

    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.lp-quick-links .icon {
   margin: 0 auto 15px;
   font-size: 56px;
   display: block;
   -webkit-transform: translateZ(0);
           transform: translateZ(0);
   -webkit-transition-duration: 0.3s;
           transition-duration: 0.3s;
   -webkit-transition-property: -webkit-transform;
   transition-property: -webkit-transform;
   transition-property: transform;
   transition-property: transform, -webkit-transform;
   -webkit-transition-timing-function: ease-out;
           transition-timing-function: ease-out;
}

.lp-quick-links a:hover .icon,
.lp-quick-links a:focus .icon {
   -webkit-animation-name: hvr-icon-pop;
   animation-name: hvr-icon-pop;
   -webkit-animation-duration: 0.3s;
   animation-duration: 0.3s;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}

.lp-quick-links a:focus {
   text-decoration: underline;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/*
---------------------------------------------------------
STARTSIDA - KUNDTJÄNST - OLD
--------------------------------------------------------- */

.lp-start-customer-service {
   text-align: center;
}

.lp-start-customer-service a {
   text-decoration: none;
}

.lp-start-customer-service a span {
   color: #004b8d;
   text-decoration: underline;
}

.lp-start-customer-service a span:hover,
.lp-start-customer-service a span:focus {
   text-decoration: none;
}

.lp-start-customer-service-phone {
   margin: 55px 0 30px;
   font-size: 32px;
   font-weight: bold;
   display: block;
}

.lp-start-customer-service-phone:hover,
.lp-start-customer-service-phone:focus {
   color: #004b8d;
}

.lp-start-customer-service-link {
   margin: 0 10px;
   font-size: 14px;
}

.lp-start-customer-service-link .icon {
   font-size: 16px;
}

.lp-start-customer-service .lp-link-button p {
   margin: 0 !important;
}

.lp-start-customer-service a {
   margin: 18px 0 0;
   display: block;
   padding: 17px 20px;
   
}

/*
---------------------------------------------------------
STARTSIDA - NYHETER
--------------------------------------------------------- */

.lp-news-list-with-img .subheading {
  margin-bottom: 20px!important
}

.lp-news-list-with-img ul {
  margin-bottom: 30px;
}

.lp-news-list-with-img li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #e8e8e8
}

.lp-news-list-with-img li > div.sv-clear-both {
  display: none;
}

.lp-news-list-with-img img {
  margin-right: 30px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.lp-news-list-with-img-content .litenxtext {
  display: inline-block;
  text-transform: uppercase;
  border-color: #555;
  line-height: 1.5em;
  margin-bottom: 5px;
  /*margin-right: 10px;*/
}

.lp-news-list-with-img-content .subsubheading {
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin: 0 0 5px;
}

.lp-news-list-with-img-content .subsubheading a {
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.lp-news-list-with-img-content .subsubheading a span {
  padding-right: 18px;
}

.lp-news-list-with-img-content .subsubheading a span:after {
  height: 12px;
  width: 8px;
  margin-left: 10px;
  margin-right: -18px;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2037.54%2058.95'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23222'%3E%3Cpath%20d='M1.89%2C1.63a5.62%2C5.62%2C0%2C0%2C1%2C8%2C0l27.7%2C28-28%2C27.7a5.62%2C5.62%2C0%2C1%2C1-7.91-8L22%2C29.15%2C1.85%2C9.58A5.62%2C5.62%2C0%2C0%2C1%2C1.89%2C1.63Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
}

.lp-news-list-with-img-content .normal {
  font-size: 16px;
}

.lp-news-list-with-img .lp-link-button a {
  display: inline-block;
  border: 1px solid #004b8d;  
}


/* Hover */
.lp-news-list-with-img li:hover .subsubheading a,
.lp-news-list-with-img li:focus .subsubheading a {
  margin-bottom: 3px;
  padding-bottom: 2px;
  border-color: #555;
}


/* Undantag nyheter på startsidan */
.lp-start-page .lp-news-list-with-img {
  margin-top: 120px;
}

/*
---------------------------------------------------------
STARTSIDA - NYHETER - OLD
--------------------------------------------------------- */

.lp-start-news ul {
   overflow: hidden;
}

.lp-start-news li {
   width: 31.914893617021274%;
   margin: 0 0 60px 2.127659574468085%;
   float: left;
}

.lp-start-news li:nth-child(3n+1) {
   margin: 0 0 60px;
}

.lp-start-news li img {
   margin: 0 0 10px;
   display: block;
   max-width: 100%!important;
}

.lp-start-news li a {
   line-height: 24px;
   display: block;
}

.lp-start-news .sv-archive-portlet h2.subheading a span {
   font-size: 18px;
   font-weight: bold;
   display: inline;
}

.lp-start-news li .litenxtext {
   display: inline-block;
   font-size: 12px;
   font-weight: bold;
   line-height: normal;
}

.lp-start-news li .litenxtext + .litenxtext {
   padding: 0 0 0 5px;
   border-left: 1px solid #ccc;
}

.lp-start-news li .normal {
   font-size: 14px;
   display: block;
}

/* Hover reset */
.lp-start-news .lp-header-link .subheading a {
   text-decoration: none;
}

.lp-start-news .lp-header-link .subheading a:hover,
.lp-start-news .lp-header-link .subheading a:focus {
   text-decoration: none;
}

/* Hover */
.lp-start-news li:hover img,
.lp-start-news li:focus img,
.lp-start-news li:hover span,
.lp-start-news li:focus span {
   cursor: pointer;
   text-decoration: underline;
}

/* Knappar för att visa fler nyheter m.m. */
.lp-start-news .sv-horizontal {
   text-align: center;
}

.lp-start-news .sv-horizontal .sv-text-portlet {
   margin: 0 5px;
   float: none;
   display: inline-block;
}

/* Visa/Dölj beroende på javascript */
.lp-link-button.lp-start-news-show-more,
.sv-text-portlet.lp-link-button.lp-start-news-show-less {
   display: none;
}

.lp-js .lp-link-button.lp-start-news-show-more {
   display: block;
}

.lp-js .sv-text-portlet.lp-link-button.lp-start-news-show-less {
   display: inline-block;
}

/*
---------------------------------------------------------
EVENEMANGSLISTA
--------------------------------------------------------- */

.sv-eventcalendar-portlet {
   margin: 0 !important;
}

.sv-eventcalendar-portlet ul {
   list-style-type: none;
   display: table;
   width: 100%;
   margin: 0;
   padding: 0;
   table-layout: fixed;
}

.sv-eventcalendar-portlet li {
   display: table-cell;
   text-align: center;
}

.sv-eventcalendar-portlet li:first-child {
   text-align: left;
}

.sv-eventcalendar-portlet li:last-child {
   text-align: right;
}

.sv-eventcalendar-portlet a.normal {
   display: inline-block;
   padding: 10px;
   background: #e9f0f5;
   text-decoration: none;
}

.lp-event-list {
   border-top: 1px solid #eee;
}

.lp-event-list li {
   padding: 20px 0;
   border-bottom: 1px solid #eee;
}

.lp-event-list h2.subheading {
   display: block;
   margin: 0 0 10px;
}

.lp-event-list h2.subheading a {
   color: #004b8d;
   text-decoration: none;
}

.lp-event-list h2.subheading a:hover,
.lp-event-list h2.subheading a:focus {
   text-decoration: underline;
}

.lp-js .lp-event-list li:hover h2.subheading a,
.lp-js .lp-event-list li:focus h2.subheading a {
   text-decoration: underline;
}

.lp-js .lp-event-list li:hover,
.lp-js .lp-event-list li:focus {
}

.lp-event-details {
   display: table;
}

.lp-event-details > div {
   display: table-cell;
   vertical-align: middle;
}

.lp-event-date {
   padding: 0 15px 0 0;
}

.lp-event-date > span {
   display: inline-block;
   margin: 4px 0 0;
   vertical-align: top;
   color: #00498f;
   font-size: 18px;
   font-weight: bold;
}

.lp-event-date > div {
   display: inline-block;
}

.lp-event-startdate span,
.lp-event-enddate span {
   display: block;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   font-size: 16px;
}

.lp-event-startdate,
.lp-event-enddate {
   overflow: hidden;
   border-radius: 5px;
   text-align: center;
}

.lp-event-day {
   padding: 3px 20px;
   background: #fff;
   border: 1px solid #9bb9d4;
   border-bottom: none;
   border-radius: 5px 5px 0 0;
   color: #00488e;
   font-size: 22px;
}

.lp-event-month {
   padding: 3px 20px;
   background: #00488e;
   color: #fff;
   text-transform: uppercase;
}

.lp-event-year {
   display: none !important;
   padding: 0 20px;
   background: #00488e;
   color: #fff;
}

.lp-event-more {
   font-size: 16px;
   list-style-type:none;
   margin:0;
   padding:0;

}
.lp-event-more > li {display:block;}
.lp-event-more > li:after {content:""}
.lp-event-more > li:last-child:after {content:""}

.lp-event-detail-wrapper {
   float: right;
   margin: 0 0 30px 20px;
}

.lp-event-detail-wrapper .lp-event-details > div {
   display: block;
}

.lp-event span {
   line-height: normal;
}

.lp-event span {
   display: inline-block;
   margin: 0 3px 10px 0;
   padding: 0 8px 0 0;
}

.lp-event .lp-event-cathegory {
   display: inline-block;
   margin: 0 8px 10px 0;
   padding: 0 12px 0 0;
   border-right: 1px solid #ccc;
   color: #555;
   text-transform: uppercase;
}

/*
---------------------------------------------------------
SÖK
--------------------------------------------------------- */


.sv-facetedsearch-portlet {
   margin: 40px 0 0;
}

.sv-facetedsearch-portlet form {
   max-width: 620px;
   padding: 0 20px;
   margin: 0 auto;
   position: relative;
}

.sv-facetedsearch-portlet form input[name=query] {
   width: 100%;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   padding: 15px 60px 15px 15px;
}

.sv-facetedsearch-portlet .lp-hits-meta + div {
   border-top: 1px solid #c2d4e4;
}

.sv-facetedsearch-portlet .pagination {
   text-align: center;
}

.sv-facetedsearch-portlet .pagination a,
.sv-facetedsearch-portlet .pagination .next,
.sv-facetedsearch-portlet .pagination .prev,
.sv-facetedsearch-portlet .pagination .current {
   display: inline-block;
   padding: 10px 15px;
   font-family: "open sans",arial,helvetica,sans-serif;
   font-size: 12px !important;
   line-height: 16px !important;
   color: #fff !important;
   border: none;
   background-color: #004b8d;
   border-radius: 5px;
   border: 1px solid #007ac3;

   text-decoration: none !important;
}

.sv-facetedsearch-portlet .pagination span,
.sv-facetedsearch-portlet .pagination a {
   float: none !important;
   display: inline-block;
}

.sv-facetedsearch-portlet .pagination .current {
   background-color: #0c2740;
   border-color: #6d6d6d;
}

.sv-facetedsearch-portlet .pagination .current.next,
.sv-facetedsearch-portlet .pagination .current.prev {
   background-color: #fff;
   border-color: #c3c3c3;
   color: #b8b8b8 !important;
}

.lp-hits-meta {
   /* white-space: nowrap; Tog bort när det blev fler facetter */
   text-align: center;
   padding: 20px 0 40px;
}

.lp-hit-count,
.lp-hit-facets {
   display: inline-block;
   text-align: left;
   padding: 0 15px;
}

.lp-facet {
   position: relative;
}

.lp-facet-field-list > li > a,
.lp-facet-field-list > li > .lp-facet-nohits {
   display: inline-block;
   padding: 10px 25px;
   font-family: "open sans",arial,helvetica,sans-serif;
   font-size: 12px !important;
   line-height: 16px !important;
   color: #fff !important;
   border: none;
   background-color: #004b8d !important;
   border-radius: 5px;
   cursor: pointer;
   text-decoration: none !important;
}

.lp-facet-field-list > li.lp-facet-selected > a {
   padding: 10px 25px 10px 40px;
   background: #15436d 20px 50% no-repeat url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAtgX6B9vF8/fpID3LnopiRT9WokkoGdO9p5deJyQWe8yd1QAAAPhJREFUKM99k9sSwiAMRJFwtVBbbb3r/v9fWsxoqHWaFwJn2NkkoL7RtC4SRdc26jd2FiDrnCXA7mZom0C5MyU1XSakrbA+4vKQ7eOC+NXuKOzVLPaBOs7u3i88NN7fy6oT5J7cRdLFJw7qTxxQPNtwZMeaTzU7PQY7OUVmho1+sw2YZvSqRaf4sFBeuAa0ypFhOVOOC/vsyak4SQtlxmGjmnhFKzZp1lAXqGsosppltciKobcXI9SQ+y3F1KUsmmCqJqy2b73x6yNT4/9hj5wNFG5zdgs0fPLBIz8FPTP8INsxwV97nmd/9Ujj4lGH0/l8CtWjXv0OL+OrD4M2N7wXAAAAAElFTkSuQmCC');
   background-size: 14px auto;
}

.lp-facet-field-list > li > span.lp-facet-nohits {
   color: rgba(255, 255, 255, 0.5) !important;
   cursor: default;
   font-style: italic;
}

.lp-facet .lp-facet-count {
   position: absolute;
   right: 5px;
   top: 5px;
   color: #fff;
}

.lp-facet-field > h2 {
   display: none;
}

.lp-facet-field-list {
   list-style: none;
   margin: 0;
   padding: 0;
}

.lp-facet-field-list li {
   display: inline-block;
   margin-top:5px;
}

.sv-search-result > li:nth-child(even) {
   background: #f7f7f8;
   border-radius: 0;
}

.sv-search-hit {
   padding: 15px !important;
}

.sv-search-hit a {
   color: #004b8d !important;
   text-decoration: none;
}

.sv-search-hit .preamble a {
   font-size: 0.8em;
}

.sv-search-hit img {
   max-width: 20px;
   margin-right: 5px;
}

.sv-search-hit .sv-linkicon {
   display: none;
}

/** Merga med base:1092 **/
.sv-facetedsearch-portlet form input[type=image] {
    height: 21px;
    width: 21px;
    padding: 19px;
    position: absolute;
    top: 0;
    right: 18px;
}


/*
---------------------------------------------------------
VIKTIGT- OCH DRIFTMEDDELANDE
---------------------------------------------------------*/

html.lp-js .lp-alert.lp-closable-alerts li:not(.lp-visible),
html.lp-js .lp-driftmeddelande.lp-closable-alerts li:not(.lp-visible) {
   display: none;
}

.sv-archive-portlet.lp-alert li,
.sv-archive-portlet.lp-driftmeddelande li {
  max-width: 1170px;
  margin: 10px auto !important;
  border: 3px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sv-archive-portlet.lp-alert li {
  background-color: #EBE1E1;
  border-color: #B8232D;
}

.sv-archive-portlet.lp-driftmeddelande li {
  background-color: #FFFAE8;
  border-color: #fbe081;
}

.sv-archive-portlet.lp-alert li > div:first-child,
.sv-archive-portlet.lp-driftmeddelande li > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.sv-archive-portlet.lp-alert li > div.sv-clear-both,
.sv-archive-portlet.lp-driftmeddelande li > div.sv-clear-both {
  display: none;
}

/* Ikon */
.lp-alert .lp-alert-icon,
.lp-driftmeddelande .lp-drift-icon {
  width: 57px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lp-alert .lp-alert-icon {
  background-color: #B8232D;
}

.lp-driftmeddelande .lp-drift-icon {
  background-color: #fbe081;
}

.lp-alert .sv-channel-item svg,
.lp-driftmeddelande .sv-channel-item svg {
  color: #000;
  font-size: 32px;
}

/* Rubrik */
.lp-alert .sv-channel-item h1,
.lp-driftmeddelande .sv-channel-item h1 {
  margin: 0;
  padding: 18px 20px 13px;
}

.lp-alert .sv-channel-item h1 a,
.lp-driftmeddelande .sv-channel-item h1 a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* Stäng-knapp*/
.lp-alert__close {
  height: 56px;
  width: 56px;
  padding: 0;
  border: none;
  background-color: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

html:not(.lp-js) .lp-alert__close {
   display: none;
}

.lp-alert__close svg.lp-icon {
  font-size: 26px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


/* Hover */
.sv-archive-portlet.lp-alert li > div:first-child:hover h1 a,
.sv-archive-portlet.lp-driftmeddelande li > div:first-child:hover h1 a,
.sv-archive-portlet.lp-alert li > div:first-child:focus h1 a,
.sv-archive-portlet.lp-driftmeddelande li > div:first-child:focus h1 a {
  border-color: #555;
  padding-bottom: 2px;
  margin-bottom: 3px;
}

.lp-alert__close:hover,
.lp-alert__close:focus {
  background-color: transparent;
   box-shadow: none;
}

.lp-alert__close:hover .lp-icon,
.lp-alert__close:focus .lp-icon {
  font-size: 30px;
}


/*
---------------------------------------------------------
PROXYPORTLET FÖR TRÄNINGSPASS
PÅ BAD OCH TRÄNINGSCENTERS WEBBSIDA
---------------------------------------------------------*/

.sv-proxy-portlet th {
    text-align:left;
}


/* Dekorationer*/
/* Processflöde */
.lp-processflode ol {
    list-style-type:none;
    padding:0;
    margin:0;
}
.lp-processflode ol li {
    background-color:white;
    border:1px solid #E6E8E9;
    text-align:center;
    /*min-height:105px;*/
    vertical-align:middle;
    border-radius:5px;
    margin-bottom:10px;
    position:relative;
    padding-top:20px;
    padding-bottom:36px;

}
.lp-processflode ol li:after {
    display:block;
    width:42px;
    height:42px;
    color:white;
    line-height:40px;
    background-color:#004B8D;
    text-align:center;
    content:"▾";
    font-size:27px;
    font-weight:bold;
    font-family:"open sans",arial,helvetica,sans-serif;
    position:absolute;
    bottom:-18px;
    z-index:1;
    border-radius:50%;
    left:50%;
    margin-left:-21px;
    border:2px solid white;

}
.lp-processflode ol li:last-child:after {
    display:none;
}
.lp-processflode ol li strong {
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    color: #222222;
    line-height: 30px;
}

/* Kriswebben */
.lp-crisis-log ol,
.lp-crisis-log ul {
    list-style-type: none;
    padding:20px;
    margin:0;
    border-radius:0;
    /*Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9c46+0,df802c+100
    background: #ff9c46;*/ /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    border-left: 3px solid #004b8d !important;
    background: #e9f0f6;
    /*background: -webkit-gradient(linear,  left top, left bottom,  from(#ff9c46),to(#df802c));
    background: linear-gradient(to bottom,  #ff9c46 0%,#df802c 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c46', endColorstr='#df802c',GradientType=0 ); /* IE6-9 */
}

.lp-crisis-log ol li span,
.lp-crisis-log ul li span {
    line-height:16px;
}

.lp-crisis-log ul li span:first-child {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.lp-crisis-log ol li,
.lp-crisis-log ul li {
    font-size:14px;
    line-height:17px;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #BF783A;
}
.lp-crisis-log ol li:last-child,
.lp-crisis-log ul li:last-child {
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:0 none;
}
.lp-crisis-log ol li strong,
.lp-crisis-log ul li strong {
    font-size:14px;
    line-height:16px;
    display:block;
    margin-bottom:5px;
}

.lp-crisis-information h1.heading {
    color:#F6770C;
}

button, input[type="button"],
input[type="submit"],
input[type="reset"],
.sv-defaultFormTheme input[type=button],
.sv-defaultFormTheme input[type=submit],
.sv-defaultFormTheme input[type=reset] {
    background: transparent;
   font-size: 16px;
    line-height: 22px;
    color: #222 !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 17px 60px;
    border: 1px solid #024B8D;
    border-radius: 8px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
   /*padding: 12px 40px;
    font-family: "open sans",arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #004b8d;
    text-transform: uppercase;
    border: 0;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid #004b8d;*/
}

/*
----------------------------------------------------
Länkar
----------------------------------------------------*/

.normal a ,
a.normal {
	 color: #004b8d;
    text-decoration: underline;
    text-decoration: none;
    border-bottom: 2px solid #004b8d;
    transition: all .3s ease;
    /*line-height: 1.5;*/
}

.normal a:hover, a.normal:hover {
	 color: #004b8d;
    text-decoration: none;
    text-decoration: none;
    background: #e9f0f5;
}

/*
---------------------------------------------------------
TABBAR
--------------------------------------------------------- */
.lp-css-tabs {
  
}

.lp-tabs {
  list-style: none;
  margin-bottom: 10px;
  padding: 0;
  /*border-bottom: 5px solid #004b8d;*/
}

.lp-tabs .lp-tab {
  background: #d1dfea;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 15px;
  color: #000;
  /* border-radius: 5px 5px 0 0; */
  display: inline-block;
  margin: 0 10px 10px 0;
  cursor: pointer;
  border-radius: 0;
}

.lp-tabs .lp-tab.lp-current, .lp-tabs .lp-tab:hover, .lp-tabs .lp-tab:focus {
    background: #004b8d;
    color: #fff;
}

/*
-------------------------------------------------------
Cirkelformade bilder på startsidan
-------------------------------------------------------*/


.rounded-corners img {
   border-radius: 50%;
}

/*
---------------------------------------------------------
Coronainformation-banner
--------------------------------------------------------- */

.lp-crisis-banner__alert .lp-crisis-banner__alert-icon {
   margin-right: 10px;
   background-image: url('data:image/png;base64,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');
}


/*
----------------------------------------------------------
Cookie-banner
----------------------------------------------------------*/
.sv-cookie-consent-modal .env-modal-dialog__header, .sv-cookie-consent-modal .env-modal-dialog__body, .sv-cookie-consent-modal .env-modal-dialog__footer {
    padding: var(--env-spacing-medium) var(--env-spacing-xxx-large);
    background: #fff;
}

	.env-modal-dialog__footer {
    border-radius: 0 0 var(--env-border-radius-medium) var(--env-border-radius-medium);
    border-top: 1px solid var(--env-border-color-light);
    padding: var(--env-spacing-small);
    text-align: left;
    margin: 40px 0 0;
}

.env-button--primary {
    background-color: #004b8d;
    border-color: var(--env-element-primary-background-color);
    color: var(--env-element-primary-font-color);
    padding: 15px;
    color: #ffffff !important;
    font-weight: normal;
}

.env-button--primary:active, .env-button--primary:hover {
    border-color: var(--env-element-primary-background-color-dark);
    color: #ffffff !important;
}

.env-button--primary.env-button--ghost {
    background-color: transparent;
    border-color: var(--env-element-primary-background-color-dark);
    color: #004b8d !important;
    border: 1px solid #004b8d;    
   
}

.env-text p, .env-text--p, .env-text-p, p.env-text {
   line-height: 1.5 !important;
}

/*
--------------------------------------------------------------------
rekAi
--------------------------------------------------------------------*/

.prediction-content {
    margin: 20px 10px 0 10px;
    border-radius: 2px;
    background-color: #fff !important;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 12%);
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(to bottom,rgba(0,0,0,0.0),rgba(0,0,0,0.0) 80%,rgba(0,0,0,0.02) 95%,rgba(0,0,0,0.04));
    border-image-slice: 1;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
}


/*
---------------------------------------------------------------------
Inzoomning av bilder i bildmodulen
---------------------------------------------------------------------*/

.env-image-viewer-2__lightbox__close, .env-image-viewer-2__lightbox__close:focus, .env-image-viewer-2__lightbox__close:hover, .env-image-viewer-2__lightbox__download, .env-image-viewer-2__lightbox__download:focus, .env-image-viewer-2__lightbox__download:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #222222;
}

/*
---------------------------------------------------------------------
Panikknapp
---------------------------------------------------------------------*/

.lp-panic-button--theme-exit-sign a span {
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: #272727;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-left: 25px;
    padding: 7px 15px 7px 35px;
}

.lp-panic-button--theme-exit-sign a {
    display: flex !important;
    position: fixed !important;
    right: 0;
    /*text-decoration: none !important;*/
}