/*
=========================================================
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: 100% !important;
}

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

/* Ä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;
}

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

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

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

.lp-section-blue {
   padding: 60px 20px 60px;
   background: #e9f0f5;
}

.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;
   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; */
   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;
}


/* 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;
   box-shadow: 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;
   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",helvetica,sans-serif;
   font-size: 12px;
   line-height: 16px;
   color: #fff;
   text-transform: uppercase;
   border: 1px solid transparent;
   background-color: #222222;
   /* border-radius: 5px; */
   cursor: pointer;
   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: #222222;
   background-color: #ffffff;
   outline: none;
   border: 1px solid #000000;
}


/* Reset på SiteVision's inline style */
.sv-defaultFormTheme input[type=button]:active,
.sv-defaultFormTheme input[type=submit]:active,
.sv-defaultFormTheme input[type=reset]:active {
   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 a {
   padding: 12px 40px;
   font-size: 1.0625rem;
   line-height: 1.5;
   color: #fff !important;
   /*text-transform: uppercase;*/
   text-decoration: none !important;
   text-align: center;
   /*border-radius: 5px;*/
   background-color: #002f6d;
   display: inline-block;
   border: 1px solid #002f6d;
}

.lp-link-button a:hover,
.lp-link-button a:focus {
   background-color: #fff;
   color: #002f6d !important;
   border: 1px solid #ffffff;
   transition: all .3s ease;
   /*opacity: 0.5;*/
}

/*
---------------------------------------------------------
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 20px;
}

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

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;
}

/* Header vid stapling av tabell */

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

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

header {
   background: #fff;
   /*background: #15436d;*/
   position: relative;
   overflow: hidden;
   /*border-bottom: 2px solid #002f6d;*/
   /*box-shadow: 0 0 10px 0 rgba(0,0,0,.3);*/
}

.lp-logo {
   margin: 40px 25px 0 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: 250px !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-top: 0;
   padding: 40px 0;
   /*border-top: 2px solid #222222;*/
   background: #fff;
}

footer .subheading {
   margin: 40px 0 20px !important;
   color: #222222;
   font-weight: normal;
   /*text-transform: uppercase;*/
}

footer a {
   text-decoration: none !important;
}

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

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

footer .sv-script-portlet p.normal > .icon {
	position: absolute;
	left: 0;
	top: 4px;
}

footer .sv-script-portlet p.normal {
	padding-left: 25px;
	position: relative;
}


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

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

.lp-footer-companies 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;
}


/* Sociala länkar */
.lp-social-links {
   margin: 0;
   padding: 0;
   list-style: none;
}

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

.lp-social-links .icon {
   margin: 0 10px 0 0;
   font-size: 18px;
   color: #222;
}

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

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

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

/*
---------------------------------------------------------
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: 2px 0 2px 20px;
}

.sv-text-portlet-content ul li:before {
   font-size: 22px;
   color: #000000;
   margin: 0 0 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;
}

.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: underline !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=');
}


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

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

.lp-header-link .subheading,
.lp-header-link .subheading a {
	/*font-size: 20px;
	line-height: 28px;*/
   font-size: 1.6875rem;
   line-height: 1.2;
   color: #002f6d;
   font-weight: 500;
}

.lp-header-link .subheading a {	
	color: #004b8d;
	text-decoration: none;
}

.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 0 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: 2px solid #002f6d;
}

.lp-box .lp-header-link .subheading,
.lp-box .lp-header-link .subheading a {
	font-size: 24px;
	font-weight: normal;
}

.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: 18px !important;
	line-height: 30px !important;
}


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

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

.lp-box p {
   margin: 0 0 15px !important;
   /*font-size: 18px;*/
   line-height: 28px;
}


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

.lp-topmenu {
   position: relative;
   float: right;
   /*margin: auto;*/ 
}

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

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

.lp-topmenu li > a {
   height: 44px;
   padding: 17px 30px 0px 30px;
   font-size: 16px;
   line-height: 22px;
   color: #222222;
   text-decoration: none;
   background: transparent;
   /*background: #15436d;*/
   display: inherit;
   vertical-align: middle;
   text-transform: uppercase;
}

.lp-topmenu li > a.lp-current {
   background: transparent;
   /*opacity: 0.5;*/
	/*transition: bottom 250ms,opacity .5s;*/
   border-bottom: 2px solid #002f6d;
   
}

.lp-topmenu li > a:hover, 
.lp-topmenu li > a:focus {
   background-color: transparent;
   /*background: #035aa7;*/
   /*opacity: 0.5;*/
	border-bottom: 2px solid #002f6d;
   
}


/*
---------------------------------------------------------
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-bottom: 1px solid #002f6d; */
   padding: 14px 50px 14px 10px;
   font-size: 16px;
   line-height: 24px;
   text-decoration: none;
   border-bottom:1px solid #e2e2e2;
   
}

.lp-menu a:hover,
.lp-menu a:focus {
   /*text-decoration: underline;*/
   font-weight: bold;
}

.lp-menu .lp-current > a {
   font-weight: bold;
   /*display: none;*/
}

/* Nivåer */
.lp-level-1 > li > a {
   color: #ffffff !important;
   font-size: 1.1em;
   font-weight: normal;
   background: #000000;
   border-bottom: 1px solid #ffffff;
   text-transform: none !important;
}

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

.lp-level-2 > .lp-open > a {
   background-color: #e9f0f6;
   color: #ffffff;
   /*border-right: 2px solid #002f6d;*/
   font-weight: bold;
}

.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;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

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

.lp-open.lp-has-children > button svg {
   fill: #002f6d;
}

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

.lp-open.lp-has-children > button {
   -moz-transform: rotate(90deg);
   -webkit-transform: rotate(90deg);
   -o-transform: rotate(90deg);
   -ms-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: transparent;
   /*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 8px;
    font-size: 13px;
    color: #002f6d !important;
    text-decoration: none;
    text-align: center;
    /* border-left: 1px solid #1a619f; */
    display: block;
    /* transition: all 200ms; */
    background: transparent;
}

.lp-toolsmenu li > a:hover,
.lp-toolsmenu li > a:focus,
.lp-toolsmenu li.tool-state-open > a {
   /*opacity: 0.5;*/
   
}


.lp-toolsmenu .icon {
   width: 25px;
   height: 20px;
   margin: 0 auto 5px;
   fill: #002f6d;
   /*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-language {
    display: inline-block; /* Samma som li ovan */
}

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

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

.lp-js .lp-tool-listen-wrapper,
.lp-js .lp-tool-search-wrapper,
.lp-js .lp-tool-translate-wrapper {
   padding: 20px;
   background: #fff;
   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;
}


/* Translate */
.lp-js .lp-tool-translate-wrapper .goog-te-gadget-simple {
   margin: 0 0 5px;
   padding: 11px 15px;
   border: 1px solid #002f6d;
   /* border-radius: 5px; */
}

.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 #002f6d;
}

.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;
}


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

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

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

.lp-pagetool-button .icon {
   width: 25px;
   height: 25px;
   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: #fff;
   background: #38cff1;
}

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


/*
---------------------------------------------------------
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;
   -moz-transition: all 150ms ease;
   -ms-transition: all 150ms ease;
   -o-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;
 
}

.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;
}


/*
---------------------------------------------------------
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: 20px 0 20px;
   padding: 10px 0 0;
   border-top: 2px solid #002f6d;
}

.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: 24px;
   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%;
   box-sizing: border-box;
}

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

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

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

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

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

.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;
   -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-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 50px;
   border-top: 5px solid #fff;
}

.lp-faq .lp-toggle-container {
   border-bottom: 5px solid #fff;
}

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

}

.lp-faq .subheading {
   margin: 0 !important;
   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: #002f6d;
}

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

.lp-toggle-content {
   padding: 20px;
   border: 1px solid #f5f5f5;
   background: #ffffff;
}

.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: 16px !important;
	line-height: 26px !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: 20px;
   background: #f7fdff;
   /*border: 2px solid #acecfa;*/
   border-radius: 3px;
   box-sizing: border-box;
   float: right;
}
.lp-important-box-full {
   width:auto;
   margin: 10px 0 30px 0;
   padding: 20px;
   background: #f5f5f5;
   border-left: 5px solid #000000;
   border-radius: 0;
   box-sizing: border-box;
   float:none;
}

.lp-important-box .subheading,
.lp-important-box .subsubheading {
   margin: 0 0 5px;
   font-size: 20px;
   line-height: 26px;
}

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

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

.lp-important-box a:hover,
.lp-important-box a:focus {
   text-decoration: underline !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: 22px;
   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: #000000;
   text-decoration: none;
   text-transform: none;
   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; */
   box-sizing: border-box;
   display: block;
}

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


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

.lp-cookie-consent {
   position: fixed; 
   bottom: 0; 
   left: 0; 
   width: 100%;
   padding: 20px 0;
   background: rgba(0,0,0,0.7);
   border-top: 1px solid #fff;
   font-size: 13px;
   text-align: center;
   z-index: 99999;
   display: none;
}

.lp-cookie-consent a {
   font-size: 13px;
   color: #ffffff;
}

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


/*
---------------------------------------------------------
LOGINRUTA
--------------------------------------------------------- */

.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 #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: #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: #688a16;
}

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

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


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

.lp-slideshow {
  overflow: hidden;
  position: relative;
}

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

.lp-slideshow-slide {
   height: 650px;
   background-position: 50% 50%;
   background-size: cover;
   position: relative;
}

.lp-slideshow-text {
   position: absolute;
   bottom: 20%;
   left: 10%;
   background-color: rgba(0,0,0,0.7);
   /*background-color: rgba(255, 255, 255);*/
   padding: 40px;
   width: 600px;
   max-width: 100%;
   box-sizing: border-box;
   /*text-align: center;*/

}

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

.lp-slideshow-text p {
  color: #ffffff;
}

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

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

.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: #fff;
   font-weight: bold;
   color: #fff;
}

ol.flex-control-nav.flex-control-paging li a.flex-active {
    background-color:#002f6d;
    border: solid 1px #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;
}

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

ol.flex-control-nav.flex-control-paging {
    position: absolute;
    bottom:10px;
    left:20px;
    z-index: 99;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ol.flex-control-nav.flex-control-paging li {
    display:inline-block;
    /* background-color:#f48624; */
    /* border-radius:7px; */
}
ol.flex-control-nav.flex-control-paging li a {
    background-color:#fff;
    display:block;
    height:15px;
    margin-right:10px;
    width:15px;
    text-align:center;
    padding:0;
    text-indent:-1000px;
    /* border-radius:10px; */
    /*border:2px solid #002f6d;*/
   
}

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

.lp-start-popular-links-content {
   max-width: 940px;
   margin: -75px auto 60px;
   padding: 25px;
   border-radius: 5px;
   background: #0e5a9c; /* Old browsers */
   background: -moz-linear-gradient(top,  #0e5a9c 0%, #004b8d 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(top,  #0e5a9c 0%,#004b8d 100%); /* Chrome10-25,Safari5.1-6 */
   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 60px 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
--------------------------------------------------------- */

.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: bold;
   text-align: center;
   text-transform: uppercase;
   text-decoration: none;
   background: #fff;
   border-radius: 5px;
   display: block;
   
    -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;
   transform: translateZ(0);
   transition-duration: 0.3s;
   transition-property: transform;
   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
--------------------------------------------------------- */

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

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

.lp-start-customer-service a span {
   color: #002f6d;
   text-decoration: none;
}

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

.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 .lp-link-button a {
    margin: 15px 0 5px;
    display: inline-block;
    background: transparent;
    color: #002f6d !important;
    font-size: 1rem !important;
    text-transform: none;
    font-weight: 500;
    border: 1px solid #002f6d;
}

.lp-start-customer-service .lp-link-button a:hover {
   background-color: #002f6d;
   color: #fff!important;
    border: 1px solid #002f6d;
    transition: all .3s ease;
}


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

.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;
}

.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 20px 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;
   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: 14px;
   list-style-type:none;
   margin:0;
   padding:0;
}
.lp-event-more > li {display:inline-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%;
	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: "trebuchet ms",helvetica,sans-serif;
	font-size: 12px !important;
	line-height: 16px !important;
	color: #fff !important;
	border: none;
	background-color: #002f6d;
	border-radius: 0px;
	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: 0px 0 20px;
}

.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: "trebuchet ms",helvetica,sans-serif;
	font-size: 12px !important;
	line-height: 16px !important;
	color: #fff !important;
	border: none;
	background-color: #004b8d;
	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: #002f6d !important;
	text-decoration: none;
}

.sv-search-hit .preamble a {
	font-size: 18px;
}

.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 MEDDELANDE
---------------------------------------------------------*/

.sv-archive-portlet.lp-alert li {
   max-width: 940px;
   position: relative;
   margin: 10px auto;
   background: #ffe7e7;
   border: 2px solid #e13d3d;
}

.lp-alert .sv-channel-item h1 a {
   display: block;
   margin: 0;
   padding: 20px 10px 17px 220px;
   font-size: 20px;
   line-height: 25px;
   text-decoration: none;
}

.lp-alert .sv-channel-item h1 a:hover,
.lp-alert .sv-channel-item h1 a:focus {
   text-decoration: underline;
}

.lp-alert .sv-channel-item > div:first-child {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   vertical-align: middle;
   background: #e13d3d;
}

.lp-alert .sv-channel-item svg {
   fill: #fff;
   width: 40px;
   height: 40px;
   margin: 10px 15px 0 10px;
}

.lp-alert .sv-channel-item > div:first-child:after {
   display: inline-block;
   max-width: 115px;
   content: 'VIKTIGT MEDDELANDE ';
   color: #fff;
   font-size: 16px;
   line-height: 22px;
}

.sv-archive-portlet.lp-driftmeddelande li {
   max-width: 940px;
   position: relative;
   margin: 25px auto;
	background: #fffae8;
   border: 2px solid #fbe081;
}

.lp-driftmeddelande .sv-channel-item h1 a {
   display: block;
   margin: 0;
   padding: 20px 10px 17px 150px;
   font-size: 20px;
   line-height: 25px;
   text-decoration: none;
}

.lp-driftmeddelande .sv-channel-item h1 a:hover,
.lp-driftmeddelande .sv-channel-item h1 a:focus {
   text-decoration: underline;
}

.lp-driftmeddelande .sv-channel-item > div:first-child {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   vertical-align: middle;
   background: #fbe081;
}

.lp-driftmeddelande .sv-channel-item svg {
   fill: #000;
   width: 40px;
   height: 40px;
   margin: 10px 15px 0 15px;
}

.lp-driftmeddelande .sv-channel-item > div:first-child:after {
   display: inline-block;
   content: '';
   color: #000;
   font-size: 16px;
   line-height: 22px;
}

/* 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:"trebuchet ms";
    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;
}



.lp-topmenu li>a {
   height: 52px;
   border-bottom: 2px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #2e2e2e;
    display: block;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4;
    margin-right: 2rem;
    padding: 2.9rem .1rem 2rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: none;
}

.lp-topmenu li>a:hover, .lp-topmenu li>a:focus {
   height: 48px;
   border-bottom: 2px solid #000000;
}
.lp-topmenu li>a.lp-current {
   height: 48px;
   border-bottom: 2px solid #000000;
}


/* Kriswebben */
.lp-crisis-log ol, 
.lp-crisis-log ul {
    list-style-type: none;
    padding:20px;
    margin:0;
    border-radius:5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9c46+0,df802c+100 */
    background: #ff9c46; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff9c46 0%, #df802c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff9c46 0%,#df802c 100%); /* Chrome10-25,Safari5.1-6 */
    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;
}

.c20 {
    margin: 0 0 15px;
    padding: 0 0 0 0;
}

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

 **/
.sv-decoration-Rubrikmedikon {
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #c6ccd0;
  padding: 0 0 10px;
}

.sv-decoration-Rubrikmedikon .subsubheading {
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  margin: 0 !important;
}

.sv-decoration-Rubrikmedikon > div {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}

.sv-decoration-Rubrikmedikon .icon {
  fill: #004b8d;
  margin-bottom: 0;
}

.sv-decoration-Rubrikmedikon > div + div {
  margin-left: 10px;
}

/*
---------------------------------------------------------
FLERNIVÅLÄNK
--------------------------------------------------------- */

.sv-multilevellink-portlet {
  margin: 0 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: underline;
}

.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:hover {
  text-decoration: none;
}

a.sv-portlet-image-caption, a.litenxtext, .sv-portlet-image-caption a, .litenxtext a {
    color: #000000;
    /*text-decoration: underline;*/
   border-bottom: 0.125rem solid #000000;
}

/*
-------------------------------------------------------
Bildtext
-------------------------------------------------------*/
p.sv-portlet-image-caption {
    margin-top: -10px !important;
}

p.sv-portlet-image-caption {
    margin-top: 3px;
   font-size: 11px !important;
}


/*
----------------------------------------------------------
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: #222222;
    border-color: #222222;
    color: var(--env-element-primary-font-color);
    padding: 15px;
    color: #ffffff !important;
    font-weight: normal;
    border-radius: 35px;
}

.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 !important;
    border-color: #333333;
    color: #222222 !important;
}

.env-button--primary:active, .env-button--primary:focus, .env-button--primary:hover {
    background-color: #222222;
}

/*
----------------------------------------------
Formulär nyhetsbrev
---------------------------------------------*/

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: 12px 16px;
    color: #404040;
    background-color: #fff;
    border: 1px solid #bfc4c8;
    box-sizing: border-box;
    -webkit-appearance: none;
    display: block;
    margin-bottom: -10px;
    min-width: 300px;
}