h1 br {
  display: none;
}

li::marker {
    font-weight: 600;
}

.cms-article-template .cms-hero .sv-svg {
    margin-right: 0rem;
}

.cms-text-margin .sv-text-portlet-content > p:nth-child(2) {
   margin-bottom: 0;
}

.cms-background-color-odd .sv-text-portlet+.sv-buttons {
  	margin-top: 20px;
   margin-bottom: 40px;
}

@media(min-width: 768px) {
   .position-relative img {
      position: absolute;
   }
}

@media(max-width: 767px) {
  .position-relative img {
      margin-bottom: 1rem;
   }
  .cms-article-template .cms-hero .sv-svg {
     display: block!important;
     float: left!important;
   } 
  .sv-grid-af-huvudgrid.sv-fluid-grid .sv-column-4 {
     width: auto!important;
   }
  .cms-background-color-odd .sv-text-portlet+.sv-buttons {
      margin-bottom: 32px;
	}
}

@media(max-width: 320px) {
   h1 br {
      display: block;
   }
}

.cms-article-template .cms-background-color-odd {
   margin-bottom: 0rem!important;
}

.cms-background-color-odd > div:nth-child(2) {
   padding-bottom: 0!important;
}

.sv-font-lank-med-pil a:hover {
   text-decoration-thickness: 2px;
}