/**
 * Please note that these styles will be loaded before editor styles.
 * If a theme's editor style specifies the same classname, these may be overwritten. 
 */



 /*bruk for ingress. Used in [INGRESS]-shortcode */

.is-style-ingress {
  margin-bottom: 21px;
  font-size: 20px;
  line-height: 31.5px;
  font-weight: 700;
}


.is-style-sub-header {
     opacity: .7;
    font-family: 'Open Sans';
    font-size: 1.4em;
    line-height: 1.5em;
}


ul.is-style-liste-strek {
  list-style-type: none !important;
  margin: 0;
}

.is-style-liste-strek li {
  text-indent: -16px;
}
.is-style-liste-strek li:before {
  content: "–";
  padding-right: 8px;
}




