/*Länkar*/
a:link,
a:visited {
  color: #ef4044;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #b1063a;
  text-decoration: none;
}

/*Avstavning rubriker*/
.entry-title {
    word-break: normal;
    -ms-word-wrap: normal;
    word-wrap: normal;
}

/* fix för utrymmet mellan meny och innehåll/banner  */
.content-area {
    padding-top: 20px;
}  /*default var den satt på 120px */

/*sticky header*/
.stick {
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
    transition: all 0.5 ease-out 0s !important;
    border-bottom: 2px solid #b1063a;
}
