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

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

.lp-section-gray {
  background: #ededed;
  margin: 0 0 50px;
  padding: 50px 10px;
}

/* Direktlänk till innehåll och meny som visas vid tabbning */
a.lp-skip-to-content,
a.lp-skip-to-menu {
  font-size: 1.6rem;
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

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

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

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

.lp-byline-label {
  color: #39393a;
}

/* Underlinar länkar vid hover/focus i ytor med klickbar yta */

.lp-js .lp-clickable-area:hover a,
.lp-js .lp-clickable-area:focus a {
  text-decoration: underline;
}

/*
---------------------------------------------------------
KNAPPAR
--------------------------------------------------------- */
.env-button--primary {
   background: #3a3a3a;
   border-color: #3a3a3a;
   color: #fff;
}

.env-button--primary:hover,
.env-button--primary:focus {
   background: #3a3a3a;
   color: #fff;
   text-decoration: underline;
}

/*
---------------------------------------------------------
RELATERAD INFORMATION (Secondary content)
--------------------------------------------------------- */

.lp-contact,
.lp-links {
  border: 1px solid #dcdcd4;
  border-radius: 5px;
  margin: 0 0 30px;
  padding: 20px 30px 30px;
}

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

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

.sv-related-portlet h2.subheading {
  border-bottom: 1px solid #dcdcd4;
  font-size: 1.9rem;
  margin: 0 -30px 15px;
  padding: 0 30px 15px;
}

.sv-related-portlet strong {
  display: inline-block;
  font-weight: 600;
  margin: 15px 0 0;
}

.sv-related-portlet li:first-child strong {
  margin: 0;
}

.sv-related-portlet a {
  text-decoration: none !important;
}

.sv-related-portlet a:hover,
.sv-related-portlet a:focus {
  text-decoration: underline !important;
}

/* Relaterade information / länkar / dokument */

.lp-links li {
  font-size: 1.6rem;
  margin: 0 0 10px;
}

.lp-links .lp-icon {
  color: #000;
  font-size: 1.4rem;
  margin: 0 15px 0 0;
}

/*
---------------------------------------------------------
LÄMNA SYNPUNKTER
--------------------------------------------------------- */

.lp-point-of-view {
  margin: 0 0 30px;
  position: relative;
}

.lp-point-of-view img {
  border-radius: 5px;
  display: block;
}

.lp-point-of-view .sv-text-portlet {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.lp-point-of-view .sv-text-portlet-content {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%;
}

.lp-point-of-view .sv-text-portlet-content p {
  display: table-cell;
  vertical-align: middle;
}

.lp-point-of-view .sv-text-portlet-content a {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 8px 0 #666;
  box-shadow: 0 2px 8px 0 #666;
  color: #000;
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
}

.lp-point-of-view .sv-text-portlet-content a:hover,
.lp-point-of-view .sv-text-portlet-content a:focus {
  -webkit-box-shadow: 0 2px 11px 0 #333;
  box-shadow: 0 2px 11px 0 #333;
  text-decoration: underline;
}

/*
---------------------------------------------------------
PUNKTLISTOR
--------------------------------------------------------- */

/* Luftigare punktlistor i textmoduler */
.sv-text-portlet-content li {
  margin: 0 0 8px;
}

.sv-text-portlet-content ul {
  margin: 0 0 15px;
}

/*
---------------------------------------------------------
SKAPA ARTIKEL-LÄNKAR
--------------------------------------------------------- */

a.sv-create-article-entry {
  background: none repeat scroll 0 0 #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #333 !important;
  display: block;
  margin: 0 0 5px;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none !important;
}

a.sv-create-article-entry:hover {
  background-color: #eee;
}

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

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

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

.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"] {
  background: #3a3a3a;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}

.sv-login-portlet input[type="submit"]:hover,
.sv-login-portlet input[type="submit"]:focus {
  background: #005877;
}

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

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

/*
---------------------------------------------------------
GOOGLE TRANSLATE
--------------------------------------------------------- */

#google-translate-modal {
  background: #fff;
  border: solid 1px #c5c5c5;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 10px 0 #bbb;
  box-shadow: 0 0 10px 0 #bbb;
  display: none;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 18px;
  width: 250px;
  z-index: 999;
}

#google-translate-modal-close {
  float: right;
  padding-top: 6px;
}

#google-translate-modal-close a {
  color: #444;
  text-decoration: none;
}

#google-translate-modal-close a:hover {
  color: #000;
  text-decoration: underline;
}

#google-translate-modal p {
  clear: right;
  color: #444;
  font-size: 11px;
  margin: 12px 0 0;
  text-align: center;
}

#google-translate-modal img {
  display: inline-block;
}

#google_translate_element a {
  text-decoration: none;
}

/*
---------------------------------------------------------
NYHETSMENY
--------------------------------------------------------- */

.lp-archivemenu-filter button {
  display: none;
}

.lp-js .lp-archivemenu-filter button {
  border: 0;
  border-radius: 2px;
  display: block;
  font-size: 1.6rem;
  padding: 15px 43px;
}

.sv-archivemenu-portlet {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  margin: 20px 0 30px !important;
  padding: 10px 0;
}

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

.lp-js .sv-archivemenu-portlet .lp-archivemenu-filter-content > ul {
  margin: 20px 0 10px;
}

.sv-archivemenu-portlet .lp-archivemenu-filter-content > ul > li {
  display: block;
}

.sv-archivemenu-portlet ul ul {
  display: inline-block;
  margin: 0 0 10px;
}

.sv-archivemenu-portlet ul li:last-child ul {
  margin: 0;
}

.sv-archivemenu-portlet li {
  display: inline-block;
}

.sv-archivemenu-portlet a {
  background: #eee;
  border-radius: 2px;
  display: inline-block;
  margin: 0 0 4px;
  padding: 5px 10px;
  text-decoration: none;
}

.sv-archivemenu-portlet li li.lp-selected a {
  background: #3a3a3a;
  color: #fff;
}

.sv-archivemenu-portlet > ul > li {
  margin: 0 0 10px;
}

.sv-archivemenu-portlet > ul > li span {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

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

.lp-pagetools {
  background: #f6f6f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  padding: 0 10px 0 20px;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

.lp-pagetools > .sv-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-page-share-link,
.lp-page-contact-link {
  display: block;
  line-height: 150%;
  padding: 12px 14px;
  text-decoration: none;
}

.lp-page-share-link:hover,
.lp-page-share-link:focus,
.lp-page-contact-link:hover,
.lp-page-contact-link:focus {
  text-decoration: underline;
}

.lp-pagetools .lp-icon {
  color: #004a64;
  font-size: 1.8rem;
  margin: 0 8px 0 0;
  vertical-align: -0.15em;
}

.lp-pagetools-share {
  background: #f6f6f3;
  border-top: 1px solid #dcdcd4;
  margin: 0 0 30px;
  padding: 30px 20px;
}

/*
---------------------------------------------------------
VIKTIGT MEDDELANDE
---------------------------------------------------------*/

.sv-archive-portlet.lp-alert li {
  background: #e9424f;
}

.lp-alert-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
  width: 97%;

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

.lp-alert .sv-channel-item h1 {
  margin: 0 !important;
}

.lp-alert .sv-channel-item h1 a {
  color: #000;
  display: block;
  font-size: 2rem;
  line-height: 100%;
  margin: 0;
  padding: 20px 10px 18px 20px;
  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 h1 a:before {
  color: #000;
  content: "VIKTIGT MEDDELANDE: ";
}

.lp-alert .lp-icon-wrapper {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;

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

.lp-alert .lp-icon {
  color: #000;
  font-size: 2.2em;
}

/*
---------------------------------------------------------
LÄNK I KANTEN AV SIDAN
---------------------------------------------------------*/

.lp-link-at-the-edge {
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transform: rotate(-90deg) translateY(-100%);
  transform: rotate(-90deg) translateY(-100%);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  width: 100vh;
}

.lp-link-at-the-edge a {
  background: #004a64;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 0 8px 0 #333;
  box-shadow: 0 0 8px 0 #333;
  color: #fff !important;
  display: inline-block;
  margin: 0 5px;
  padding: 12px 20px;
  text-decoration: none !important;
}

.lp-link-at-the-edge a:hover,
.lp-link-at-the-edge a:focus {
  background: #005877;
  -webkit-box-shadow: 0 0 12px 0 #000;
  box-shadow: 0 0 12px 0 #000;
}

/* Redigeringsläge */

.sv-editing-mode .lp-link-at-the-edge {
  position: static;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
}

.sv-editing-mode .lp-link-at-the-edge a {
  display: inline-block !important;
}

/*
---------------------------------------------------------
DEKORATION: LÄNKKNAPP
---------------------------------------------------------*/

.lp-link-button > div {
  -webkit-box-align: center;
  align-items: center;
  background: #3a3a3a;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin: 0 0 20px;
  padding: 20px;
}

.lp-link-button .lp-icon {
  color: #fff;
  font-size: 3em;
  margin: 0 20px 0 0;
}

.lp-link-button .normal {
  margin: 0 !important;
}

.lp-link-button .normal a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

/* Hover */

.lp-link-button > div:hover a,
.lp-link-button > div:focus a {
  text-decoration: underline;
}

/*
---------------------------------------------------------
BILDPUFF
---------------------------------------------------------*/

.lp-img-box {
  border-radius: 5px;
  margin: 0 0 30px;
}

.lp-img-box img {
  border-radius: 5px 5px 0 0;
}

.lp-img-box .sv-text-portlet {
  background: #f6f6f3;
  border-radius: 0 0 5px 5px;
  padding: 15px 20px;
}

.lp-img-box .subheading {
  font-size: 1.9rem;
  margin: 0;
}

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

.lp-img-box:hover,
.lp-img-box:focus {
  -webkit-box-shadow: 0 4px 10px 1px #bbb;
  box-shadow: 0 4px 10px 1px #bbb;
}

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

.lp-news-list {
  border: 1px solid #dcdcd4;
  border-radius: 5px;
  margin: 0 0 30px;
  padding: 20px 30px;
}

.lp-news-list li {
  border-top: solid 1px #dcdcd4;
  margin: 5px -10px 0;
  padding: 5px 10px 0;
}

.lp-news-list li:first-child {
  border: none;
  margin: 0 -10px;
}

.lp-news-list li img {
  border-radius: 5px 5px 0 0;
  display: block;
  padding: 0;
}

.lp-news-list .subsubheading {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
}

.lp-news-list .subsubheading a {
  color: #005877;
  text-decoration: none;
}

.lp-news-list .subsubheading a:hover,
.lp-news-list .subsubheading a:focus {
  color: #0376a1;
  text-decoration: underline;
}

.lp-news-list .normal {
  border-left: solid 1px #5e5e5e;
  color: #5e5e5e;
  margin: 0 0 0 6px;
  padding: 0 0 0 8px;
}

/*
---------------------------------------------------------
EVENEMANGSLISTNING
---------------------------------------------------------*/

.lp-events-list {
  border: 1px solid #dcdcd4;
  border-radius: 5px;
  margin: 0 0 30px;
  padding: 20px 30px;
}

.lp-events-list li {
  border-top: solid 1px #dcdcd4;
  margin: 5px -10px 0;
  padding: 5px 10px 0;
}

.lp-events-list li:first-child {
  border: none;
  margin: 0 -10px;
}

.lp-events-list .subsubheading {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
}

.lp-events-list .subsubheading a {
  color: #005877;
  text-decoration: none !important;
}

.lp-events-list .subsubheading a:hover,
.lp-events-list .subsubheading a:focus {
  color: #0376a1;
  text-decoration: underline !important;
}

.lp-events-list .normal {
  color: #5e5e5e;
  display: inline-block;
  min-width: 70px;
}

/*
---------------------------------------------------------
MEST EFTERFRÅGADE PÅ STARTSIDAN (POPULÄRA LÄNKAR)
---------------------------------------------------------*/

.lp-start-popular-links {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px 1px #ddd;
  box-shadow: 0 1px 2px 1px #ddd;
  min-height: 350px;
}

.lp-start-popular-links img {
  border-radius: 5px 5px 0 0;
}

.lp-start-popular-links .sv-vertical {
  padding: 20px;
}

.lp-start-popular-links .subheading {
  margin: 0 0 15px !important;
}

.lp-start-popular-links .normal {
  margin: 0 !important;
}

.lp-start-popular-links a {
  color: #005877;
  display: inline-block;
  font-weight: 600;
  margin: 0 12px 10px 0;
}

.lp-start-popular-links a:hover,
.lp-start-popular-links a:focus {
  color: #0376a1;
}

/*
---------------------------------------------------------
NYHETER PÅ STARTSIDAN
---------------------------------------------------------*/

.lp-start-news {
  margin: 0;
}

.lp-start-news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 30px;
}

.lp-start-news li {
  border-radius: 5px;
  margin: 0 15px;
  max-width: 370px;
  width: 33%;
  transition: all 0.3s ease;
}

.lp-start-news li img {
  border-radius: 5px 5px 0 0;
  display: block;
  padding: 0;
}

.lp-start-news-content {
  padding: 20px;
}

.lp-start-news .litenxtext {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
}

.lp-start-news .subheading {
  margin: 8px 0 12px;
}

/* Hover */
.lp-start-news li:hover,
.lp-start-news li:focus {
  -webkit-box-shadow: 0 4px 10px 1px #bbb;
  box-shadow: 0 4px 10px 1px #bbb;
}

/* Länknapp till nyhetsarkivet */

.lp-start-news .sv-text-portlet {
  padding: 20px 0 20px;
}

.lp-start-news .sv-text-portlet .normal {
  margin: 0 !important;
}

.lp-start-news .sv-text-portlet a {
  font-size: 1.8rem;
  text-decoration: none !important;
}

.lp-start-news .sv-text-portlet a:hover,
.lp-start-news .sv-text-portlet a:active {
  text-decoration: underline !important;
}

/* Nyhets-och evenemangsyta */
.lp-news-and-events {
  margin-top: 30px;
}

.lp-news-and-events > .sv-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 3rem;
}

.lp-news-and-events > .sv-layout > .sv-layout:last-child {
  padding-left: 3rem;
}

.lp-news-and-events > .sv-layout > .sv-layout:last-child > div {
  height: 100%;
}

.lp-news-and-events > .sv-layout > .sv-layout:first-child {
  margin-bottom: 2.5rem;
  padding-right: 3rem;
  border-right: 4px solid #ccc;
}

body .lp-news-and-events .sv-archive-portlet h3 span {
  font-weight: 600 !important;
}

.lp-news-and-events .lp-start-news-content {
  padding: 0;
}

.lp-news-and-events .sv-archive-portlet h3 {
  display: block;
  margin: 1rem 0;
}

.lp-news-and-events .sv-archive-portlet h3 a {
  text-decoration: none;
}

.lp-news-and-events .sv-archive-portlet a {
  text-decoration: none;
}

.lp-news-and-events .sv-archive-portlet li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.lp-news-and-events .sv-archive-portlet time {
  color: #5e5e5e;
}

/*
---------------------------------------------------------
EVENEMANG PÅ STARTSIDAN
---------------------------------------------------------*/

.lp-start-events {
  border-bottom: 1px solid #dcdcd4;
  margin: 0 0 50px;
}

.lp-start-events ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 30px;

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

.lp-start-events li {
  margin: 0 15px 30px !important;
  max-width: 370px;
  width: 33%;
}

.lp-start-events .normal,
.lp-start-events h3.subsubheading {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 180%;
  margin: 0;
}

.lp-start-events .normal {
  font-weight: bold;
}

.lp-start-events h3.subsubheading {
  display: block;
}

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

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

/*
---------------------------------------------------------
FAKTARUTOR
--------------------------------------------------------- */
.lp-info-box-wrapper {
  display: flex;
  flex-direction: row;
  margin: 0 -1.6rem;
  margin-bottom: 2rem;

  flex-wrap: wrap;
}

.lp-info-box-wrapper > .sv-layout {
  margin: 0 1.6rem 3.2rem;
  min-width: 22rem;
  width: 33.33%;

  flex: 1 1 1px;
}

/*Gemensamt för alla boxar*/

.lp-info-box-light-pink,
.lp-info-box-light-green,
.lp-info-box-light-orange,
.lp-info-box-yellow,
.lp-info-box-orange,
.lp-info-box-bluegreen,
.lp-info-box-greeny {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 2.4rem 2.7rem;

  justify-content: space-between;
}

/* färger */
.lp-info-box-light-pink {
  background-color: rgba(171, 85, 146, 0.3);
}

.lp-info-box-light-green {
  background-color: rgba(68, 180, 141, 0.3);
}

.lp-info-box-light-orange {
  background-color: rgba(245, 135, 79, 0.3);
}

.lp-info-box-yellow {
  background-color: #fbc702;
}

.lp-info-box-orange {
  background-color: #f5874f;
}

.lp-info-box-bluegreen {
  background-color: #02b4b7;
}

.lp-info-box-greeny {
  background-color: #44b48d;
}

.lp-info-box-light-pink > .sv-layout:last-of-type .lp-link-button > .sv-layout,
.lp-info-box-light-green > .sv-layout:last-of-type .lp-link-button > .sv-layout,
.lp-info-box-light-orange > .sv-layout:last-of-type .lp-link-button > .sv-layout,
.lp-info-box-yellow > .sv-layout:last-of-type .lp-link-button > .sv-layout,
.lp-info-box-orange > .sv-layout:last-of-type .lp-link-button > .sv-layout,
.lp-info-box-bluegreen > .sv-layout:last-of-type .lp-link-button > .sv-layout,
.lp-info-box-greeny > .sv-layout:last-of-type .lp-link-button > .sv-layout {
  margin: 0 !important;
}

/*
---------------------------------------------------------
JOBBANSÖKAN
--------------------------------------------------------- */

.sv-limepark-visma-assignments a.apply-for-job-link {
  background: #004a64;
  border: 1px solid #004a64;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 0 1rem;
  padding: 0.6rem 1.8rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.sv-limepark-visma-assignments .apply-for-job-link:hover {
  background: #fff;
  color: #004a64;
}

.lp-assignment-table td {
  font-size: 1.5rem;
  padding: 1.5rem;
}

.sv-limepark-visma-assignments ul {
  list-style: none;
  padding: 0;
}

.sv-limepark-visma-assignments ul li {
  font-size: 1.6rem;
  line-height: 180%;
}

.lp-assignment-table thead th {
  background: #3a3a3a;
  border: none;
  color: #fff;
  font-size: 1.7rem;
  padding: 1.5rem;
}

.lp-assignment-table.env-table--zebra tbody tr:nth-of-type(odd) {
  background-color: #f6f6f3;
}

/*
---------------------------------------------------------
PUFFAR
--------------------------------------------------------- */
.lp-app-blurbs-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.lp-app-blurbs-list__item-heading {
  margin: 0 0 1rem 0;
}

body .lp-app-blurbs .lp-app-blurbs-list__item-image,
body .lp-app-blurbs .lp-app-blurbs-list__item-image img {
  border-radius: 5px;
}

body .lp-app-blurbs .lp-app-blurbs-list__item-description {
  margin: 0 0 var(--env-spacing-xx-small);
  font-family: montserrat, "open sans", arial, helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  color: #000000;
  line-height: 180%;
}

.sv-layout .lp-app-blurbs-list__item-content {
  padding: 20px;
}

/*
---------------------------------------------------------
KAKOR
--------------------------------------------------------- */
.sv-cookie-consent-modal header.env-modal-dialog__header {
  background: #fff;
}

.sv-cookie-consent-modal .env-button--primary {
  background: #222;
  border: none;
}

.sv-cookie-consent-modal .env-button--ghost {
  background: #fff;
  border: 1px solid #222;
  color: #222;
}

.sv-cookie-consent-modal .env-button:hover {
  text-decoration: underline;
}

.sv-cookie-consent-modal .env-link {
  color: #222;
  text-decoration: underline;
}

.sv-cookie-consent-modal footer.env-modal-dialog__footer {
  background: #fff;
}

/*
---------------------------------------------------------
NEKADE KAKOR
--------------------------------------------------------- */

.lp-denied-cookie-button__wrapper {
  position: fixed;
  z-index: 10000;
  height: 80px;
  width: 80px;
  right: 10px;
  bottom: 10px;
  display: block;
  font-size: 0.9em;
}

.lp-denied-cookie-button {
  display: block;
  background-image: url(https://herrljunga.se/images/18.3101593d183cb81b0232a9c/1678876646407/kommun_kim_ikon.svg)!important;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
  color: #017eb1;
  width: 80px;
  height: 80px;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.63, -0.29, 0.74, 0.05);
}

.lp-denied-cookie-button span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lp-denied-cookie-modal header,
.lp-denied-cookie-modal footer {
  background: #fff;
}

.lp-denied-cookie-modal .env-button {
  background: #2a2a2a;
  border: none;
}

/*
---------------------------------------------------------
DÖLJ KOMMUNKIM I REDIGERINGSLÄGET
--------------------------------------------------------- */

.sv-editing-mode .chatorama {
  display: none;
}
