@import url("https://fonts.googleapis.com/css2?family=Saira:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Saira:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
h1, h2, h3, h4, h5, h6 {
  margin: 0; }

p {
  margin: 0 0 16px 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: "Lato", sans-serif; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 0; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block; }

svg {
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-font-feature-settings: "liga", "kern";
  -moz-font-feature-settings: "liga=1, kern=1";
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  -webkit-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  -webkit-font-smoothing: auto; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

img, object, embed, video {
  max-width: 100%; }

figcaption {
  font-weight: normal; }

body {
  font-family: "Lato", sans-serif;
  color: #222222;
  font-size: 16px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  position: relative; }

html {
  height: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Saira", sans-serif;
  letter-spacing: -0.04em;
  line-height: 1.1; }

a {
  color: #034ea2; }

.hidden {
  visibility: hidden !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.show-flex {
  display: flex; }

.grid-container {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 16px;
  box-sizing: content-box;
  grid-gap: 24px;
  grid-row-gap: 0; }

@media screen and (min-width: 768px) {
  .grid-container {
    display: grid;
    grid-template-columns: 75fr 25fr;
    max-width: 990px;
    padding: 0 16px;
    margin: 0 auto 80px; } }
.page-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #034ea2;
  height: 45px;
  position: relative;
  padding-right: 8px; }
  .page-header .menu-icon,
  .page-header .search-icon {
    height: 16px;
    width: auto;
    padding: 14px 10px;
    box-sizing: content-box;
    cursor: pointer; }
  .page-header .logo {
    position: absolute;
    left: 8px;
    top: 4px;
    height: 65px;
    width: auto; }
  .page-header .txt-logo {
    position: absolute;
    height: 19px;
    left: 82px;
    top: 13px;
    width: auto; }

.external-links {
  background-color: #091a3a;
  padding: 0 16px;
  text-align: right; }
  .external-links li {
    display: inline-block; }
    .external-links li a {
      display: inline-block;
      padding: 8px 8px 8px;
      text-transform: uppercase;
      font-size: 12px;
      color: white;
      text-decoration: none; }

.direct-links {
  padding: 0 16px 0 73px;
  margin-bottom: 8px; }
  .direct-links li {
    display: inline-block; }
    .direct-links li a {
      display: inline-block;
      padding: 8px 8px 4px;
      text-transform: uppercase;
      font-size: 14px;
      color: #db3742;
      text-decoration: none; }

@media screen and (min-width: 768px) {
  .page-header {
    height: 60px; }
    .page-header .logo {
      left: 16px;
      top: 8px;
      height: 80px; }
    .page-header .txt-logo {
      height: 33px;
      left: 112px;
      top: 14px; }
    .page-header .menu-icon,
    .page-header .search-icon {
      height: 24px;
      padding: 14px 16px;
      box-sizing: content-box;
      cursor: pointer; }

  .direct-links {
    padding: 0 16px 0 95px; }
    .direct-links li a {
      padding: 8px 16px 4px; } }
@media screen and (min-width: 1280px) {
  .page-header .logo {
    height: 120px; }
  .page-header .txt-logo {
    left: 157px; }

  .direct-links {
    width: 990px;
    padding: 0;
    margin: 0 auto 16px; }
    .direct-links li a {
      display: inline-block;
      padding: 12px 0;
      margin-right: 32px;
      font-size: 16px; }
      .direct-links li a:hover {
        text-decoration: underline; } }
.main-teasers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden; }
  .main-teasers .teaser {
    display: flex;
    margin-bottom: 16px;
    width: 100%; }
    .main-teasers .teaser .teaser-container {
      width: 100%; }
    .main-teasers .teaser a:active, .main-teasers .teaser a:hover, .main-teasers .teaser a:visited {
      color: #034ea2;
      text-decoration: none; }
    .main-teasers .teaser .teaser-image {
      margin-bottom: 4px;
      position: relative;
      padding-bottom: 56.25%; }
      .main-teasers .teaser .teaser-image img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .main-teasers .teaser .teaser-title h3 {
      font-weight: 600;
      color: #034ea2;
      font-size: 24px; }
    .main-teasers .teaser.main-story .teaser-title h3 {
      font-size: 32px; }

@media screen and (min-width: 768px) {
  .main-teasers .teaser.w100 {
    width: 100%; }
  .main-teasers .teaser.main-story .teaser-title h3 {
    font-size: 48px; }
  .main-teasers .teaser.w50 {
    width: 48.6%; }
  .main-teasers .teaser a:hover {
    text-decoration: underline; }
  .main-teasers .teaser .teaser-title h3 {
    font-size: 28px; } }
.latest-articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden; }
  .latest-articles .teaser {
    width: 48.6%;
    margin-bottom: 16px; }
    .latest-articles .teaser .teaser-container {
      width: 100%; }
    .latest-articles .teaser a:active, .latest-articles .teaser a:hover, .latest-articles .teaser a:visited {
      color: #034ea2;
      text-decoration: none; }
    .latest-articles .teaser .teaser-image {
      margin-bottom: 4px;
      position: relative;
      padding-bottom: 56.25%; }
      .latest-articles .teaser .teaser-image img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .latest-articles .teaser .teaser-title h3 {
      font-weight: 600;
      color: #034ea2;
      font-size: 18px;
      font-weight: 500; }

@media screen and (min-width: 768px) {
  .latest-articles {
    justify-content: unset;
    flex-direction: column; }
    .latest-articles .teaser {
      width: 100%; }
      .latest-articles .teaser .teaser-title h3 {
        font-size: 18px; }
      .latest-articles .teaser a:hover {
        text-decoration: underline; } }
.article-wrapper {
  margin-bottom: 32px; }
  .article-wrapper .main-image .article-image {
    margin-right: -16px;
    margin-left: -16px; }
  .article-wrapper figcaption {
    padding: 4px 0 16px;
    font-size: 14px;
    color: #444444; }
  .article-wrapper h1 {
    font-size: 32px;
    color: #034ea2;
    margin-bottom: 24px; }
  .article-wrapper .lead-text {
    font-weight: 700;
    line-height: 1.2;
    font-size: 19px;
    margin-bottom: 24px; }
  .article-wrapper .byline {
    margin-bottom: 16px;
    font-size: 14px;
    color: #444444; }
  .article-wrapper p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 16px; }
  .article-wrapper blockquote {
    margin-bottom: 16px;
    border-left: 5px solid #034ea2;
    padding: 4px 8px 4px 16px;
    font-size: 18px;
    color: #444444;
    font-style: italic; }

@media screen and (min-width: 600px) {
  .article-wrapper p,
  .article-wrapper .byline,
  .article-wrapper .lead-text {
    padding: 0 32px; }
  .article-wrapper .article-image figcaption {
    padding-left: 32px;
    padding-right: 32px; }
  .article-wrapper blockquote {
    margin-left: 32px;
    margin-right: 32px; } }
@media screen and (min-width: 768px) {
  .article-wrapper .main-image .article-image,
  .article-wrapper blockquote {
    margin-right: 0;
    margin-left: 0; }
  .article-wrapper h1 {
    font-size: 42px; }
  .article-wrapper p,
  .article-wrapper .byline,
  .article-wrapper .lead-text {
    padding: 0; } }
@media screen and (min-width: 980px) {
  .article-wrapper p,
  .article-wrapper .byline,
  .article-wrapper .lead-text {
    padding: 0 64px; }
  .article-wrapper blockquote {
    margin-left: 64px;
    margin-right: 64px; } }
h2.widget-title {
  color: #db3742;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 8px; }

.widget {
  margin-bottom: 32px; }
  .widget.neste-kamper .fotballdata {
    margin-bottom: 16px;
    padding-left: 8px; }
    .widget.neste-kamper .fotballdata .line1,
    .widget.neste-kamper .fotballdata .promo {
      display: none; }
    .widget.neste-kamper .fotballdata .line2 {
      font-size: 18px; }

.sub-index h1 {
  color: #db3742;
  margin: 16px 0 24px;
  font-size: 32px; }

@media screen and (min-width: 768px) {
  .sub-index h1 {
    font-size: 42px; } }
.page-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #034ea2;
  position: relative;
  padding: 16px 0;
  color: white; }
  .page-footer a {
    color: white; }
  .page-footer .txt-logo,
  .page-footer p {
    width: calc(100% - 32px);
    max-width: 990px;
    margin-bottom: 32px;
    text-align: center; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #091a3a;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: #FFF; }
  .sidenav strong {
    padding: 12px 8px 4px 32px;
    font-size: 18px;
    color: #818181;
    display: block;
    color: #FFF; }
  .sidenav a {
    padding: 4px 8px 4px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    color: rgba(255, 255, 255, 0.7); }
    .sidenav a:hover {
      text-decoration: underline; }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px; }

/*# sourceMappingURL=klanen.css.map */
