/************************************
*********** HJÄLPKLASSER ************
************************************/


/*
Grå:                  #55565a (Text, bakgrundfärger)
Grönblå:              #008895 (Bakgrundsfärger)
Mörk grönblå:         #006e78;
Ljus grönblå:         #00c0d1 (Hover text)

Ljusgrå:              rgba(85, 86, 90, 0.09) (Kantlinjer)
Grönblå:              rgba(0, 136, 149, 0.85) / rgba(0, 136, 149, 0.74)
Grönblå mörk hover:   rgba(2, 113, 124, 0.85)
Grönblå ljus hover:   rgba(0, 136, 149, 0.70) (Hover bakgrund grönblå)
Grönblå ljusare hov:  rgba(0, 136, 149, 0.49)
Grönblå ljusast hov:  rgba(230, 253, 255, 0.49)
Orange:               rgba(236, 169, 0, 0.8)
Lila:                 rgba(125, 104, 143, 0.8)

*/

* {
  box-sizing: border-box;
}
body {
  background-color: rgba(218, 216, 214, 0.29);
}
.sol-ul-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sol-float-right {
  float: right;
}
.sol-float-left {
  float: left;
}
.sol-align-center {
  text-align: center;
}
.sol-align-right {
  text-align: center;
}
.sol-display-inline-block {
  display: inline-block;
}
.sol-hide {
  display: none;
}
.sol-font-flat-it {
  font-family: 'Flat it yummo webfont', sans-serif;
}
.sol-relative {
  position: relative;
}
.sol-width-50 {
  width: 50%;
}
.sol-width-33 {
  width: 33.3333%;
}
.sol-width-25 {
  width: 25%;
}
.sv-portlet p,
.sv-old-text-portlet p {
  margin: 5px 0 0 0;
}
input::-ms-clear {
  display: none;
}

/************************************
************ GRUNDMALL **************
************************************/

.sol-navbar-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  background-color: white;
  box-shadow: rgba(0, 136, 149, 0.18) 1px 1px 3px 0px;
  z-index: 10;
}
.sv-editing-mode .sol-navbar-wrapper {
  position: relative;
}
.sol-content-wrapper {
  margin-top: 102px;
  min-height: 300px;
}
.sv-editing-mode .sol-content-wrapper {
  margin-top: 0;
}
.sol-footer-wrapper {
  margin-top: 100px;
  padding: 30px 0 70px 0;
  background-color: #55565a;
}
.sol-nav-container {
  padding-bottom: 10px;
}
.sol-logo {
  display: inline-block;
  padding-top: 15px;
  float: left;
  min-height: 72px;
  min-width: 122px;
}
.sol-logo img {
  width: 92px !important;
  height: 77px !important;
  max-width: 92px !important;
  max-height: 77px !important;
  margin-right: 30px;
  float: left;
}
.sol-help-menu {
  display: block;
  text-align: right;
  padding: 5px 15px;
}
.sol-help-menu > div {
  display: inline-block;
}
.sol-top-meny {
  display: block;
  padding-top: 33px;
  text-align: right;
  position: relative;
}
.sol-menu-container {
  padding-right: 32px;
}
.sol-helpmenu-container ul > li,
.sol-menu-container ul > li {
  display: inline-block;
  float: left;
}
.sol-helpmenu-container a,
.sol-help-menu .sv-language-portlet .sol-css-text-1,
.sol-menu-container a {
  float: left;
  letter-spacing: 0.02em;
  font-size: 14.4px;
  line-height: 23px;
}
.sol-menu-container a {
  text-transform: uppercase;
}
.sol-helpmenu-container .sol-helpmenu-title,
.sol-menu-container .sol-menu-title {
  margin: 0 12px;
}
.sol-help-menu .sv-language-portlet .sol-css-text-1 {
  margin: 0 7px 0 10px;
}
.sol-helpmenu-container a:hover,
.sol-menu-container a:hover {
  color: #66cad4
}
.sol-menu-container .sol-menu-current-page a,
.sol-helpmenu-container .sol-helpmenu-current-page a,
.sol-menu-container .sol-menu-current-tree a,
.sol-helpmenu-container .sol-helpmenu-current-tree a {
  color: #00c0d1
}
.sol-helpmenu-container a > i,
.sol-help-menu .sv-language-portlet i.sol-helpmenu-icon {
  position: relative;
  float: left;
  top: 1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 14px;
  background-color: #008895;
  background-size: 100%;
  margin: 0 5px;
}
.sol-help-menu .sv-language-portlet .sol-css-text-1 > span {
  float: left;
}
.sol-help-menu .sv-language-portlet i.sol-helpmenu-icon {
  float: right;
  margin-left: 11px;
  margin-right: 0;
}
.sol-lang-icon-sv {
  background-image: url('/webdav/files/System/Icons/icon-swedish.svg');
}
.sol-lang-icon-en {
  background-image: url('/webdav/files/System/Icons/icon-english.svg');
}
.sol-search-icon {
  display: inline-block;
  background-image: url('/webdav/files/System/Icons/icon-search.svg');
  width: 20px;
  height: 20px;
  margin-right: 2px;
  cursor: pointer;
  position: relative;
  top: 1px;
}
.sol-search-container {
  padding: 10px 0 20px 50px;
}
.sol-search-container input[type=text] {
  display: block;
  position: relative;
  width: 80% !important;
  height: 60px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(85, 86, 90, 0.2);
  color: rgba(85, 86, 90, 0.6);
  font-size: 21px;
  line-height: 24px;
  float: right;
}
.sol-search-container input[type=image] {
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 15px;
  margin-right: 20px;
}

/******** FOOTER ********/

.sol-footer-header .sol-heading-2 {
  font-size: 22px;
  line-height: 30px;
  color: white;
  margin-top: 10px;
  margin-bottom: 5px;
}
.sol-footer-wrapper .sol-css-text-1 {
  color: white;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 10px;
  margin: 10px 0 25px 0;
  border-bottom: 1px solid white;
}
.sol-footer-wrapper .sol-footer-row > div > div {
  padding-right: 20%;
}
.sol-footer-link {
  min-height: 40px;
  position: relative;
  padding: 7px 0 7px 50px;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
}
.sol-footer-link,
.sol-footer-link a {
  color: white;
  font-size: 14.4px;
  line-height: 23px;
}
.sol-footer-link a:hover {
  color: #66cad4;
}
.sol-footer-link .sol-footer-text {
  margin-bottom: 8px;
}
i.sol-footer-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #008895;
  background-size: 100%;
}
.sol-footer-link i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}
.sol-address-footer {
  padding-bottom: 4px;
}
.sol-address-footer i {
  top: 0;
  margin-top: 0;
}
.sol-social-icons {
  margin-bottom: 34px;
}
.sol-social-icons a {
  margin-right: 15px;
}
.sol-social-icons i {
  position: relative;
}
.sol-icon-phone {
  background-image: url('/webdav/files/System/Icons/icon-phone.svg');
}
.sol-icon-fax {
  background-image: url('/webdav/files/System/Icons/icon-fax.svg');
}
.sol-icon-mail {
  background-image: url('/webdav/files/System/Icons/icon-letter.svg');
}
.sol-icon-house {
  background-image: url('/webdav/files/System/Icons/icon-house.svg');
}
.sol-icon-boy {
  background-image: url('/webdav/files/System/Icons/icon-boy.svg');
}
.sol-icon-facebook {
  background-image: url('/webdav/files/System/Icons/icon-facebook.svg');
}
.sol-icon-linkedin {
  background-image: url('/webdav/files/System/Icons/icon-linkedin.svg');
}
.sol-icon-twitter {
  background-image: url('/webdav/files/System/Icons/icon-twitter.svg');
}
.sol-icon-twitter {
  background-image: url('/webdav/files/System/Icons/icon-twitter.svg');
}
.sol-icon-sitemap {
  background-image: url('/webdav/files/System/Icons/icon-sitemap.svg');
}

/************************************
************ STARTSIDA **************
************************************/

.sol-hero-container {
  display: block;
  height: 450px;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  background-position: 50% 31%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.sol-hero-container > .sv-grid-main {
  position: relative;
  height: 450px;
}
.sol-hero-text.sol-hero-text-resp {
  display: none;
}
.sol-hero-text {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.sol-hero-text > div {
  border-top-right-radius: 5px;
  background-color: rgba(0, 136, 149, 0.74);
  display: block;
  padding: 0 20px 37px 20px;
}
.sol-hero-text > div:before {
  content: "";
  position: absolute;
  left: -80px;
  top: 0;
  bottom: 0;
  right: 100%;
  background-color: rgba(0, 136, 149, 0.74);
}
.sol-hero-text h1 {
  color: white;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.sol-round-puff {
  position: absolute;
  right: 0px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding-top: 27px;
  padding-bottom: 33px;
  text-align: center;
}
.sol-top-round-puff {
  top: 50px;
}
.sol-bottom-round-puff {
  bottom: 50px;
}
.sol-puff-orange {
  background-color: rgba(236, 169, 0, 0.8);
}
.sol-puff-purple {
  background-color: rgba(125, 104, 143, 0.8);
}
.sol-round-puff .sol-puff-number {
  margin-bottom: 5px;
  color: white;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: block;
}
.sol-round-puff .sol-puff-text {
  padding-right: 15px;
  padding-left: 15px;
  color: white;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.01em;
  display: block;
  height: 60px;
}
.sol-startpage-career {
  position: relative;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
}
.sol-career-button {
  display: block;
  padding: 10px 25px;
  border: 2px solid #008895;
  border-radius: 5px;
  background-color: #008895;
  color: white;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.sol-career-button > span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 200;
}
.sol-career-button:hover {
  border-color: #006e78;
  background-color: #e4f4f5;
  color: #008895;
}
.sol-newsletter-container {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(0, 136, 149, 0.2);
  background-image: url('/webdav/images/System/Mallbilder/ivl_pattern.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.sol-newsletter-container .sv-column-4,
.sol-newsletter-container .sv-column-8 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sol-newsletter-container h2.sol-heading-2 {
  margin-top: 0px;
  margin-bottom: 2px;
  color: black;
  font-size: 23px;
  line-height: 30px;
}
.sol-newsletter-container p.sol-normal-flat {
  margin: 0px;
  color: black;
}
.sol-newsletter-container .sol-form input[type=text],
.sol-newsletter-container .sol-form input[type=email] {
  height: 52px;
  padding: 8px 12px;
  line-height: 23px;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: inline-block;
  width: 33.3%;
  margin-right: 5px;
  margin-bottom: 0px;
  padding-left: 20px;
  font-size: 16px;
  font-family: "flat it yummo webfont", sans-serif, sans-serif;
  float: left;
}
.sol-newsletter-container input[type=submit] {
  width: 30%;
  float: right;
}
.sol-newsletter-container .sol-check-container {
  margin-top: 5px;
}
.sol-newsletter-container label.sol-normal-flat {
  margin-right: 10px;
}

/****** NYHETER ********/

.sol-decoration-tabs > div > div.sol-listing-content {
  padding: 0;
}
.sol-listing-module li > a,
.sol-eventlisting-module li > a {
  display: block;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid rgba(85, 86, 90, 0.18);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.sol-listing-module .sol-list-image {
  width: 200px;
  height: 125px;
  margin-right: 15px;
  float: left;
  overflow: hidden;
  background-size: cover;
  background-position: 0 50%;
  transition: 0.2s filter linear;
  -webkit-transition: 0.2s -webkit-filter linear;
  -moz-transition: 0.2s -moz-filter linear;
  -ms-transition: 0.2s -ms-filter linear;
  -o-transition: 0.2s -o-filter linear;
}
.sol-listing-module .sol-list-image > img {
  height: 100%;
  width: auto;
}
.sol-listing-module .sol-list-date {
  display: block;
}
.sol-listing-module .sol-list-date > .sol-css-text-1 {
  display: inline-block;
  color: #008895;
  font-size: 13px;
  line-height: 23px;
}
.sol-listing-module .sol-list-date > .sol-css-text-1:first-child {
  font-size: 12px;
}
.sol-listing-module .sol-list-date > .sol-css-text-1:first-child:before {
  display: inline-block;
  content: '';
  background-image: url('/webdav/files/System/Icons/icon-clock.svg');
  height: 12px;
  width: 12px;
  position: relative;
  top: 1px;
  margin-right: 4px;
}
.sol-listing-module .sol-list-content > .sol-css-text-1,
.sol-eventlisting-module .sol-list-content > .sol-css-text-1 {
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  margin-bottom: 5px;
}
.sol-eventlisting-module .sol-list-content > .sol-css-text-1 {
  font-size: 17px;
}
.sol-listing-module .sol-list-content > .sol-normal-flat,
.sol-eventlisting-module .sol-list-content > .sol-normal-flat {
  display: block;
  margin-top: 0;
}
.sol-eventlisting-module .sol-list-content > .sol-normal-flat {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
.sol-listing-module .sol-list-read-more {
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 14px;
}
.sol-listing-module .sol-list-read-more:after {
  display: inline-block;
  content: '';
  background-image: url('/webdav/files/System/Icons/icon-right-arrow.svg');
  height: 10px;
  width: 10px;
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.sol-listing-module li > a:hover,
.sol-see-more-link .sol-css-text-1 a:hover,
.sol-eventlisting-module li > a:hover {
  background-color: rgba(230, 253, 255, 0.49);
}
.sol-listing-module li > a:hover .sol-list-content > .sol-css-text-1,
.sol-listing-module li > a:hover .sol-list-content > .sol-normal-flat,
.sol-listing-module li > a:hover .sol-list-content > .sol-list-read-more,
.sol-eventlisting-module li > a:hover .sol-list-content > .sol-css-text-1,
.sol-eventlisting-module li > a:hover .sol-list-content > .sol-normal-flat {
  color: #008895;
}
.sol-listing-module li:hover .sol-list-image {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.sol-see-more-link .sol-css-text-1 a {
  color: #008895;
  font-size: 14px;
  line-height: 23px;
  display: block;
  padding: 10px 15px 10px 0;
  text-align: right;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.sol-see-more-link .sol-css-text-1 a:after {
  content: '';
  display: inline-block;
  background-image: url(/webdav/files/System/Icons/icon-right-arrow-round.svg);
  height: 16px;
  width: 16px;
  margin-left: 12px;
  position: relative;
  top: 3px;
}
.sol-event-date {
  position: relative;
  display: block;
  width: 20%;
  max-width: 135px;
  margin-right: 25px;
  padding-top: 14px;
  padding-bottom: 12px;
  float: left;
  border-radius: 2px;
  background-color: #008895;
  color: white;
  text-align: center;
}
.sol-event-date .sol-event-day {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 23px;
  font-weight: 800;
  letter-spacing: 0.02em;
  display: block;
}
.sol-event-date .sol-event-month {
  font-weight: 200;
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 23px;
}
.sol-event-date:after {
  content: '';
  position: absolute;
  top: 15%;
  right: -6px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background-color: #008895;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sol-eventlisting-module ul > li:nth-child(2n) .sol-event-date,
.sol-eventlisting-module ul > li:nth-child(2n) .sol-event-date:after {
  background-color: #55565a;
}
.sol-eventlisting-module .sol-list-content {
  padding-right: 35px;
}

/************************************
************ UNDERSIDA **************
************************************/

.sol-breadcrumbs-wrapper {
  padding-top: 1px;
  padding-bottom: 4px;
  background-color: #008895;
}
.sol-breadcrumbs-wrapper .sol-css-text-1 {
  color: white;
  font-size: 13px;
  font-weight: 400;
  text-transform: lowercase;
}
.sol-content-container {
  padding-top: 20px;
}
.sol-subpage {
  padding-top: 40px;
}
.sol-subpage .sv-image-portlet {
  max-height: 420px;
  overflow: hidden;
}

/******** UNDERMENY **************/

.sol-submenu-container {
  padding-left: 40px;
}
.sol-submenu-page-title {
  padding: 5px 5px 5px 0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  color: #008895;
  font-size: 23px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  font-weight: 800;
  line-height: 30px;
}
.sol-submenu-container li a {
  display: block;
  position: relative;
  padding: 9px 0 10px 10px;
  border-bottom: 1px solid rgba(85, 86, 90, 0.09);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #55565a;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
}
.sol-submenu-container li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.sol-submenu-container li a:hover,
.sol-submenu-container li.sol-submenu-current-page > a,
.sol-submenu-container li.sol-submenu-current-tree > a {
  color: #008895;
}
.sol-submenu-container li.sol-submenu-parent-node a {
  padding-right: 50px;
}
.sol-submenu-container .sol-submenu-level-2 a {
  margin-left: 15px;
  font-size: 14px;
  line-height: 18px;
}
.sol-submenu-container .sol-submenu-level-3 a {
  margin-left: 25px;
}
.sol-submenu-container .sol-submenu-level-4 a {
  margin-left: 35px;
}
.sol-submenu-container i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 48px;
  background-image: url('/webdav/files/System/Icons/icon-plus.svg');
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.sol-submenu-container i.sol-submenu-expanded-icon {
  background-image: url('/webdav/files/System/Icons/icon-minus.svg');
}
.sol-contact {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  min-height: 80px;
  float: left;
  width: 50%;
  min-width: 300px;
}
.sol-contact-container .sol-contact:last-child {
  margin-bottom: 0;
}
.sol-contact-container .sol-contact-img {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 10px;
  background-size: cover;
  background-position: 50%;
  top: 5px;
}
.sol-contact-info {
  padding-left: 90px;
}
.sol-contact-container .sol-contact-img > img {
  max-width: 100%;
}
.sol-contact-container .sol-contact-info > span {
  display: block;
}
.sol-contact-container .sol-contact-info > span,
.sol-contact-container .sol-contact-info > span a {
  font-size: 14px;
}
.sol-contact-container .sol-contact-info > span a {
  color: #008895;
}
.sol-contact-container .sol-contact-info .sol-contact-name {
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  margin-bottom: 5px;
}
.sol-related-container.sol-decoration-box {
  padding: 20px 10px;
}
.sol-related-container .sv-clearfix > div {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.sol-related-container .sol-related-img {
  height: 146px;
  background-size: cover;
  background-position: 50%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  transition: 0.2s filter ease;
  -webkit-transition: 0.2s -webkit-filter ease;
  -moz-transition: 0.2s -moz-filter ease;
  -ms-transition: 0.2s -ms-filter ease;
  -o-transition: 0.2s -o-filter ease;
}
.sol-related-container .sol-related-content-text {
  margin-top: 0;
  margin-bottom: 10px;
}
.sol-byline-container {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid rgba(85, 86, 90, 0.18);
  font-size: 13px;
  line-height: 23px;
}
.sol-byline-container .sol-css-text {
  margin-right: 10px;
  margin-left: 10px;
}
.sol-byline-container a {
  display: inline-block;
  background-size: 100% !important;
  background-color: #008895;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-left: 5px;
  float: left;
}
.sol-byline-container a.sol-share-fb {
  background-image: url(/webdav/files/System/Icons/icon-facebook.svg);
}
.sol-byline-container a.sol-share-tw {
  background-image: url(/webdav/files/System/Icons/icon-twitter.svg);
}
.sol-byline-container a.sol-share-li {
  background-image: url(/webdav/files/System/Icons/icon-linkedin.svg);
}
.sol-byline-container a.sol-share-print {
  background-image: url(/webdav/files/System/Icons/icon-print.svg);
}
.sol-related-files ul > li {
  margin-bottom: 15px;
}
.sol-related-files ul > li:last-child {
  margin-bottom: 0;
}
.sol-related-files a.sol-css-text-1 {
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  padding-left: 58px;
  position: relative;
  display: block;
  min-height: 48px;
  padding-top: 12px;
}
.sol-related-files img.sv-linkicon {
  height: 48px;
  width: 48px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
}
.sv-text-portlet-content .sv-linkicon {
  max-width: 25px;
  max-height: 25px;
  position: relative;
  /*top: 6px;*/
}

/************************************
*********** LANDINGSIDA *************
************************************/

.sol-landing-page h1.sol-heading-1 {
  margin-bottom: 20px;
}
.sol-landing-container {
  margin-top: 35px;
}
.sol-landing-container .sol-heading-3 {
  margin-top: -20px;
  font-size: 20px;
}
.sol-landing-container *[class*="sv-column-"] + *[class*="sv-column-"]:last-child {
  float: left;
}
.sol-landing-container > .sv-clearfix > div {
  padding: 0 10px 0 10px;
  float: left;
}

/*.sol-landing-container .sv-row > .sv-column-4{
  width: 33.333%;
  margin-left: 0;
}
.sol-landing-container .sv-row > .sv-column-3{
  width: 25%;
  margin-left: 0;
}*/


/************************************
*********** NYHETSARKIV *************
************************************/

.sol-news-date .sol-css-text-1 {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  float: left;
  color: #008895;
  font-size: 13px;
  line-height: 23px;
  margin-bottom: -20px;
}

/************************************
************* LISTSIDA **************
************************************/

.sol-list-container li > a {
  position: relative;
  display: block;
  padding: 10px 85px 15px 20px;
  border-bottom: 1px solid rgba(85, 86, 90, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.sol-list-container li .sol-normal-flat {
  display: block;
  line-height: 18px;
}
.sol-list-container .sol-list-read-more {
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 14px;
}
.sol-list-container .sol-list-read-more:after {
  display: inline-block;
  content: '';
  background-image: url('/webdav/files/System/Icons/icon-right-arrow.svg');
  height: 10px;
  width: 10px;
  position: relative;
  top: 1px;
  margin-left: 5px;
  background-repeat: no-repeat;
}
.sol-list-container li > a:hover {
  background-color: rgba(230, 253, 255, 0.49);
}
.sol-list-container .sol-list-date {
  display: block;
  font-size: 10px;
  line-height: 23px;
  color: #008895;
  margin-bottom: -4px;
}
.sol-list-container .sol-list-date:before {
  display: inline-block;
  content: '';
  background-image: url('/webdav/files/System/Icons/icon-clock.svg');
  height: 11px;
  width: 11px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.sol-list-container .sol-list-title {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  margin-bottom: 5px;
}
.sol-fetch-more {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  text-align: right;
  color: #008895;
  font-size: 14px;
}
.sol-fetch-more:not(.sol-disabled):after {
  display: inline-block;
  content: '';
  background-image: url('/webdav/files/System/Icons/icon-right-arrow-round.svg');
  height: 16px;
  width: 16px;
  position: relative;
  top: 3px;
  margin-left: 10px;
}

/************************************
************* PRESSRUM **************
************************************/

.sol-white-wrapper {
  margin-bottom: 55px;
  padding-bottom: 100px;
  background-color: white;
}
.sol-press-contact-container .sol-contact {
  width: 50%;
  margin-right: 0;
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
}
.sol-press-contact-container .sol-contact-img {
  width: 100px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}
.sol-press-contact-container .sol-contact-info {
  padding-left: 130px;
}
.sol-press-contact-container .sol-contact-info .sol-contact-title {
  color: #008895;
  font-size: 14px;
  line-height: 17px;
  font-weight: 800;
}
.sol-press-contact-container .sol-contact-info .sol-contact-name {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 1px;
}
.sol-press-contact-container .sol-contact-info > span,
.sol-press-contact-container .sol-contact-info > span a {
  line-height: 23px;
}
.sol-press-newsletter .sol-decoration-box {
  margin-top: 33px;
  padding: 10px 15px 30px;
}
.sol-press-newsletter .sol-form input[type=text],
.sol-press-newsletter .sol-form input[type=email] {
  margin-bottom: 20px;
  font-size: 16px;
}
.sol-press-newsletter .sol-check-container {
  margin-bottom: 20px;
}
.sol-press-newsletter .sol-check-container > label {
  display: block;
}
.sol-press-newsletter .sol-form input[type=submit].sol-button {
  width: 100%;
}

/************************************
*********** KONTAKTSIDA *************
************************************/

.sol-contact-tabs .sol-normal-flat {
  margin-top: 0;
  margin-bottom: 0;
}
.sol-contact-tabs .sol-decoration-tabs div.sol-tab-content {
  padding: 0;
}
.sol-contact-tabs .sv-row > .sv-column-6 {
  padding: 40px 50px 35px;
  width: 50%;
  margin: 0;
}
.sol-search-coworkers,
.sol-contact-list {
  margin-bottom: 40px
}
.sol-contact-header {
  display: block;
  margin-top: 35px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(85, 86, 90, 0.2);
  color: #008895;
}
.sol-search-coworkers .sol-search-field input[type=text],
.sol-pub-container .sol-search-field input[type=text],
.sol-search-coworkers.sol-form .sol-search-field input[type=text] {
  width: 63%;
  margin-right: 3%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.09);
  font-family: 'Flat it yummo webfont', sans-serif;
  color: rgba(51, 51, 51, 0.90);
  font-size: 17px;
  height: 45px;
}
.sol-search-coworkers .sol-search-field .sol-button,
.sol-pub-container .sol-search-field .sol-button,
.sol-search-coworkers.sol-form input[type=submit].sol-button {
  width: 33.5%;
  padding-top: 8px;
  padding-bottom: 10px;
  border-radius: 3px;
}
.sol-list-coworkers {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 25px;
}
.sol-list-coworkers .sv-row > div,
.sol-list-coworkers li {
  position: relative !important;
  min-height: 100px;
  margin-bottom: 30px;
}
.sol-list-coworkers-single .sv-column-6 > div {
  position: relative;
}
.sol-list-coworkers .sol-contact-left {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -55px;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-size: cover;
}
.sol-list-coworkers .sol-contact-right {
  padding-left: 130px;
  margin-top: -3px;
}
.sol-list-coworkers .sol-contact-name {
  display: block;
  color: #55565a;
  ;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.sol-list-coworkers .sol-contact-row span {
  display: block;
  line-height: 18px;
}
.sol-list-coworkers .sol-contact-unit {
  color: #008895;
  font-weight: 600;
  line-height: 16px;
  font-size: 15px;
}

/************************************
************* SÖKSIDA ***************
************************************/

.sol-search-module {
  margin-top: 20px;
}
.sol-search-module .sol-search-container {
  position: relative;
  padding: 0;
}
.sol-search-module .sol-search-container input[type=text] {
  width: 100% !important;
  float: none;
}
.sol-search-module .sol-search-container input[type=image] {
  top: 0;
}
.sol-search-module ol li.sv-search-hit {
  display: block;
  position: relative;
  padding: 10px !important;
  border-bottom: 1px solid rgba(85, 86, 90, 0.18);
  border-radius: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.sol-search-module ol li.sv-search-hit:first-child {
  border-top: 1px solid rgba(85, 86, 90, 0.18);
}
.sol-search-module ol li.sv-search-hit:hover {
  background-color: rgba(230, 253, 255, 0.49);
  cursor: pointer;
}
.sol-search-module li.sv-search-hit div.sv-notopmargin img {
  max-width: 32px;
  max-height: 32px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.sol-search-module li.sv-search-hit div.sv-notopmargin .sol-css-text-1 {
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  margin-bottom: 5px;
}
.sol-search-module li.sv-search-hit .sol-css-text-2 {
  font-size: 12px;
  margin-top: 5px;
}
.sol-search-module li.sv-search-hit:hover div.sv-notopmargin .sol-css-text-1,
.sol-search-module li.sv-search-hit:hover .sol-css-text-2,
.sol-search-module li.sv-search-hit:hover .sol-normal-flat {
  color: #008895;
}
.sol-search-module .sol-decoration-box li {
  position: relative;
  display: block;
  padding: 5px 15px 7px 15px;
  border-bottom: 1px solid rgba(85, 86, 90, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  margin: 0;
}
.sol-search-module .sol-decoration-box li:hover {
  background-color: rgba(230, 253, 255, 0.49);
}
.sol-search-module .sol-decoration-box.sol-decoration-box-full {
  margin-top: 8px;
  margin-bottom: 20px;
}

/************************************
************ GENERELL **************
************************************/

a.sol-button,
.sol-button a,
a.sol-button-transp,
.sol-button-transp a,
.sol-form input[type=submit].sol-button,
.sol-form input[type=submit] {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: #006e78;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
a.sol-button-transp,
.sol-button-transp a {
  margin-top: 15px;
  padding: 8px 45px;
  border: 2px solid white;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, background-color 500ms ease;
  transition: background-color 200ms ease, background-color 500ms ease;
}
.sol-focus a.sol-button,
.sol-focus .sol-button a {
  padding: 12px 60px;
}
a.sol-button:hover,
.sol-button a:hover,
.sol-form input[type=submit].sol-button:hover,
.sol-form input[type=submit]:hover {
  border-color: #008895;
  background-color: #e4f4f5;
  color: #008895;
}
a.sol-button-transp:hover,
.sol-button-transp a:hover {
  background-color: white;
  color: #008895;
  border-color: white;
}
.sol-form input[type=submit] {
  font-family: "flat it yummo webfont", sans-serif, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  line-height: 23px;
}
.sv-login-portlet.sol-form input[type=submit] {
  float: right;
}
.sol-fade-in {
  opacity: 0;
  transition: opacity 800ms;
  -webkit-transition: opacity 800ms;
}
.sv-editing-mode .sol-fade-in {
  opacity: 1;
}
.sol-fade {
  opacity: 1;
}
.sol-form input[type=checkbox],
.sol-form input[type=radio] {
  display: none;
}
.sol-form input[type=checkbox] + label:before,
.sol-form input[type=radio] + label:before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  background-color: white;
  position: relative;
  top: 6px;
  margin-right: 7px;
  border: 1px solid #cccccc;
}
.sol-form input[type=radio] + label:before {
  border-radius: 50%;
}
.sol-form input[type=checkbox]:checked + label:before {
  background-image: url('/webdav/files/System/Icons/icon-check.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}
.sol-form input[type=radio]:checked + label:after {
  content: "";
  height: 13px;
  width: 13px;
  border-radius: 50%;
  display: inline-block;
  background-color: #4fac25;
  position: absolute;
  top: 12px;
  left: 6px;
}
.sol-form input[type=checkbox] + label,
.sol-form input[type=radio] + label {
  cursor: pointer;
}
.sol-form input[type=text],
.sol-form input[type=email],
.sol-form input[type=password] {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 23px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  font-family: "flat it yummo webfont", sans-serif, sans-serif;
}
.sol-normal-flat strong,
.sol-normal-flat strong > a {
  font-weight: 800 !important;
}
.sol-normal a,
a.sol-normal,
a.sol-normal-flat,
.sol-normal-flat a {
  color: #008895;
  ;
}
ul.sol-normal-flat,
ul.sol-normal {
  padding-left: 20px;
  margin: 0 !important;
}
.sol-normal-flat a img.sv-linkicon {
  float: left;
  width: 30px;
  height: 25px;
  margin-right: 5px;
}
.sitevision-ui-bootstrap .ui-menu {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(85, 86, 90, 0.2);
  color: rgba(85, 86, 90, 0.6);
  border-radius: 0;
  border-top: none;
}
.sitevision-ui-bootstrap .ui-menu .ui-menu-item a.ui-corner-all {
  padding: 1px 4px 4px 4px;
}
.sitevision-ui-bootstrap .ui-menu .ui-menu-item a.ui-state-focus {
  background: none;
  background-color: #006e78;
  cursor: pointer;
}

/************************************
*********** MEDARBETARE *************
************************************/

.sol-coworker-img {
  height: 100px;
  width: 100px;
  background-size: cover;
  float: left;
  border-radius: 50%;
  background-position: 50%;
  margin-right: 20px;
}

/************************************
******** PUBLIKATIONER SÖK **********
************************************/

.sol-loading {
  display: inline-block;
  height: 100px;
  background-image: url('/webdav/files/System/JS/load.gif');
  background-repeat: no-repeat;
  background-size: 100px;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
  background-position: 50%;
}
.sol-pub-container .sol-larger-flat {
  padding: 10px 20px 20px 20px;
}
.sol-pub-filter-container {
  padding: 10px 30px;
  background-color: white;
  margin-top: 20px;
}
.sol-pub-filter-select-title {
  display: inline-block;
  margin-top: 6px;
  margin-right: 50px;
  margin-bottom: 0px;
  float: left;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
}
.sol-pub-filter-select-item {
  display: inline-block;
  margin-right: 15px;
  padding: 5px 25px;
  border: 2px solid transparent;
  border-radius: 3px;
  font-size: 19px;
  line-height: 26px;
  float: left;
  cursor: pointer;
}
.sol-pub-filter-select-item:after {
  content: "";
  background-image: url('/webdav/files/System/Icons/icon-plus-n.svg');
  height: 14px;
  width: 14px;
  display: inline-block;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.sol-pub-filter-select-item.sol-active:after {
  background-image: url('/webdav/files/System/Icons/icon-minus-n.svg');
}
.sol-pub-filter-select-item:hover {
  border-color: rgba(85, 86, 90, 0.2);
}
.sol-pub-filter-year,
.sol-pub-filter-type,
.sol-pub-filter-coworker {
  height: 0;
}
.sol-pub-filter-year > div,
.sol-pub-filter-type > div,
.sol-pub-filter-coworker > div {
  padding-bottom: 20px;
  padding-top: 10px;
  border-top: 1px solid rgba(85, 86, 90, 0.18);
  position: relative;
  margin-top: 10px;
}
.sol-pub-filter-year .sol-check-all.sol-check-filter,
.sol-pub-filter-type .sol-check-all.sol-check-filter {
  display: block;
  width: 100%;
}
.sol-pub-filter-year .sol-check-all label,
.sol-pub-filter-type .sol-check-all label {
  font-size: 16px;
  font-weight: 700;
}
.sol-pub-filter-year .sol-check-filter {
  margin: 0 50px 20px 0;
  display: inline-block;
}
.sol-pub-filter-type .sol-check-filter {
  width: 25%;
  /*float: left;*/
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 20px;
}
.sol-pub-filter-year .sol-check-filter label,
.sol-pub-filter-type .sol-check-filter label {
  font-size: 14px;
}
.sol-pub-filter-container.sol-form input[type=checkbox] + label:before,
.sol-pub-filter-container.sol-form input[type=radio] + label:before {
  margin-right: 15px;
}
.sol-pub-filter-coworker-bottom {
  margin-top: 15px;
  margin-bottom: 10px;
  position: relative;
}
.sol-pub-filter-coworker-bottom > div:first-of-type {
  margin-right: 20px;
  display: inline-block;
  float: left;
  font-size: 19px;
}
.sol-pub-filter-coworker-bottom > div:last-child {
  text-align: right;
  padding-top: 2px;
}
.sol-pub-filter-coworker-bottom > div:last-child > span {
  color: #008895;
  font-size: 16px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  line-height: 23px;
  cursor: pointer;
  margin-left: 6px;
}
.sol-pub-filter-coworker-bottom > div:last-child > span:hover {
  color: #66cad4;
}
.sol-pub-filter-coworker-result {
  padding-top: 10px;
  padding-left: 40px;
  border-top: 1px solid rgba(85, 86, 90, 0.09);
}
.sol-pub-filter-coworker-result li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 3px;
  cursor: pointer;
}
.sol-pub-filter-coworker-result li > span {
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
}
.sol-pub-filter-coworker-result > div {
  float: left;
  width: 50%;
}
.sol-pub-filter-coworker-result .sol-selected-coworkers li {
  background-color: #006e78;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 15px;
}
.sol-pub-filter-coworker-result .sol-selected-coworkers li span:after {
  content: "";
  background-image: url('/webdav/files/System/Icons/icon-cross-white.svg');
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-left: 8px;
}
.sol-pub-filter-coworker-result ul.sol-selected-coworkers {
  margin-bottom: 10px;
  margin-top: 10px;
}
.sol-active-filters {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  background-color: rgba(85, 86, 90, 0.11);
}
.sol-pub-container div.sol-list-container {
  margin-top: 20px;
}
.sol-pub-container .pagination a {
  display: inline-block;
  padding: 3px 15px 6px;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: #006e78;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: white;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  float: none;
}
.sol-pub-container .pagination li:not(.disabled) a:hover,
.sol-pub-container .pagination .active a {
  border-color: #008895;
  background-color: #e4f4f5;
  color: #008895;
}
.sol-pub-container .pagination .disabled a {
  opacity: 0.5;
  cursor: default;
}
.sol-pub-container .pagination {
  text-align: center;
  margin-top: 20px;
}
.sol-pub-container .pagination li {
  display: inline-block;
}
.sol-pub-clear-filter {
  height: 26px;
  width: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url('/webdav/files/System/Icons/icon-trashcan.svg');
  cursor: pointer;
}
.sol-pub-filter-coworker-bottom .sol-pub-clear-filter {
  top: 45px;
}
.sol-pub-filter-select {
  position: relative;
}
.sol-pub-filter-select .sol-pub-clear-filter {
  height: 30px;
  width: 30px;
  right: 7px;
  top: 5px;
}
.sol-filter-button {
  float: right;
  margin-top: 20px;
  margin-bottom: 6px;
  min-width: 160px;
}

/************************************
*********** DEKORATIONER*************
************************************/

.sol-decoration-box {
  position: relative;
  padding: 40px 40px 55px;
  border-top: 3px solid #008895;
  background-color: white;
  margin-top: 65px;
}
.sol-decoration-box > div > .sv-text-portlet:first-of-type,
.sol-decoration-box .sol-related-header {
  position: absolute;
  top: -35px;
  left: 0;
}
.sol-decoration-box .sol-puff-header,
.sol-decoration-box.sol-table-box caption {
  margin: 0;
  padding-left: 15px;
  padding: 5px 30px 5px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #008895;
}
.sol-decoration-box.sol-decoration-box-full {
  padding: 0;
  margin: 0;
  border-top: none;
}
.sol-decoration-box.sol-decoration-box-full > div > .sv-text-portlet:first-of-type {
  width: 100%;
}
.sol-decoration-box.sol-decoration-box-full .sol-puff-header,
.sol-decoration-box.sol-table-box caption {
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 9px;
}
.sol-decoration-box.sol-table-box caption {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  font-weight: 400;
}
.sol-decoration-puff,
.sol-puff {
  padding: 15px 5px 0 5px;
  margin-bottom: 40px;
  display: block;
  position: relative;
}
.sol-puff {
  padding-right: 0px;
  padding-left: 15px;
}
.sol-decoration-puff > div,
.sol-puff > div {
  display: inline-block;
  width: 100%;
  background-color: white;
  padding: 40px 20px 10px 20px;
}
.sol-puff > div {
  padding: 0;
}
.sol-decoration-puff > div > .sv-text-portlet:first-of-type,
.sol-puff > div > .sol-puff-header-container {
  position: absolute;
  left: -5px;
  top: 0;
  right: 0;
  z-index: 1;
}
.sol-puff > div > .sol-puff-header-container {
  left: 3px;
  top: 2px;
  width: 100%;
}
.sol-decoration-puff .sol-puff-header,
.sol-puff .sol-puff-header {
  padding: 6px 25px 11px 19px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  border-radius: 3px;
  background-color: rgba(0, 136, 149, 0.85);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  max-width: 90%;
  display: inline-block;
}
.sol-decoration-puff:hover .sol-puff-header,
.sol-puff:hover .sol-puff-header {
  background-color: rgba(2, 113, 124, 0.85);
}
.sol-decoration-puff .sv-image-portlet,
.sol-puff .sol-puff-img {
  height: 200px;
  overflow: hidden;
  margin: -40px -20px 10px -20px;
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.2s filter ease;
  -webkit-transition: 0.2s -webkit-filter ease;
  -moz-transition: 0.2s -moz-filter ease;
  -ms-transition: 0.2s -ms-filter ease;
  -o-transition: 0.2s -o-filter ease;
}
.sol-puff .sol-puff-img {
  margin: 0;
  margin-bottom: -3px;
}
.sol-decoration-puff:hover .sv-image-portlet,
.sol-puff:hover .sol-puff-img,
.sol-related:hover img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.sol-decoration-puff .sv-image-portlet img,
.sol-puff .sol-puff-img img {
  width: 100% !important;
  height: auto !important;
  max-width: inherit;
  max-height: inherit;
}
.sol-decoration-puff .sol-normal-flat,
.sol-puff .sol-normal-flat {
  margin-top: 0;
  margin-bottom: 10px;
}
.sol-decoration-puff .sol-header-4,
.sol-decoration-puff .sol-normal-flat,
.sol-puff .sol-header-4,
.sol-puff .sol-normal-flat {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}
.sol-decoration-puff:hover .sol-header-4,
.sol-decoration-puff:hover .sol-normal-flat,
.sol-puff:hover .sol-header-4,
.sol-puff:hover .sol-normal-flat,
.sol-related:hover .sol-header-4,
.sol-related:hover .sol-normal-flat {
  color: #008895;
}
.sol-puff .sol-puff-content {
  padding: 10px 20px;
}
.sol-decoration-tabs {
  margin-right: 40px;
  margin-bottom: 20px;
}
.sol-decoration-tabs .sol-tab-button-container {
  border-bottom: 1px solid rgba(0, 136, 149, 0.2);
}
.sol-decoration-tabs .sol-tab-button {
  vertical-align: top;
  text-decoration: none;
  padding: 8px 10px;
  cursor: pointer;
  display: inline-block;
  width: 33.3333%;
  padding-bottom: 14px;
  border-top: 3px solid #008895;
  background-color: #008895;
  color: white;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  top: 1px;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
}
.sol-decoration-tabs .sol-tab-button:hover {
  background-color: rgba(0, 136, 149, 0.49);
}
.sol-decoration-tabs .sol-tab-button.sol-tab-button-active {
  background-color: white;
  color: #55565a;
  font-weight: 800;
}
.sol-decoration-tabs .sol-tab-button.sol-tab-button-active:first-child {
  border-left: 1px solid rgba(0, 136, 149, 0.2);
}
.sol-decoration-tabs .sol-tab-button.sol-tab-button-active:last-child {
  border-right: 1px solid rgba(0, 136, 149, 0.2);
}
.sol-decoration-tabs .sol-tab-content,
.sol-decoration-tabs > div > div {
  border-right: 1px solid rgba(0, 136, 149, 0.2);
  border-bottom: 1px solid rgba(0, 136, 149, 0.2);
  border-left: 1px solid rgba(0, 136, 149, 0.2);
  background-color: white;
  padding: 20px;
}
.sol-collapsible-group {
  margin-bottom: 50px;
}
.sol-collapsible-group.sol-collapsible-pub-summary {
  margin-bottom: 20px;
  margin-top: 18px;
}
.sol-collapsible-group-content {
  display: none;
  background-color: white;
  padding: 20px 30px;
}
.sv-editing-mode .sol-collapsible-group-content {
  display: block;
}
.sol-collapsible-group .sol-collapsible-group-header {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 5px 0 5px 15px;
  border-radius: 3px;
  background-color: #008895;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
}
.sol-collapsible-group .sol-collapsible-group-header:hover {
  background-color: rgba(0, 136, 149, 0.70);
}
.sol-collapsible-group .sol-collapsible-group-header-text {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 1px;
  padding-right: 30px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.sol-collapsible-group .sol-collapsible-group-header i {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 18px;
  height: 18px;
  margin-top: -10px;
}
.sol-collapsible-group .sol-collapsible-group-header i.sol-collapsible-icon-plus {
  background-image: url('/webdav/files/System/Icons/icon-plus-white.svg');
}
.sol-collapsible-group .sol-collapsible-group-header i.sol-collapsible-icon-expanded {
  background-image: url('/webdav/files/System/Icons/icon-minus-white.svg');
}
.sol-collapsible-group-content p {
  margin-top: 0 !important;
}
.sol-facts-box {
  background-color: #008895;
  padding: 35px 30px;
  margin-top: -5px;
  position: relative;
}
.sol-facts-box .sol-puff-header {
  font-size: 20px;
  font-weight: 500;
}
.sol-facts-box .sol-normal-flat {
  font-size: 18px;
  color: white;
}
.sol-facts-box:after {
  content: "";
  position: absolute;
  right: 2px;
  top: -24px;
  height: 48px;
  width: 48px;
  background-image: url('/webdav/images/System/Ikoner/IVL_gem2.png');
}
.sol-decoration-box.sol-table-box {
  margin-bottom: 20px;
}
.sol-decoration-box.sol-table-box table {
  width: 100%;
  border-collapse: collapse;
}
.sol-decoration-box.sol-table-box table tr {
  border-bottom: 1px solid rgba(85, 86, 90, 0.2);
}
.sol-decoration-box.sol-table-box table th,
.sol-decoration-box.sol-table-box table td {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 5px;
  width: auto;
}
.sol-found-td {
  background-color: rgba(255, 255, 0, 0.2);
}
@media all and (max-width: 1180px) and (min-width: 991px) {
  .sv-grid-main.sv-fluid-grid,
  .sv-grid-main.sv-fixed-fluid-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
