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

.lp-startpage {
  margin-bottom: 4rem;
}

.lp-startpage h2.subheading {
  font-size: 3.2rem;
  font-weight: bold;
}

.lp-page-section {
  margin-top: 5rem;
}

/*
---------------------------------------------------------
E-TJÄNSTRUTA PÅ STARTSIDA
--------------------------------------------------------- */

.lp-e-box {
  background: rgba(58, 191, 240, 0.25);
  padding: 3rem 3rem 0 3rem;
}

.lp-e-box h2.subheading {
  margin: 0 0 1rem;
}

.lp-e-box h2.subheading .lp-icon {
  color: #3abff0;
}

/* E-tjänstmeny */

.lp-e-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  list-style-type: none;
  margin: 0 -1rem;
  padding: 0;

  -webkit-box-pack: justify;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
}

.lp-e-menu li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 3rem;
  min-width: 220px;
  padding: 0 1rem;
  width: 25%;

  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.lp-e-menu a {
  display: inline-block;
  padding: 2rem 0 0 0;
  text-decoration: none;
}

.lp-e-menu a .lp-service-category {
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
}

.lp-e-menu .lp-link-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
}

.lp-e-menu a .lp-link-name {
  text-decoration: underline;
}

.lp-e-box a .lp-icon {
  color: #3abff0;
  font-size: 0.8em;
  margin: 0.6rem 0 0 1rem;
}


/*
---------------------------------------------------------
NYHETER PÅ STARTSIDA
--------------------------------------------------------- */

.lp-startpage .sv-archive-portlet,
.lp-news-flow.sv-archive-portlet {
  border-top: 1px solid #cfcecf;
  padding-top: 2rem;
}


.lp-startpage .sv-archive-portlet li,
.lp-news-flow.sv-archive-portlet li {
  border-bottom: 1px solid #cfcecf;
  margin: 0 0 2rem;
  padding: 0 0 2rem;
}


.lp-startpage .sv-archive-portlet li > span,
.lp-startpage .sv-archive-portlet li > a {
  display: block;
  max-width: 760px;;
}

.lp-startpage .sv-archive-portlet li > span.litenxtext,
.lp-news-flow.sv-archive-portlet li > span.litenxtext {
  display: inline-block;
  margin: 0;
}


.lp-startpage .sv-archive-portlet a.normal,
.lp-news-flow.sv-archive-portlet a.normal {
  color: #032d4d;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  padding-right: 2.5rem;
}

/* Från extern källa */

.lp-startpage .sv-archive-portlet a[href^='http']::after {
  background-image: url('data:image/svg+xml,%3Csvg%20viewBox=\'0%200%2020%2020\'%20xmlns=\'http://www.w3.org/2000/svg\'%20fill=\'%23032d4d\'%3E%3Cpath%20class=\'cls-1\'%20d=\'M12.22%200v2.22h4L5.29%2013.14l1.57%201.57L17.78%203.79v4H20V0zm5.56%2017.78H2.22V2.22H10V0H2.22A2.22%202.22%200%200%200%200%202.22v15.56A2.22%202.22%200%200%200%202.22%2020h15.56A2.23%202.23%200%200%200%2020%2017.78V10h-2.22z\'%3E%3C/path%3E%3C/svg%3E');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  content: '';
  display: inline-block;
  height: 1.5rem;
  margin: 0 -2.3rem -0.1rem 0.8rem;
  width: 1.5rem;
}


/*
---------------------------------------------------------
SNABBLÄNKSMENY STARTSIDA
---------------------------------------------------------*/

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

.lp-service-menu li {
  border-top: 1px solid #cfcecf;
}


.lp-service-menu li:last-child {
  border-bottom: 1px solid #cfcecf;
}

.lp-service-menu a {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding: 2rem 0;
  text-decoration: none;
}

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

.lp-service-menu a .lp-service-category {
  display: block;
  text-decoration: none;
}

.lp-service-menu .lp-link-name {
  color: #032d4d;
  display: block;
  font-size: 2rem;
  font-weight: 500;
}

.lp-service-menu a .lp-link-name {
  text-decoration: underline;
}

.lp-service-menu .lp-icon-wrapper {
  -webkit-box-align: center;
  align-items: center;
  background: #032d4d;
  color: #f5e10d;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 2.2rem;
  height: 4.2rem;
  margin: 0 2rem 0 0;
  width: 4.2rem;

  -webkit-box-pack: center;
  justify-content: center;
}

/*
---------------------------------------------------------
TEMAPUFFAR
---------------------------------------------------------*/

.lp-theme-boxes {
  background: #032d4d;
  padding: 5rem 0 2rem;
}

.lp-theme-boxes h2.subheading {
  color: #fff;
}

.lp-theme-boxes p.preamble {
  margin: 1rem 0 0.7rem !important;
}

.lp-theme-boxes p.preamble a {
  color: #fff;
}

.lp-theme-boxes p.normal {
  color: #fff;
}

.lp-theme-boxes .sv-column-12 > .sv-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5rem;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lp-theme-boxes .sv-column-12 > .sv-vertical > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 3rem;
  max-width: 100%;
  min-width: 280px;
  padding: 0 1.5rem;
  width: 33.333%;

  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

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

.lp-usp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-usp > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 30rem;
  width: 50%;
}

.lp-usp > div:last-child {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding: 5% 3%;
}

.lp-usp .sv-text-portlet {
  max-width: 390px;
}

.lp-usp .sv-cta-button,
.lp-usp .sv-cta-button a {
  margin: 0;
}

/*
---------------------------------------------------------
SUBWEBB
---------------------------------------------------------*/

.lp-hero.lp-subweb-hero {
  background: #032d4d;
  padding: 0 0 4rem;
}

.lp-hero.lp-subweb-hero .lp-pagetools {
  margin: 0 0 2rem;
}

.lp-hero.lp-subweb-hero > div:last-child {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lp-hero.lp-subweb-hero .sv-related-portlet li {
  border: none;
  padding: 0;
}

.lp-hero.lp-subweb-hero h1.heading {
  color: #fff;
  font-size: 4.8rem;
  font-weight: bold;
  margin: 0 0 0.5rem;
}


.lp-hero.lp-subweb-hero .sv-related-portlet .normal {
  font-size: 2rem;
}


/*
---------------------------------------------------------
KUNDO
---------------------------------------------------------*/

body #kundo-widget-22f46e82 {
  background: none !important;
  border: none !important;
  margin-top: 3rem !important;
  padding: 0 !important;
}

body #kundo-widget-22f46e82 h3,
body #kundo-widget-22f46e82 h4 {
  font-family: apercu, arial, helvetica, sans-serif !important;
  font-size: 2rem !important;
  line-height: 1.4 !important;
}

body #kundo-widget-22f46e82 strong {
  display: none !important;
}

body #kundo-widget-22f46e82 ul {
  border-top: 1px solid rgba(0,0,0,0.1) !important;
  margin: 0 0 1rem 0 !important;
}

body #kundo-widget-22f46e82 li {
  border-bottom: 1px solid rgba(0,0,0,0.1) !important;
  padding-right: 2.3rem !important;
}

body #kundo-widget-22f46e82 a,
body #kundo-widget-22f46e82 li a {
  font-size: 1.8rem !important;
  padding: 0.5rem 0 !important;
}

body #kundo-widget-22f46e82 a:hover,
body #kundo-widget-22f46e82 a:focus {
  text-decoration: underline !important;
}

body #kundo-widget-22f46e82 a:after {
  background-image: url('data:image/svg+xml,%3Csvg%20viewBox=\'0%200%2020%2020\'%20xmlns=\'http://www.w3.org/2000/svg\'%20fill=\'%23032d4d\'%3E%3Cpath%20class=\'cls-1\'%20d=\'M12.22%200v2.22h4L5.29%2013.14l1.57%201.57L17.78%203.79v4H20V0zm5.56%2017.78H2.22V2.22H10V0H2.22A2.22%202.22%200%200%200%200%202.22v15.56A2.22%202.22%200%200%200%202.22%2020h15.56A2.23%202.23%200%200%200%2020%2017.78V10h-2.22z\'%3E%3C/path%3E%3C/svg%3E');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 1.2rem 1.2rem;
  content: '';
  display: inline-block;
  height: 1.2rem;
  margin: 0 -2.3rem -0.1rem 0.8rem;
  width: 1.2rem;
}
