/*2024.51.1.1137
*/
@charset "UTF-8";
/**
 * Mixins
 *
 * @author magnify
 */
/* Breakpoints
   ========================================================================== */
/*$breakpoint-x-large:              1280px;*/
/* Media query
   ========================================================================== */
/* Breakpoints
   ========================================================================== */
/* mixin for multiline */
/*$primarygreen:hsla(112,33%,47%,1);*/
/*$green:hsla(122,100%,25%,1); */
/* titillium-web-300italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("/bs/shared/fonts/titillium-web-v14-latin-300italic.woff2") format("woff2"), url("/bs/shared/fonts/titillium-web-v14-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("/bs/shared/fonts/titillium-web-v14-latin-regular.woff2") format("woff2"), url("/bs/shared/fonts/titillium-web-v14-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* titillium-web-600 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("/bs/shared/fonts/titillium-web-v14-latin-600.woff2") format("woff2"), url("/bs/shared/fonts/titillium-web-v14-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* titillium-web-600italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("/bs/shared/fonts/titillium-web-v14-latin-600italic.woff2") format("woff2"), url("/bs/shared/fonts/titillium-web-v14-latin-600italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("/bs/shared/fonts/titillium-web-v14-latin-700.woff2") format("woff2"), url("/bs/shared/fonts/titillium-web-v14-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* titillium-web-700italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("/bs/shared/fonts/titillium-web-v14-latin-700italic.woff2") format("woff2"), url("/bs/shared/fonts/titillium-web-v14-latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
html, * {
  -webkit-text-size-adjust: none;
  /* Prevent font scaling in landscape */
  /*	font-family: $fonts;
  	font-size: 14pt;
  	line-height:1.2em;*/
  font-family: "Titillium Web", -apple-system-font,  "Open sans", "Roboto", Arial, Helvetica, Verdana, sans-serif; }

@media screen {
  body {
    margin: 0;
    height: 100%;
    color: white;
    background: #353536;
    font-size: 16px;
    caret-color: #1f1f1f; } }
app-toolbar {
  /* Toolbar is the main header, so give it some color */
  /*        background-color: #1E88E5;*/
  font-family: "Titillium Web", 'Roboto', Helvetica, sans-serif;
  color: white;
  /*   --app-toolbar-font-size: 24px;*/ }

@media screen {
  a {
    text-decoration: none;
    font-weight: bold;
    color: white;
    font-family: "Titillium Web", "Open sans", "Roboto", Arial, Helvetica, Verdana, sans-serif;
    /*   padding-bottom: 4px; // kan tunes ut fra øvrig typografi
    border-bottom: 1px solid #000088;*/ }

  main {
    color: #1f1f1f; }

  h1 {
    font-size: 1em;
    margin-top: 0;
    color: white;
    display: inline; } }
@media print {
  a {
    text-decoration: none;
    font-weight: bold;
    color: black;
    font-family: "Titillium Web", "Open sans", "Roboto", Arial, Helvetica, Verdana, sans-serif; }

  /*	main {color:$black;}*/
  h1 {
    font-size: 1em;
    margin-top: 0;
    color: #1f1f1f;
    display: inline; } }
li {
  list-style-type: none; }

ol li {
  list-style-type: decimal; }

h2 {
  font-size: 1.3em;
  margin-top: 0;
  padding-top: 20px;
  /*	color: $red;*/ }

h3 {
  /*	color:$red;*/
  font-size: 16pt;
  font-weight: normal; }

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.55;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button, input[type='submit'] {
  border-width: 1px;
  border-style: solid; }

button:hover, input[type="submit"]:hover {
  cursor: pointer; }

select[readonly] {
  pointer-events: none; }

input[type='text'], input[type='tel'], input[type='search'], input[type='number'], input[type='email'] {
  /*	padding:0.7em;*/
  padding-left: 10px;
  color: #1f1f1f;
  background: #f7f6f3; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/*Ekstra luft rundt a og button på fokus innenfor */
a:focus, button:focus, input[type='submit']:focus {
  outline-offset: 4px; }

a:focus, a:hover, a:hover h1 {
  text-decoration: underline; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  /*  border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;*/ }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

fieldset {
  border: none; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

footer {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  background-color: #eee;
  text-align: center;
  min-height: 75px; }

.Site {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
  /* 1, 3 */ }

.Site-header,
.Site-footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  /* 2 */ }

.Site-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  /* 2 */
  /*  padding: var(--space) var(--space) 0;*/
  width: 100%;
  min-height: 440px;
  /*margin-bottom:100px;*/ }

.Site-content::after {
  content: '\00a0';
  /* &nbsp; */
  display: block;
  margin-top: var(--space);
  height: 0px;
  visibility: hidden; }

@media (--break-lg) {
  .Site-content {
    padding-top: var(--space-lg); }

  .Site-content::after {
    margin-top: var(--space-lg); } }
.Site-content--full {
  padding: 0; }

.Site-content--full::after {
  content: none; }

.navwheel__container.harcmsmeny .navwheel-desktop__container {
  top: 78px; }

fastfelttagger, beskrivelse, biinnforsler, nyetagger {
  display: block; }

.o-columnwidth {
  width: 300px;
  margin: 10px; }

.o-hide-if-small {
  display: none; }

.o-rightmargin--20 {
  margin-right: 20px; }

.o-makshoyde--350 {
  max-height: 350px;
  overflow-y: auto; }

@media only screen and (min-width: 376px) {
  .o-autowidth {
    max-width: 350px; }

  .o-krydderimg {
    max-width: 256px;
    max-height: 320px; }

  .o-visstort {
    width: 100%;
    max-width: initial;
    max-height: initial; } }
.o-msmaller {
  font-size: smaller; }

@media (max-width: 375px) {
  .o-krydderimg {
    max-width: 256px;
    max-height: 300px; }

  .o-visstort {
    max-width: 100% !important;
    max-width: initial;
    max-height: initial; }

  .ui-content {
    padding-right: 10px; } }
@media (min-width: 641px) {
  .o-krydderimg {
    max-width: 256px;
    max-height: 300px; }

  .o-visstort {
    width: auto;
    /*height:-webkit-fill-available;*/
    max-width: initial;
    max-height: initial; }

  .bs-mercaption img {
    height: 240px; } }
.o-scrollnav {
  /* Make this scrollable when needed */
  overflow-x: auto;
  /* We don't want vertical scrolling */
  overflow-y: hidden;
  /* Make an auto-hiding scroller for the 3 people using a IE */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* For WebKit implementations, provide inertia scrolling */
  -webkit-overflow-scrolling: touch;
  /* We don't want internal inline elements to wrap */
  white-space: nowrap;
  /* Remove the default scrollbar for WebKit implementations */
  position: relative;
  /* positioning context for advancers */
  position: relative;
  /*	font-size: 0;*/ }
  .o-scrollnav::-webkit-scrollbar {
    display: none; }
  .js .o-scrollnav {
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* Remove the default scrollbar for WebKit implementations */ }
    .js .o-scrollnav::-webkit-scrollbar {
      display: none; }

.o-scrolling-wrapper {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content; }

.o-scrolling-wrapper-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /*Negativ margin for å fylle hele bredden selv om et ytre element egentlig ikke skal gjøre det.*/
  margin-left: -20px;
  margin-right: -20px;
  float: left; }
  .o-scrolling-wrapper-flexbox::-webkit-scrollbar {
    display: none; }
  .o-scrolling-wrapper-flexbox .o-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 5px; }

.o-collapsible {
  /*padding:4px 30px;*/ }
  .o-collapsible.o-collapsible--white {
    background: white;
    color: #1f1f1f; }
    .o-collapsible.o-collapsible--white a, .o-collapsible.o-collapsible--white select {
      color: #1f1f1f; }
    .o-collapsible.o-collapsible--white .o-collapsible__bottom {
      border-bottom: 1px solid silver;
      width: 100%; }
  .o-collapsible .o-collapsible {
    padding: 4px 0px; }
  .o-collapsible h3 {
    display: inline; }
  .o-collapsible > h3 {
    font-size: 1.1em;
    font-weight: normal; }
  .o-collapsible input[type="text"], .o-collapsible input[type="tel"], .o-collapsible input[type="date"], .o-collapsible input[type="number"], .o-collapsible input[type="email"], .o-collapsible input[type="password"], .o-collapsible textarea, .o-collapsible button, .o-collapsible select {
    padding: 10px;
    width: 100%;
    max-width: 280px; }
    .o-collapsible input[type="text"] .u-width--100, .o-collapsible input[type="tel"] .u-width--100, .o-collapsible input[type="date"] .u-width--100, .o-collapsible input[type="number"] .u-width--100, .o-collapsible input[type="email"] .u-width--100, .o-collapsible input[type="password"] .u-width--100, .o-collapsible textarea .u-width--100, .o-collapsible button .u-width--100, .o-collapsible select .u-width--100 {
      max-width: initial; }
  .o-collapsible input[type="text"], .o-collapsible input[type="tel"], .o-collapsible input[type="date"], .o-collapsible input[type="number"], .o-collapsible input[type="email"], .o-collapsible textarea {
    background: #f9f9f9;
    border: 1px inset silver;
    color: #1f1f1f;
    height: unset; }
    .o-collapsible input[type="text"]:disabled, .o-collapsible input[type="tel"]:disabled, .o-collapsible input[type="date"]:disabled, .o-collapsible input[type="number"]:disabled, .o-collapsible input[type="email"]:disabled, .o-collapsible textarea:disabled {
      background: #f1f1f1;
      border: 1px solid #ebebeb; }
  .o-collapsible input[type="text"].c-customwidth--1, .o-collapsible input[type="number"].c-customwidth--1, .o-collapsible textarea.c-customwidth--1 {
    width: 2.2em;
    padding-left: 5px;
    padding-right: 5px; }
  .o-collapsible input[type="text"].c-customwidth--2, .o-collapsible input[type="number"].c-customwidth--2, .o-collapsible textarea.c-customwidth--2 {
    width: 2.5em;
    padding-left: 5px;
    padding-right: 5px; }
  .o-collapsible input[type="text"].c-customwidth--3, .o-collapsible input[type="number"].c-customwidth--3, .o-collapsible textarea.c-customwidth--3 {
    width: 3em;
    padding-left: 5px;
    padding-right: 5px; }
  .o-collapsible input[type="text"].c-customwidth--4, .o-collapsible input[type="number"].c-customwidth--4, .o-collapsible textarea.c-customwidth--4 {
    width: 3.5em;
    padding-left: 5px;
    padding-right: 5px; }
  .o-collapsible .o-collapsible__arrow {
    display: inline-block;
    margin-top: 5px;
    margin-right: 3px; }
  .o-collapsible .o-collapsible__content {
    /*	font-size:smaller;*/
    /*padding-left:1em;*/ }
  .o-collapsible .o-collapsible .o-collapsible__content {
    font-size: inherit; }
  .o-collapsible .o-collapsible .o-collapsible__bottom {
    border-bottom: none; }
  .o-collapsible .o-collapsible__header {
    margin-bottom: 3px; }
  .o-collapsible .o-collapsed {
    display: none; }

.o-inlineblock {
  display: inline-block; }

.o-italic {
  font-style: italic; }

.o-green {
  color: #51b853;
  font-weight: normal; }

.o-spacing {
  min-width: 50px;
  height: 10px; }

.o-enboks {
  margin: 0;
  margin-left: 10px;
  position: relative;
  width: 100%; }

.o-ellipsis {
  overflow: hidden;
  max-height: 21px;
  line-height: 20.8px;
  /* margin: 20px; */
  /* border: 5px solid #AAA; */ }

.o-ellipsis:before {
  content: "";
  float: left;
  width: 5px;
  max-height: 21px; }

.o-ellipsis > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px; }

.o-ellipsis:after {
  content: "\02026";
  color: #c71f25;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  top: -25px;
  left: 100%;
  width: 2em;
  margin-left: -2em;
  padding-right: 5px;
  text-align: right;
 /*   background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
*/ }

@media only screen and (min-width: 641px) {
  .o-flex--iflarge {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; } }
.o-font--8, .o-font--8 * {
  font-size: 8pt; }

.o-font--10, .o-font--10 * {
  font-size: 10pt; }

.o-font--12, .o-font--12 * {
  font-size: 12pt; }

.o-font--14, .o-font--14 * {
  font-size: 14pt; }

.o-font--16, .o-font--16 * {
  font-size: 16pt; }

.o-font--18, .o-font--18 * {
  font-size: 18pt; }

.o-font--20, .o-font--20 * {
  font-size: 20pt; }

.o-font--24, .o-font--24 * {
  font-size: 24pt; }

.o-font--28, .o-font--28 * {
  font-size: 28pt; }

.o-ellipsis--double {
  overflow: hidden;
  max-height: 42px;
  line-height: 20.8px;
  /* margin: 20px; */
  /* border: 5px solid #AAA; */ }

.o-ellipsis--double:before {
  content: "";
  float: left;
  width: 5px;
  max-height: 42px; }

.o-ellipsis--double > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px; }

.o-middle {
  margin-left: auto;
  margin-right: auto; }

.o-bottom-border {
  border-bottom: 1px solid silver; }

.o-ellipsis--double:after {
  content: "\02026";
  color: #c71f25;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  top: -25px;
  left: 100%;
  width: 2em;
  margin-left: -2em;
  padding-right: 5px;
  text-align: right;
 /*   background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
*/ }

.o-limited-block {
  overflow: hidden;
  position: relative;
  line-height: 1.4em;
  max-height: 1.65em;
  /*  text-align: justify;
    margin-right: -1em;*/
  padding-right: 1em;
  /* &:before {
     content: '...';
     position: absolute;
     right: 0;
     bottom: 0;
   }*/ }
  .o-limited-block:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white; }

.o-ellipsis2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.o-limited-block--2 {
  /* @include multiLineEllipsis($lineHeight: 1.4em, $lineCount: 2, $bgColor: white);  */
  overflow: hidden;
  position: relative;
  line-height: 1.4em;
  max-height: 3.05em;
  /*  text-align: justify;
    margin-right: -1em;*/
  padding-right: 1em;
  /* &:before {
     content: '...';
     position: absolute;
     right: 0;
     bottom: 0;
   }*/
  color: #1f1f1f; }
  .o-limited-block--2:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white; }

.o-left {
  text-align: left; }

.o-right {
  text-align: right; }

.o-center {
  text-align: center; }

.o-rightpadding--25 {
  padding-right: 25px; }

.o-select--minimalist {
  background: transparent;
  border: none;
  color: white; }
  .o-select--minimalist option {
    color: #1f1f1f; }

.o-background--red {
  background-color: #ff3d3d;
  color: white; }

.o-round {
  border-radius: 50%; }

.o-highlight-1 {
  border: 1px solid #c14a2f;
  font-size: larger;
  display: inline-block; }

.o-middlebox {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #1f1f1f;
  background: white; }
  .o-middlebox a {
    color: #1f1f1f; }

.o-maxwidth--search {
  max-width: 600px; }

.o-hidden-accessible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.o-font--mono {
  font-family: monospace; }

@media only screen and (min-width: 769px) {
  .o-hide-if-small {
    display: block; } }
@media screen and (min-width: 640px) {
  .o-columnwidth {
    width: 600px; } }
@media only screen and (max-width: 640px) {
  .o-hide-if-landscape--up {
    display: initial; }

  .o-hide-if-landscape--down {
    display: none; } }
@media only screen and (min-width: 641px) {
  .o-hide-if-landscape--up {
    display: none; }

  .o-hide-if-landscape--down {
    display: initial; } }
.o-adaptive-title {
  font-size: 10pt; }

@media screen and (min-width: 321px) {
  .o-adaptive-title, .o-adaptive-title * {
    font-size: 12pt; } }
meter[value="1"]::-webkit-meter-optimum-value {
  background: #c14a2f; }

meter[value="2"]::-webkit-meter-optimum-value {
  background: #db924d; }

meter[value="3"]::-webkit-meter-optimum-value {
  background: #e7c650; }

meter[value="4"]::-webkit-meter-optimum-value {
  background: #0e6600; }

meter[value="5"]::-webkit-meter-optimum-value {
  background: #4cc639; }

meter[value="1"]::-moz-meter-bar {
  background: #c14a2f; }

meter[value="2"]::-moz-meter-bar {
  background: #db924d; }

meter[value="3"]::-moz-meter-bar {
  background: #e7c650; }

meter[value="4"]::-moz-meter-bar {
  background: #0e6600; }

meter[value="5"]::-moz-meter-bar {
  background: #4cc639; }

.feedback {
  color: #9ab;
  font-size: 90%;
  padding: 0 .25em;
  margin-top: 1em; }

.o-m2radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #fafafa;
  -webkit-transition: 0.25s background-color linear;
          transition: 0.25s background-color linear;
  margin-right: 8px;
  vertical-align: bottom;
  background-color: white; }

input[type="radio"].o-m2radio:checked {
  border: 3px solid #fafafa;
  background-color: #0e6600; }

/*@import "../node_modules/zen-grids/sass/zen-grids";
@import "../node_modules/zen-grids/sass/zen-grids/background";*/
.form-overlay {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 750px;
  /*padding-left:20px;
  padding-right:20px;*/ }

.form-overlay form input[type="number"], .form-overlay input[type="text"], .form-overlay form input[type="search"], .form-overlay form input[type="email"], .form-overlay form input[type="tel"], .form-overlay input[list] {
  width: 100%;
  max-width: 750px; }

.form-overlay form .c-avgrensninger input[type="number"], .form-overlay form .c-avgrensninger input[type="text"], .form-overlay form .c-avgrensninger input[type="search"], .form-overlay form .c-avgrensninger input[type="email"], .form-overlay form .c-avgrensninger input[type="tel"], .form-overlay form .c-avgrensninger input[list] {
  width: 100%;
  min-width: 11em;
  margin-right: 20px;
  max-width: 950px; }

.form-overlay input.c-smallfield--2[type="text"] {
  padding-left: 8px;
  padding-right: 8px;
  width: 40px; }

.form-overlay input.c-smallfield--4[type="text"] {
  padding-left: 8px;
  padding-right: 8px;
  width: 70px; }

.form-overlay input.c-smallfield--12[type="text"] {
  padding-left: 8px;
  padding-right: 8px;
  width: 200px; }

.c-scrolling-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap; }
  .c-scrolling-wrapper .c-card {
    display: inline-block; }

@media only screen and (min-width: 768px) {
  .form-overlay {
    max-width: initial;
    padding-left: 5.5rem; }
    .form-overlay .c-smallfield--2 {
      padding-left: 8px;
      padding-right: 8px;
      width: 40px; }
    .form-overlay .c-smallfield--4 {
      padding-left: 8px;
      padding-right: 8px;
      width: 70px; }
    .form-overlay .c-smallfield--12 {
      padding-left: 8px;
      padding-right: 8px;
      width: 200px; }

  .Site-content {
    padding-left: 5.5rem; }

  .Site-content.no-menu, .form-overlay.no-menu {
    padding-left: 0; }

  .form-overlay form .c-avgrensninger input[type="number"], .form-overlay form .c-avgrensninger input[type="text"], .form-overlay form .c-avgrensninger input[type="search"], input[list] {
    max-width: 950px; } }
@media only screen and (min-width: 1025px) {
  .form-overlay, .Site-content {
    padding-left: 15rem;
    max-width: 2600px; }

  .form-overlay.no-menu, .Site-content.no-menu {
    padding-left: 0; } }
.c-anonymous-button {
  background: inherit;
  color: inherit;
  font-weight: bold;
  border: none; }

.c-submitbutton--red {
  background: #db924d;
  border-color: #db924d;
  color: white;
  text-align: center; }

.c-submitbutton--startsearch {
  background: #0e6600;
  border-color: #0e6600;
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 2em;
  border-radius: 0.188em;
  text-align: center;
  display: inline-block;
  color: white;
  padding: 0.5em 1em;
  border-radius: 0.188em; }
  .c-submitbutton--startsearch::disabled {
    opacity: 0.7; }

.c-rfid .c-rfid__signal {
  margin-left: 1rem;
  margin-right: 1rem;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  vertical-align: sub; }
.c-rfid.c-rfid--almostready .c-rfid__signal {
  background: transparent;
  border-color: #db924d; }
.c-rfid.c-rfid--paused .c-rfid__signal {
  background: transparent;
  border-color: #0e6600; }
.c-rfid.c-rfid--activating .c-rfid__signal {
  background: #62c0ba; }
.c-rfid.c-rfid--off .c-rfid__signal {
  background: #4d4d51; }
.c-rfid.c-rfid--disconnected .c-rfid__signal {
  background: #c14a2f; }
.c-rfid.c-rfid--ready .c-rfid__signal {
  background: #0e6600; }
.c-rfid.c-rfid--read .c-rfid__signal {
  background: #009905; }

.c-hr {
  border: 1px solid #d7d5d0;
  border-bottom: none; }

.c-hr2 {
  border: 1px solid #e9e7e7;
  border-bottom: none; }

.c-border--gray {
  border: 1px solid #4d4d51; }

.c-hr--dark {
  border: 1px solid #8a8475;
  border-bottom: none; }

.c-sokeform {
  /*	min-height:200px;*/
  display: inline-block;
  position: relative; }
  .c-sokeform .o-collapsible {
    padding: 0; }
  .c-sokeform input[type="checkbox"] {
    margin-right: 8px; }

.c-sokeform--hoved {
  padding-left: 20px;
  padding-right: 20px;
  /*padding-top:30px;*/ }
  .c-sokeform--hoved .c-search--hoved {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*		text-align:center;*/ }
    .c-sokeform--hoved .c-search--hoved .search-label {
      color: #44773c;
      position: absolute;
      /*top:11px;*/
      font-size: large;
      margin-left: 10px;
      left: 10px; }
  .c-sokeform--hoved input[type="text"], .c-sokeform--hoved input[type="search"], .c-sokeform--hoved input[list] {
    width: 100%;
    max-width: 750px; }

#listemeny {
  border-radius: 3px;
  box-shadow: 0px 1px 7px 9px #333; }
  #listemeny form {
    min-width: 300px; }
    #listemeny form input[type="text"] {
      line-height: 2em;
      margin-bottom: 1em;
      border: 1px solid #d7d5d0; }

.c-head1 {
  background: #1f2a5c;
  color: white;
  font-size: 10pt;
  min-height: 140px;
  padding-left: 30px; }

.c-head1 h1 {
  font-weight: normal;
  letter-spacing: 2px;
  margin-top: 0;
  padding-top: 30px; }

.c-head1 .c-pipe {
  color: #b71f24; }

.c-mainheight {
  min-height: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }

@media screen {
  .c-main {
    /*	background-color:$primarygray;
    	margin-top:-60px;*/
    vertical-align: top;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
    .c-main a:not(.o-hidetargetimg)[target=_blank]:after {
      content: " \e732";
      font-family: Themify;
      font-size: 8pt; } }
.c-splitpage {
  /*	display:flex;
  	flex-flow:row;*/
  display: block;
  width: 100%;
  vertical-align: top; }
  .c-splitpage .c-splitpage__part {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    /*flex-grow:1;*/ }
    .c-splitpage .c-splitpage__part:first-of-type {
      margin-right: 20px; }
  .c-splitpage .o-collapsible input, .c-splitpage .o-collapsible select {
    max-width: unset; }
  @media only screen and (max-width: 640px) {
    .c-splitpage {
      -webkit-flex-flow: column;
              flex-flow: column; }
      .c-splitpage .c-splitpage__part {
        width: 100%; } }

.c-topboks {
  /*	position:sticky;
  	top:0px;*/
  background: #353536;
  z-index: 11;
  margin-top: 10px;
  vertical-align: top;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  /*	@include zen-grid-container(); */ }
  .c-topboks a:not(.o-hidetargetimg)[target=_blank]:after {
    content: " \e732";
    font-family: Themify; }

.c-mainlogo {
  margin-top: 30px;
  width: 180px; }

.c-resultbox {
  /*	display:flex;
  	flex-wrap:wrap;
  flex-grow:2;*/
  max-width: 1340px;
  /*	margin-left:auto;*/
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0; }
  .c-resultbox input[type="text"], .c-resultbox input[type="tel"], .c-resultbox textarea, .c-resultbox input[list], .c-resultbox select {
    width: 100%;
    padding: 10px;
    background: #f9f8f6;
    border: 1px solid silver; }

.c-rundtkrydderimg {
  text-align: center;
  z-index: 9; }

.c-visavgrensknapp, .c-sokeknapp {
  -webkit-appearance: none;
  display: inline-block;
  padding: 0.5em 1em;
  line-height: 2em;
  text-decoration: none;
  background: #c14a2f;
  border: none;
  border-style: none;
  color: white;
  border-radius: 0.188em; }

.c-huskelista .c-visbestillknapp {
  padding: 12px;
  background: #0e6600;
  width: 200px;
  color: white;
  border-radius: 2px; }
  .c-huskelista .c-visbestillknapp a {
    color: white; }

.c-huskelista .c-visbestillknapp:focus {
  background: #0e6600;
  color: silver; }

.c-huskelista .c-post a.c-button--primarygreen {
  background: #0e6600;
  color: white;
  position: absolute;
  top: 125px;
  right: 5px;
  border-radius: 2px; }

.c-button--red, .c-lightbox a.c-button--red {
  color: white;
  background: #db924d; }

.c-huskelista .c-post a.c-button--red, .c-post.u-position-rel a.c-button--red {
  background: #db924d;
  color: white;
  position: absolute;
  top: 125px;
  border-radius: 2px; }

.c-post.u-position-rel .c-rundtbilde a.c-button--red {
  top: 155px;
  margin-left: auto;
  margin-right: auto;
  position: absolute; }

.c-button--square {
  height: 55px;
  width: 60px;
  text-align: center;
  padding: 8px; }

.c-button--rect {
  height: 40px;
  width: 65px;
  text-align: center;
  padding: 8px; }

.c-button--rect2 {
  height: 54px;
  width: 80px;
  text-align: center;
  padding: 8px; }

.c-sokeknapp {
  width: 100%;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
          flex-grow: 2; }

.c-show-searchdiv {
  position: absolute;
  width: 48px;
  /*margin-left:-20px;*/ }

.c-overskriftdetaljer {
  margin-bottom: 1em; }
  .c-overskriftdetaljer a, .c-overskriftdetaljer select {
    color: white; }

.c-stjernebilde {
  width: 100px; }

.c-rundtpostinnhold {
  /*max-width:600px;*/
  /*	margin-left:auto;*/
  width: 100%;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 30px;
  vertical-align: top; }

@media only screen and (max-width: 640px) {
  .c-rundtpostinnhold {
    margin-left: auto; } }
.c-conversation a {
  color: #1f1f1f; }

.c-content-primary {
  /*	background:$primarygray;*/ }
  @media screen {
    .c-content-primary {
      color: white;
      /*	background:$primarygray;*/ }
      .c-content-primary a {
        color: white; }
      .c-content-primary .c-resultbox a {
        color: initial; }
      .c-content-primary .c-resultbox a.js-vispost:visited {
        color: #7b4263; }
      .c-content-primary .c-resultbox .u-col--green a {
        color: #0e6600; } }
  .c-content-primary h2 {
    font-size: 1.2em;
    font-weight: normal; }
  @media only screen and (max-width: 640px) {
    .c-content-primary h2.c-maybe--centered {
      text-align: center; } }
  @media only screen and (min-width: 641px) {
    .c-content-primary h2.c-maybe--centered {
      margin-left: 30px; } }

@media (max-width: 320px) {
  .c-resultbox {
    max-width: 320px; } }
/*
@media only screen and (min-width:625px) and (max-width:768px) {
 .c-resultbox li:nth-of-type(4n) {
        background: hsla(45, 22%, 96%, 1);
    }
 .c-resultbox li:nth-of-type(4n-1) {
        background: hsla(45, 22%, 96%, 1);
    }
}
@media only screen and (max-width:624px) {
	.c-resultbox li:nth-of-type(2n) {
        background: hsla(45, 22%, 96%, 1);
    }
}

*/
.c-bottomnav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  height: 50px;
  background: #2c2c30;
  color: white; }
  .c-bottomnav .c-innloggetinfo {
    height: 100%;
    padding-top: 25px;
    text-align: right; }
  .c-bottomnav a {
    color: white; }
    .c-bottomnav a .u-col--black {
      color: #1f1f1f; }

@media only screen and (min-width: 768px) {
  .c-bottomnav--narrow {
    background: unset;
    height: unset; } }
.c-menu-symbol {
  padding-right: 20px; }

.c-menu-symbol img {
  width: 20px;
  float: right;
  margin-right: 0px;
  margin-top: 15px; }

.c-menu-symbol img:hover {
  cursor: pointer; }

.c-innloggetinfo {
  /*	position:absolute;*/
  z-index: 16;
  /*	left:10px;*/
  text-align: center;
  display: block; }

.c-overskrift {
  /*	background:white;*/
  /*	font-family:"Roboto", "Open sans",  sans-serif;*/
  font-size: 10pt;
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
  /*border-top-right-radius:7px;
    display:inline-block;
    */ }
  .c-overskrift .c-overskrift__tekst {
    color: #1f1f1f; }
    .c-overskrift .c-overskrift__tekst a {
      color: #1f1f1f; }

.c-overskrift:first-of-type {
  padding-left: 20px; }

.c-overskrift--valgt {
  font-size: 12pt;
  margin: 0;
  padding-right: 20px;
  padding-left: 20px;
  background: white;
  color: #1f1f1f;
  border-top-left-radius: 0.188em;
  border-top-right-radius: 0.188em; }
  .c-overskrift--valgt a {
    color: #1f1f1f; }
  .c-overskrift--valgt .c-overskrift__tekst {
    color: #1f1f1f;
    margin-top: 0;
    /*	margin-bottom:0;*/
    display: inline-block;
    font-weight: normal; }
    .c-overskrift--valgt .c-overskrift__tekst [id="vissokestreng"] {
      color: #1f1f1f; }

.c-overskrift__hoved {
  display: inline; }

.c-overskriftdetaljer {
  /*	display:inline-block;*/
  /*	color:white;
  padding-left:20px;*/ }

.c-content-primary, .c-content-secondary, .c-topboks__left {
  /*	margin-left:5px;
  	margin-top:40px;*/
  vertical-align: top; }

.c-topboks__left {
  min-height: 1em; }

.c-box {
  background: #f7f6f3;
  border: 1px solid #d7d5d0;
  width: 100%;
  overflow: wrap;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 1em; }

.form-overlay .c-box input[type="text"], .form-overlay .c-box input[type="email"], .form-overlay .c-box input[type="password"], .form-overlay .c-box input[type="number"], .form-overlay .c-box input[type="tel"], .form-overlay .c-box input[list], .form-overlay .c-box select {
  background: white; }

.c-stjerneboks {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 15pt;
  width: 0px;
  height: 0px;
  overflow: visible;
  font-weight: bold; }

.result-page .c-content-primary .u-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }

.result-page .c-content-primary .u-flex.u-flexrow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row; }

@media screen and (min-width: 1024px) {
  .result-page .c-content-primary .u-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; } }
.c-avgrens-dropdown, .c-avgrens-dropdown--disabled {
  background: #f7f6f3;
  font-weight: bold;
  /*	width:10em;*/
  overflow: wrap;
  border-radius: 1px;
  display: inline-block;
  padding: 6px 12px; }

.c-avgrens-dropdown--disabled.u-red {
  color: white; }

.c-avgrens-dropdown__header {
  color: white;
  font-size: 12pt;
  font-weight: normal; }
  .c-avgrens-dropdown__header h3 {
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px; }

.c-avgrens-dropdown__main {
  background: #51516c;
  z-index: 21; }
  .c-avgrens-dropdown__main checkbox, .c-avgrens-dropdown__main label {
    display: inline-block;
    min-width: 150px; }
  .c-avgrens-dropdown__main checkbox:hover, .c-avgrens-dropdown__main label:hover {
    background: #f7f6f3;
    cursor: pointer; }

.c-box__header {
  font-size: 12pt;
  font-weight: normal; }
  .c-box__header h3 {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px; }

.c-box__main {
  background: white;
  z-index: 21; }
  .c-box__main checkbox, .c-box__main label {
    display: inline-block;
    min-width: 150px;
    color: #1f1f1f; }
  .c-box__main checkbox:hover, .c-box__main label:hover {
    background: #f7f6f3;
    cursor: pointer; }
  .c-box__main ul {
    padding-left: 0; }

.c-post {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  color: #303030;
  /*	min-width:$itemminwidth;*/
  /*background:grey;
  	@include from-medium() {
  		min-width:300px;
  		display:inline-flex;
  	}
  */ }

[class*="c-sokestreng--"] {
  /*	font-size:10pt;*/ }

[class*="c-sokestreng--person"] {
  /*	font-size:initial;*/ }

.c-ledig .c-antut, .c-ledig .c-anttot {
  color: #0e6600; }

.c-utlant .c-antut, .c-utlant .c-anttot {
  /*color:$orange;*/ }

@media only screen and (max-width: 640px) {
  .c-krydderimg {
    /*margin:0px 20px 20px 0px;*/
    text-align: center; } }
.c-post {
  /*height:210px;*/ }

div[id^="js-plukk-"] {
  position: absolute;
  bottom: 0; }
  @media only screen and (max-width: 1185px) {
    div[id^="js-plukk-"] {
      right: 5px; } }

.c-okinnlevert, .c-feilet {
  border-style: solid;
  border-width: 4px;
  border-radius: 0.188em;
  color: #1f1f1f;
  padding: 20px;
  margin-left: auto;
  margin-top: 2em;
  margin-right: auto;
  min-height: 100px;
  min-width: 200px;
  max-width: 400px;
  background: white;
  font-size: large; }

.c-okinnlevert {
  border-color: #0e6600; }

.c-feilet {
  border-color: #c14a2f;
  border: 3px solid #c14a2f; }
  .c-feilet select, .c-feilet a {
    color: #1f1f1f; }

.c-gebyrboks {
  background: #c14a2f;
  padding: 5px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 5px; }
  .c-gebyrboks a {
    color: white; }

.c-gebyrdetaljer {
  background: #c14a2f;
  padding: 5px;
  color: white;
  margin-bottom: 5px; }
  .c-gebyrdetaljer a {
    color: white; }

c.rundtpost div[id^="js-plukk-"] {
  right: 90px; }

div.c-post__bilde {
  /*	margin-left:10px;*/
  /*	border:1px solid $grayborder;*/ }

/*
.c-post__bilde, a.c-post__bilde {
	width:80px;
	height:140px;
	div.u-block {
		width:80px;
		height:140px;
	}
//	background:$gray2;
	img {width:80px;}

	margin-right:10px;
}
*/
.c-post--simple {
  padding: 10px;
  padding-left: 20px;
  margin: 0;
  padding-bottom: 20px;
  vertical-align: top;
  /*min-height:220px;*/ }
  .c-post--simple:first-of-type {
    border-top-right-radius: 7px; }

.c-forenklet .c-post--simple {
  padding-bottom: 10px;
  width: 100%; }

.c-focusmarker:focus-within {
  background: #ebe9f1;
  border: silver; }

.c-post--simple a {
  color: #1f1f1f; }

.o-collapsible .c-post--simple {
  padding-left: 0; }

.c-post--simple__content {
  vertical-align: top;
  display: inline-block;
  margin-left: 20px;
  min-width: 100px;
  width: 100%;
  position: relative;
  /*	overflow-y:auto;*/
  line-height: 1.3em; }
  .c-post--simple__content a.c-post--simple__typeknapp {
    /*		display:inline-block;
    		padding:10px;
    		background:$gray;
    		border:1px solid $gray2;*/
    color: #1f1f1f;
    /*	text-decoration:underline;*/ }
    .c-post--simple__content a.c-post--simple__typeknapp:hover {
      color: #db924d; }

.c-box--flexbetween {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.c-status--ledig {
  color: #0e6600; }

.c-status--u {
  color: #c14a2f; }

.c-utlanskjema {
  margin-bottom: 1em;
  background: white;
  color: #1f1f1f;
  padding: 10px;
  padding-bottom: 25px; }
  .c-utlanskjema a {
    color: #1f1f1f; }
  .c-utlanskjema input[type="text"], .c-utlanskjema input[type="tel"], .c-utlanskjema textarea, .c-utlanskjema button, .c-utlanskjema input[list] {
    background: #f1f1f1;
    border: #ebebeb;
    padding: 10px;
    width: 100%;
    max-width: 280px; }
  .c-utlanskjema select, .c-utlanskjema .o-collapsible select {
    color: #1f1f1f; }
  .c-utlanskjema input[type="radio"] {
    margin: 8px; }

.c-filterbox {
  width: 320px;
  margin: 0;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1; }

.c-filter-button {
  cursor: pointer;
  background: #db924d;
  border: 1px solid #f7f6f3;
  padding: 5px;
  /*	font-family:"Open sans", "Roboto", Arial, Helvetica, Verdana, sans-serif;*/
  color: white;
  min-width: 130px;
  border-color: transparent; }

@media screen {
  .c-miniprofil {
    background: #3e3e47;
    color: #f7f6f3;
    padding: 10px;
    padding-left: 20px;
    margin-bottom: 5px; } }
.c-historikkbox a {
  color: #1f1f1f; }

.c-historikkbox a.c-btn {
  color: white; }

.c-historikkoverskrift {
  padding-left: 20px; }

.c-historikkpost .c-historikkpost__apneebok {
  cursor: pointer;
  border: 2px solid #0e6600;
  display: inline-block;
  width: 100%;
  /*  height: 49px;*/
  padding-left: 12px;
  /*  line-height: 49px;*/
  border-radius: 0.188em;
  /*	  font-size:11pt;*/
  -webkit-appearance: none;
  color: #0e6600;
  background-color: white;
  text-align: center;
  /*margin-top:2em;*/
  /*	  font-size:1.3em;*/ }
.c-historikkpost input[type="text"], .c-historikkpost input[type="tel"], .c-historikkpost input[list] {
  border: 1px solid #f7f6f3;
  line-height: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.c-historikkpost .c-slettbutton, .c-slettbutton {
  display: inline-block;
  padding: 8px;
  background: #c14a2f;
  border-radius: 0.188em;
  border: 0;
  color: white; }
  @media only screen and (min-width: 641px) and (max-width: 1280px) {
    .c-historikkpost .c-slettbutton, .c-slettbutton {
      position: absolute;
      right: 10px;
      top: 20px; } }

.c-messagebox {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background: #c14a2f;
  color: white; }
  .c-messagebox a {
    color: white; }

.c-lightbox {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  color: #1f1f1f;
  background: white; }
  .c-lightbox a {
    color: #1f1f1f; }

.c-lightbox2 {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  color: #1f1f1f;
  background: #f9fafb; }
  .c-lightbox2 a {
    color: #1f1f1f; }

.c-lightbox--radius {
  border-radius: 7px;
  border: 1px solid #e9e7e7; }

.c-darkbox {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  color: white;
  background: #2c2c30; }
  .c-darkbox a {
    color: white; }

.c-dialog {
  border-radius: 0.188em;
  box-shadow: 0px 1px 7px 9px #333;
  z-index: 15;
  margin-bottom: 80px; }
  .c-dialog .c-dialog--toppknapp {
    position: absolute;
    top: 5px;
    right: 5px; }
  .c-dialog label {
    display: inline-block;
    padding-top: 8px; }

form .c-haspositioned {
  position: relative; }
  form .c-haspositioned .c-eye {
    background: transparent;
    border: none;
    color: #1f1f1f;
    position: absolute;
    top: 15px;
    right: 1em; }

.c-dialog--bottom {
  z-index: 10;
  margin-bottom: 50px;
  width: 45%;
  min-width: 250px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  /*	input {width:100%;}*/ }
  .c-dialog--bottom input[type="text"], .c-dialog--bottom input[type="tel"], .c-dialog--bottom textarea, .c-dialog--bottom input[list] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px; }
  .c-dialog--bottom .c-dialog--toppknapp {
    position: absolute;
    top: 5px;
    right: 5px; }
  .c-dialog--bottom label {
    display: inline-block;
    padding-top: 8px; }

.c-loginform {
  /*	width:300px;*/
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 20px;
  padding-top: 0;
  /*	margin-top:-70px;*/ }
  .c-loginform label {
    cursor: pointer; }
  .c-loginform input[type="text"], .c-loginform input[type="tel"], .c-loginform input[type="email"], .c-loginform input[type="search"], .c-loginform input[type="password"], .c-loginform input[type="number"], .c-loginform input[type="date"], .c-loginform input[list] {
    box-sizing: border-box;
    /*height: 49px;*/
    width: 100%;
    line-height: 2em;
    padding: 0.5em 1em;
    background: white;
    border: 1px solid #d7d7d7;
    border-radius: 1px;
    padding-left: 125px; }
  .c-loginform .c-loginform__revlink {
    background: transparent;
    border: none;
    color: #1f1f1f;
    position: absolute;
    top: 15px;
    right: 1em; }
  .c-loginform .c-loginform__label {
    position: absolute;
    color: #51516c;
    z-index: 10;
    line-height: 45px;
    margin-left: 5px;
    /*	top: 2px;
    	left: 14px;		*/ }
  .c-loginform .c-loginform__label--btn {
    position: absolute;
    font-size: 1.3em;
    color: white;
    z-index: 10;
    line-height: 45px;
    top: 15px;
    right: 10px; }
  .c-loginform .c-loginform__submitbutton {
    cursor: pointer;
    background: #0e6600;
    width: 100%;
    height: 49px;
    padding-left: 12px;
    line-height: 49px;
    border: none;
    border-radius: 0.188em;
    -webkit-appearance: none;
    color: white;
    text-align: center;
    font-size: 1.3em; }
    .c-loginform .c-loginform__submitbutton.o-pink {
      background: #ac3e67; }
    .c-loginform .c-loginform__submitbutton.o-pink:hover {
      background: #be4b75;
      text-decoration: underline; }
    .c-loginform .c-loginform__submitbutton.o-pinklight {
      background: white;
      color: #ac3e67; }
    .c-loginform .c-loginform__submitbutton.o-pinklight:hover {
      background: white;
      color: #ac3e67;
      text-decoration: underline; }

.c-dialog .c-loginform {
  padding: 0;
  width: initial; }
  @media only screen and (max-width: 640px) {
    .c-dialog .c-loginform label {
      position: relative; }
    .c-dialog .c-loginform h2 {
      margin-bottom: 0; }
    .c-dialog .c-loginform input[type="text"], .c-dialog .c-loginform input[type="tel"], .c-dialog .c-loginform input[type="search"], .c-dialog .c-loginform input[type="password"], .c-dialog .c-loginform input[type="number"], .c-dialog .c-loginform input[type="email"], .c-dialog .c-loginform input[type="date"], .c-dialog .c-loginform input[list] {
      padding-left: 10px; } }

.c-joinbutton {
  cursor: pointer;
  background: #51516c;
  width: 100%;
  height: 49px;
  padding-left: 12px;
  line-height: 49px;
  border: none;
  border-radius: 0.188em;
  font-size: 11pt;
  -webkit-appearance: none;
  color: white;
  text-align: center;
  margin-top: 2em;
  /*	  font-size:1.3em;*/ }

.c-skjulinnaktive div[data-type="enparameter"][data-isset="0"] {
  display: none; }

form .c-normalize-submit {
  -webkit-appearance: none;
  corder-radius: 1px;
  border: 1px solid #d7d7d7; }

form[id="resform"] textarea {
  width: 100%; }

@media (min-width: 641px) {
  .c-loginform {
    width: 50%;
    min-width: 300px; } }
@media (min-width: 769px) {
  .c-loginform {
    width: 400px;
    /*	margin-top:-50px;*/ } }
.c-search-button {
  position: absolute;
  	/*
        right: 0;
        top: 0;
        cursor: pointer;
        text-indent: -9000px;
        background: transparent;
  	  color:transparent;
        width: 49px;
        height: 49px;
        line-height: 49px;
        border: none;
        border-radius: 0 7px 7px 0;
  
  */
  right: 5px;
  top: 5px;
  background: #EEE;
  width: 45px;
  height: 40px;
  border-radius: 0.188em;
  border: 1px solid silver;
  text-indent: -9000px;
  -webkit-appearance: none; }

[id="avgrens"] .c-search-button {
  top: 15px; }

.c-lan-reset {
  position: absolute;
  right: 5px;
  top: 10px; }

.c-search-button:focus {
  background: #f7f6f3; }

.c-search-button-label--round {
  /*  background: url(../images/search-icon.png) no-repeat 0 0;*/
  position: absolute;
  right: 9px;
  top: 10px;
  z-index: 10;
  width: 30px;
  height: 25px;
  cursor: pointer;
  color: #1f1f1f;
  background: #db924d; }

.c-show-searchdiv {
  position: absolute;
  /*  width: 50px;
     margin-left: -20px; */
  top: 20px;
  right: 15px; }

.c-search-button--round {
  border: none;
  background: none;
  color: transparent; }

.c-search {
  width: 100%;
  max-width: 750px;
  position: relative; }
  .c-search label {
    cursor: pointer; }
  .c-search input[type="text"], .c-search input[type="tel"], .c-search input[type="search"], .c-search input[type="number"], .c-search input[type="password"], .c-search input[type="email"], .c-search input[type="date"], .c-search input[type="tel"], .c-search input[list] {
    -webkit-appearance: none;
    box-sizing: border-box;
    height: 49px;
    line-height: 47px;
    padding-right: 49px;
    /*	width: 100% !important;*/
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 1em;
    background: white;
    border: 1px solid #d7d5d0;
    border-radius: 0.188em; }
  .c-search select {
    /*	height:32px;*/
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
            flex-grow: 2; }
  .c-search input[name^="pubsok_txt"] {
    /*		padding-left: 75px;*/
    width: 100% !important; }
  .c-search .c-search__stdform input[type="text"], .c-search .c-search__stdform input[type="tel"], .c-search .c-search__stdform input[type="search"], .c-search .c-search__stdform input[list] {
    width: 100%; }
  .c-search .c-search__submitbutton {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    text-indent: -9000px;
    background: white;
    color: #1f1f1f;
    width: 49px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #d7d7d7;
    border-radius: 1px;
    -webkit-appearance: none; }
  .c-search .c-search__label {
    /*		font-family: 'Open Sans Condensed', sans-serif;*/
    position: absolute;
    font-size: 1em;
    color: #51516c;
    z-index: 10;
    line-height: 45px;
    top: 2px;
    left: 14px; }
    .c-search .c-search__label.is-hidden--read {
      left: -10000px; }

.c-centeredMainbox {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto; }

.c-centered--fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media only screen and (max-width: 480px) {
    .c-centered--fixed {
      left: 20px;
      top: 70px;
      -webkit-transform: none;
              transform: none; } }

.c-topright {
  position: fixed;
  top: 70px;
  right: 20px; }

.c-content-secondary .c-search {
  /*	input[name="pubsok_txt_0"] + [id="search-button"], 	input[name="pubsok_txt_0"] ~ label[for="search-button"] {
  		display:none;
  	}
  	input[name="pubsok_txt_0"]:focus + [id="search-button"], 	input[name="pubsok_txt_0"]:focus ~ label[for="search-button"] {
  		display:initial;
  	}*/ }
  .c-content-secondary .c-search input[name="pubsok_txt_0"] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /*	background:$darkgray;
    		color:white;
    		padding-left:0;
    	
    	
    		font-weight:bold;
    		border:1px solid $darkgray;*/ }
  .c-content-secondary .c-search input[name="pubsok_txt_0"][type="search"] {
    background: white;
    color: #3e3e47;
    padding-left: 10px;
    width: 100%;
    font-weight: normal; }
  .c-content-secondary .c-search input[name="pubsok_txt_0"]:hover {
    border: 1px solid #d7d5d0; }

/*
@media only screen and (max-width: 768px) {
	.c-search, .c-avgrensninger {
		left:50px;
	}
}
@media only screen and (max-width: 480px) {
.c-search, .c-avgrensninger {
		left:20px;

}
}*/
@media (min-width: 320px) {
  .c-menu-symbol {
    padding-right: 0; } }
@media (min-width: 640px) {
  .o-columnwidth {
    width: 600px; } }
.c-panel {
  background: #3e3e47;
  margin: 0;
  color: white;
  width: 100%;
  /*max-height:400px;*/
  overflow: auto;
  height: 100%;
  padding-bottom: 85px;
  z-index: 15;
  /*	font-family: 'Open Sans', sans-serif;*/
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  overflow-y: auto; }

.c-panel__indre {
  margin-left: auto;
  margin-right: auto;
  padding-left: 145px; }

/*
@include small-medium-low {
	.c-panel__indre {
		margin-left:initial;
		margin-right:auto;
		padding-left:45px;
	}
}*/
.c-panel .ti-icon span {
  display: inline-block; }

.c-panel a {
  color: white;
  line-height: 2.2em; }

.c-panel a:hover {
  /*	color:$orange;*/
  font-weight: bold; }

.c-panel h1 {
  font-size: 14pt; }

.c-panel h2 {
  color: white; }

.c-panel--right {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0; }

.c-infoboks {
  margin-top: 10px;
  padding-top: 8px; }

.c-avgrensninger, .form-overlay form .c-avgrensninger {
  position: relative;
  margin-top: 10px;
  /*	width:92%;*/ }
  .c-avgrensninger a.expand, .form-overlay form .c-avgrensninger a.expand {
    float: right;
    display: block;
    width: 20px;
    height: 30px;
    /*  background: url("/images/expand-arrow.png") no-repeat 0 5px;*/ }
  .c-avgrensninger input[type="text"], .c-avgrensninger input[type="tel"], .c-avgrensninger input[type="email"], .c-avgrensninger input[type="search"], .c-avgrensninger input[type="number"], .c-avgrensninger input[list], .form-overlay form .c-avgrensninger input[type="text"], .form-overlay form .c-avgrensninger input[type="tel"], .form-overlay form .c-avgrensninger input[type="email"], .form-overlay form .c-avgrensninger input[type="search"], .form-overlay form .c-avgrensninger input[type="number"], .form-overlay form .c-avgrensninger input[list] {
    padding-left: 70px;
    padding-right: 5px;
    /*	   margin-top:10px;*/ }

.c-menuul {
  margin-left: 75px;
  bottom: 100px; }

.c-henteavdlistevalg input[type="radio"] {
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px;
  font-size: larger; }

.c-header--name {
  padding-left: -2px; }

.c-header--name * {
  font-size: 10pt;
  color: white; }

@media (min-width: 640px) {
  .c-mainlogo {
    width: 350px; }

  /*
  	.c-panel--right {
  		width:400px;
  		height:600px;
  	}*/ }
.c-kurv {
  line-height: initial;
  /*	background:url("/bilder/bibsok/png/basketBlue2.png");
  	background-repeat:no-repeat;
  	background-size:cover;*/
  height: 60px;
  min-width: 70px;
  float: right;
  text-align: right;
  padding-top: 14px;
  margin-right: 0;
  color: white;
  z-index: 16;
  position: relative;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 10px;
  padding-right: 5px; }

.c-kurv:hover {
  cursor: pointer; }

.c-kurv:focus span {
  opacity: 0.7; }

.custom-header .c-kurv--full {
  color: white; }

.c-kurv-bestill .c-arrow-right {
  background-image: url("/bilder/bs/m2/arrow-right-white.svg"); }

.c-arrow-to-cart {
  background-image: url("/bilder/bs/m2/arrow-to-cart-primarygreen.svg"); }

.c-from-shopping-cart {
  background-image: url("/bilder/bs/m2/arrow-from-cart-red.svg"); }

.c-vis-shopping-cart-full {
  background-image: url("/bilder/bs/m2/shopping-cart-full-primarygreen.svg"); }

.c-shopping-cart {
  background-image: url("/bilder/bs/m2/shopping-cart-red.svg"); }

.c-kurv-icon--slett:active .c-shopping-cart {
  background-image: url("/bilder/bs/m2/shopping-cart-white.svg"); }

.c-kurv-icon--vis:active .c-vis-shopping-cart-full {
  background-image: url("/bilder/bs/m2/shopping-cart-full-white.svg"); }

.c-kurv-husk:active .c-arrow-to-cart, .c-arrow-to-cart:active {
  background-image: url("/bilder/bs/m2/arrow-to-cart-white.svg"); }

.c-kurv-icon--slett:active .c-from-shopping-cart, .c-arrow-from-shopping-cart:active {
  background-image: url("/bilder/bs/m2/arrow-from-cart-white.svg"); }

@media (max-width: 413px) {
  .custom-header .c-kurv--full {
    color: #1f2a5c; }

  .result-page .c-kurv--empty, .custom-header .c-kurv--empty {
    padding-top: 15px; }

  span.c-shopping-cart {
    background-image: url("/bilder/bs/m2/shopping-cart-blue.svg"); }

  span.c-shopping-cart--full {
    background-image: url("/bilder/bs/m2/shopping-cart-full-blue.svg"); } }
@media (min-width: 414px) {
  span.c-shopping-cart {
    background-image: url("/bilder/bs/m2/shopping-cart-blue.svg"); }

  .result-page span.c-shopping-cart {
    background-image: url("/bilder/bs/m2/shopping-cart-white.svg"); }

  span.c-shopping-cart--full {
    background-image: url("/bilder/bs/m2/shopping-cart-full-white.svg"); } }
.c-kurv--empty {
  background: transparent;
  opacity: 0.5; }

.c-kurv.c-kurv--empty:hover {
  cursor: initial; }

.custom-header .c-kurv--empty {
  color: #1f2a5c;
  /*padding-top:0;*/ }

@media (min-width: 414px) {
  .c-kurv--full {
    background: #0e6600; }

  .c-kurv--empty {
    padding-top: 0; }

  .result-page .c-kurv--empty {
    padding-top: 5px; } }
.c-rundtikkeledig {
  display: inline-block;
  /*	width:85px;*/
  padding-left: 5px;
  padding-right: 5px;
  height: 50px;
  background: #f7f6f3;
  color: black;
  padding-top: 5px;
  text-align: center; }

.c-kurv * {
  line-height: 0.5em;
  font-size: 9pt; }

a.c-plukk-icon {
  display: inline-block;
  color: #db924d;
  text-align: center;
  padding: 10px 10px 0 10px;
  vertical-align: bottom;
  /*	&:hover {
  		border:1px solid $lightprimarygreen;
  	}
  	&:active, &:focus {
  		font-weight:bold;
  	}*/ }
  a.c-plukk-icon div:first-of-type {
    overflow: hidden;
    margin-bottom: 3px;
    -webkit-transition: margin-bottom .4s ease;
            transition: margin-bottom .4s ease; }
  a.c-plukk-icon:hover > div:first-of-type {
    margin-bottom: 0px;
    display: block; }

a.c-plukk-icon-2 {
  display: inline-block;
  color: #0e6600;
  border: 1px solid transparent;
  border-radius: 2px;
  text-align: center;
  height: 60px;
  width: 60px;
  padding: 10px;
  vertical-align: bottom; }
  a.c-plukk-icon-2:hover {
    color: white;
    background: #009905; }
  a.c-plukk-icon-2 div:first-of-type {
    overflow: hidden; }
  a.c-plukk-icon-2 div:nth-of-type(2) {
    overflow: hidden;
    margin-top: 5px;
    -webkit-transition: margin-bottom .4s ease;
            transition: margin-bottom .4s ease; }
  a.c-plukk-icon-2:hover > div:nth-of-type(2) {
    margin-top: 0px;
    display: block; }

/*
.child {
    overflow: hidden;
    height: 0;
    background: blue;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    color: white;
}
.parent:hover > .child {
    height: 30px;
    display: block;
}

*/
div.c-bestillknappdiv {
  position: absolute;
  right: 10px;
  bottom: 0; }

a.c-bestill-knapp-2 {
  color: #0e6600;
  padding: 10px;
  height: 60px;
  border-radius: 2px;
  border: 1px solid transparent; }
  a.c-bestill-knapp-2:hover, a.c-bestill-knapp-2:focus {
    background: white;
    border: 1px solid #0e6600; }
  a.c-bestill-knapp-2:active {
    background: #009905;
    color: white;
    border: 1px inset #0e6600; }

a.c-plukket-icon, a[class*="c-kurv-icon--"] {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 2px;
  min-width: 60px;
  height: 60px;
  text-align: center;
  padding: 10px;
  vertical-align: bottom; }
  a.c-plukket-icon:hover, a[class*="c-kurv-icon--"]:hover {
    background: white; }

.c-rundtpost a[class*="c-kurv-icon--"] {
  font-size: 12pt; }

/*
.c-rundtpost a.c-kurv-bestill[class*="c-kurv-icon--bestill"] {
	width:70px;
}*/
a.c-kurv-icon--bestill.c-kurv-bestill {
  color: white;
  background: #0e6600;
  border: 1px solid #0e6600;
  margin-left: 10px; }
  a.c-kurv-icon--bestill.c-kurv-bestill:hover {
    background: #009905;
    border: 1px solid #009905; }
  a.c-kurv-icon--bestill.c-kurv-bestill:active {
    background: #00a806;
    border: 1px inset #00a806; }

a.c-kurv-icon--slett:hover, a.c-kurv-icon--slett:focus {
  border: 1px solid #db924d; }
a.c-kurv-icon--slett:active {
  color: white;
  background: #db575b;
  border: 1px solid #db924d; }

a.c-kurv-icon--vis {
  color: #0e6600; }
  a.c-kurv-icon--vis:hover {
    border: 1px solid #0e6600; }
  a.c-kurv-icon--vis:active {
    color: white;
    background: #009905;
    border: 1px solid #0e6600; }

a.c-kurv-icon--bestill {
  color: #0e6600; }
  a.c-kurv-icon--bestill:hover, a.c-kurv-icon--bestill:focus {
    border: 1px solid #0e6600; }
  a.c-kurv-icon--bestill:active {
    color: white;
    background: #009905;
    border: 1px solid #0e6600; }

span.c-shopping-cart {
  display: inline-block;
  /*	background-image:url("/bilder/bs/m2/shopping-cart-blue.svg");*/
  height: 27px;
  width: 27px;
  background-size: cover; }
  .result-page span.c-shopping-cart {
    background-image: url("/bilder/bs/m2/shopping-cart-white.svg"); }

span.c-shopping-cart--full {
  display: inline-block;
  /*	background-image:url("/bilder/bs/m2/shopping-cart-full-blue.svg");*/
  height: 27px;
  width: 27px;
  background-size: cover; }
  .result-page span.c-shopping-cart--full {
    background-image: url("/bilder/bs/m2/shopping-cart-full-white.svg"); }

span.c-bgmenu-symbol {
  display: inline-block;
  background-image: url("/bilder/bs/m2/menu-blue.svg");
  height: 27px;
  width: 27px;
  background-size: cover; }
  .result-page span.c-bgmenu-symbol {
    background-image: url("/bilder/bs/m2/menu-light.svg"); }

.c-button-icon--search {
  background: url("/bilder/bibsok/png/search.png");
  border: 0; }

.c-resultbox {
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  background: white;
  color: #1f1f1f; }

.c-header--white {
  margin: 0;
  text-align: center;
  color: white; }

.c-huskelista {
  background: white;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #db924d;
  padding: 1em;
  /*a {
  	color:white;
  }*/
  z-index: 15; }
  .c-huskelista .c-resultbox {
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: 0;
    margin-bottom: 0; }
  .c-huskelista .c-resultbox.c-resultbox--mini {
    margin-top: 0; }
  .c-huskelista .c-post--simple {
    background: white;
    /*		width:92%;*/
    margin: 10px;
    padding-bottom: 20px;
    padding-left: 0;
    height: initial; }
  .c-huskelista .c-bestilldiv {
    width: 100%;
    padding: 10px;
    background: white;
    text-align: center;
    margin: 0;
    /*	a {
    		color:white;
    	}*/ }
  .c-huskelista .c-post a {
    color: #51516c; }
  .c-huskelista h2 {
    margin-top: 0; }
  @media only screen and (min-width: 641px) {
    .c-huskelista {
      top: 40px;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      max-width: 960px;
      min-height: 300px; }
      .c-huskelista .c-post__bilde a:nth-of-type(2) {
        margin-left: 130px; } }
  @media only screen and (max-width: 640px) {
    .c-huskelista {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

[id="tellerboks"] {
  margin-right: 8px;
  /*	margin-top:8px;*/
  line-height: initial; }

/*progress-indikator*/
.container {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.container div {
  margin: 4px; }

.dot {
  /*width:2px;*/
  font-size: 22pt;
  border: none;
  color: #db924d;
  border-radius: 0;
  float: left;
  margin: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  letter-spacing: -10px; }
  .dot:nth-child(2) {
    -webkit-animation: fx 2500ms ease-out infinite 375ms;
            animation: fx 2500ms ease-out infinite 375ms; }
  .dot:nth-child(3) {
    -webkit-animation: fx 2500ms ease-out infinite 750ms;
            animation: fx 2500ms ease-out infinite 750ms; }
  .dot:nth-child(4) {
    -webkit-animation: fx 2500ms ease-out infinite 1000ms;
            animation: fx 2500ms ease-out infinite 1000ms; }
  .dot:nth-child(5) {
    -webkit-animation: fx 2500ms ease-out infinite 1250ms;
            animation: fx 2500ms ease-out infinite 1250ms; }
  .dot:nth-child(6) {
    -webkit-animation: fx 2500ms ease-out infinite 1500ms;
            animation: fx 2500ms ease-out infinite 1500ms; }

@-webkit-keyframes fx {
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  90% {
    opacity: 0; } }

@keyframes fx {
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  90% {
    opacity: 0; } }
article .c-boks-innhold {
  max-height: none;
  /*        transition: max-height .4s linear 0s;*/
  position: relative; }

article.c-les-hele .c-boks-innhold {
  max-height: 14em;
  padding-bottom: 18px;
  overflow: hidden; }

article.c-les-hele .c-boks-innhold:after {
 /*       z-index: 1;
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 75px;
color:white;*/
  /* border-bottom: 20px solid #fff;*/
  /*background: linear-gradient(to bottom, rgba(255,255,255, 0) 0, #fff 100%);*/
  /*	background:$primarygray;*/ }

article.c-les-hele .after-article {
  display: none; }

.c-les-hele__button {
  border-radius: 0.188em;
  z-index: 50;
  /* position: absolute;*/
  bottom: 0px;
  margin-left: 50%;
  margin-right: 50%;
  -webkit-transform: translateX(-50%);
  width: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12pt;
  line-height: 20px;
  color: white;
  padding: 12px 0;
  border: none;
  display: none;
  background-color: #4d4d51; }

.c-les-hele .c-les-hele__button {
  display: block; }

.c-post a.c-tilkurv, .c-rundtpost a.c-tilkurv {
  /*	display:inline-block;
  	padding:8px;
  	background:$gray2;
  	border:1px solid $grayborder;*/
  margin-left: 10px;
  vertical-align: top;
  color: #0e6600; }
  .c-post a.c-tilkurv:hover, .c-rundtpost a.c-tilkurv:hover {
    cursor: pointer; }

.c-plain-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  /*	width:200px;*/ }
  .c-plain-select .c-arrow {
    right: 10px;
    top: 26px;
    pointer-events: none; }

.c-sokeform .c-search .c-darkinputs input[type="text"], .c-sokeform .c-search .c-darkinputs label {
  color: white;
  background: #4d4d51;
  border: none; }

.c-plain-select select {
  line-height: normal;
  border: none;
  /*	height:38px;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  /*	width:200px;*/
  border-radius: 0.188em;
  display: block;
  color: #1f1f1f;
  /*	border:1px solid #c8c8c8;*/
  /*	background:$mainlinkcolor;*/
  /*  url(/bilder/bibsok/png/selectarrow.png);*/
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  padding: 0 30px 0px 10px;
  margin: 10px 0 0 0; }
  .c-plain-select select::-ms-expand {
    display: none; }
  .c-post .c-plain-select select {
    background: white;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    padding: 0 32px 0px 10px; }

.c-search .c-plain-select select {
  height: 49px; }

.c-alignright--10 {
  right: 10px; }

.c-alignleft--10 {
  left: 10px; }

.c-utilgjengelig {
  opacity: 0.7; }

@media only screen and (min-width: 769px) {
  .c-innloggetinfo {
    display: inline-block; }

  .c-content-primary {
    /*		margin-left:20px;*/ }

  .c-sokeform .c-search, .c-sokeform {
    /*	input[type="search"][name="pubsok_txt_0"] {
    		background:$darkgray3;
    		border:1px solid $darkgray3;
    	}*/ }
    .c-sokeform .c-search input[type="text"], .c-sokeform .c-search input[type="search"], .c-sokeform .c-search input[type="number"], .c-sokeform .c-search input[type="email"], .c-sokeform .c-search input[list], .c-sokeform input[type="text"], .c-sokeform input[type="search"], .c-sokeform input[type="number"], .c-sokeform input[type="email"], .c-sokeform input[list] {
      background: white; }

  .c-plain-select select {
    /*white  url(/bilder/bibsok/png/selectarrow.png);*/
    /*	background:$mainlinkcolor;*/
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    padding: 0 60px 0px 10px;
    margin: 0;
    /*		color:white;*/ } }
@media only screen and (min-width: 321px) {
  .c-plain-select select {
    margin-top: 0; }

  .c-rightmargin--if-small {
    margin-right: 10px; } }
ul.c-listinitial li {
  list-style-type: initial; }

.c-plukketliste li {
  font-size: small; }

.c-post--inmenu div {
  margin-right: 5px; }

.plain-select select:focus {
  background: #f9f9f9;
  outline: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 7px rgba(100, 100, 100, 0.3);
  border-color: #00c0f3; }

.plain-select ::-ms-expand {
  display: none; }

.plain-select:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 8px;
  top: 50%;
  margin-top: -3px;
  height: 0;
  width: 0;
  border-top: 6px solid #f99300;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  pointer-events: none; }

/*cookieconsent-css*/
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
          transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  -webkit-transition: -webkit-transform 1s ease;
          transition: transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
          transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
          transition: max-height 1s; }

.cc-link, .cc-revoke:hover {
  text-decoration: underline; }

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  /*font-size:12px;*/
  line-height: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active, .cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-banner .cc-btn:last-child {
  min-width: 140px; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75; }

.cc-close:focus, .cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1; }

.cc-window.cc-banner {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1; }

.cc-compliance {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-content: space-between;
          align-content: space-between; }

.cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke, .cc-window {
    display: none; } }
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }

  .cc-window.cc-bottom {
    bottom: 0; }

  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0; }

  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }

  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; }

  .cc-window.cc-floating {
    max-width: none; }

  .cc-window .cc-message {
    margin-bottom: 1em; }

  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -webkit-align-items: unset;
            align-items: unset; } }
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

span[id="cookieconsent:desc"] a:visited {
  color: #3388CC; }

/*CSS for autocomplete*/
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 354px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box; }

.autocomplete-suggestion {
  position: relative;
  padding: 0 .6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333; }

.autocomplete-suggestion b {
  font-weight: normal;
  color: #db924d; }

.autocomplete-suggestion.selected {
  background: #f0f0f0; }

/*end of autocomplete*/
.c-ytre * {
  box-sizing: border-box; }

.c-ytre {
  /*background-attachment: fixed;*/
  width: 110px;
  display: inline-block;
  height: 160px;
  position: relative;
  overflow: hidden;
  margin: 5px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .c-ytre ::focus {
    height: 220px;
    width: 150px; }

.c-resultbox .c-ytre {
  background-size: 100%; }

.c-ytre > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 5px;
  line-height: 1.5; }

.c-ytre > header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b92b04;
  opacity: 0.85;
  text-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.7); }

.c-ytre > header.bs-l::before {
  background: black; }

.c-ytre > header::before:hover {
  opacity: 0.8;
  font-size: larger; }

.c-ytre > header > p {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1; }

.c-debug {
  font-size: 10pt; }

.c-relatert li {
  display: inline-block; }

.c-lanemelding {
  background: white;
  padding: 20px;
  margin: 10px;
  color: #1f1f1f;
  border: 3px solid silver;
  border-radius: 0.188em; }

.pn-Advancer {
  /* Reset the button */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0.25);
  padding: 0;
  border: 0;
  /* Now style it as needed */
  position: absolute;
  top: 115px;
  /*    bottom: 0;*/ }
  .pn-Advancer:focus {
    /* outline: 0;*/ }
  .pn-Advancer:hover {
    cursor: pointer; }

.pn-Advancer_Left {
  left: 0; }
  @media only screen and (min-width: 768px) {
    .pn-Advancer_Left {
      left: 22px; } }
  [data-overflowing="both"] ~ .pn-Advancer_Left, [data-overflowing="left"] ~ .pn-Advancer_Left {
    opacity: 1; }

.pn-Advancer_Right {
  right: 0; }
  [data-overflowing="both"] ~ .pn-Advancer_Right, [data-overflowing="right"] ~ .pn-Advancer_Right {
    opacity: 1; }

.pn-Advancer_Icon {
  width: 30px;
  height: 44px;
  fill: white; }

.pn-ProductNav_Wrapper {
  position: relative;
  /*	margin-left:-20px;
  	margin-right:-20px;*/
  /*	min-height:300px;*/
  padding-bottom: 15px; }

.pn-ProductNav_Contents {
  float: left;
  -webkit-transition: -webkit-transform .2s ease-in-out;
          transition: transform .2s ease-in-out; }

.pn-ProductNav_Contents-no-transition {
  -webkit-transition: none;
          transition: none; }

.c-scrollarea--horisontal {
  width: 100%;
  height: 170px;
  /*margin:100px auto;*/
  /*background:#A3CBE0;
  border:2px solid #000;*/
  overflow: auto;
  /*box-shadow:0 0 10px #000;*/
  padding-left: 0; }

.c-scrollarea--horisontal ul {
  display: table;
  white-space: nowrap;
  list-style: none; }

.c-scrollarea--horisontal li {
  display: table-cell;
  text-align: center; }

.c-scrollarea--horisontal img {
  border: 0;
  display: block;
  border: 1px solid #A3CBE0;
  margin: 15px 15px 0 15px; }

.c-scrollarea--horisontal a:active img, .c-scrollarea--horisontal a:focus img, [id='#scroll'] a:hover img {
  border: 1px solid #000; }

.c-scrollarea--horisontal a {
  text-decoration: none;
  font-weight: bold;
  color: #000; }

.c-scrollarea--horisontal a:active, .c-scrollarea--horisontal a:focus, .c-scrollarea--horisontal a:hover {
  color: #FFF; }

.c-scrollarea--horisontal span {
  padding: 5px 0 0;
  display: block; }

.c-searching {
  width: 250px;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: white; }
  .c-searching * {
    color: #db924d; }

.c-snarvei {
  position: absolute;
  left: -2000px;
  top: 20px;
  z-index: 11; }
  .c-snarvei:focus {
    right: 10px;
    left: inherit;
    background: transparent;
    color: white;
    border: 1px solid transparent; }

a.c-snarvei {
  color: white; }

@media only screen and (min-width: 769px) {
  .c-limitwidth--25 {
    width: 25%;
    overflow: hidden;
    overflow: elipsis;
    display: inline-block; } }
#andresbestillinger ul {
  padding-left: 0; }
#andresbestillinger h3 {
  font-weight: normal;
  font-size: 12pt; }

#c-plukketliste {
  font-size: small; }

li.c-videre-button {
  text-align: center; }

.c-videre-button a {
  display: block;
  background: #0e6600;
  color: white;
  width: 250px;
  padding: 20px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center; }

.c-menyvalg {
  margin-bottom: 10px; }

.c-menuul {
  background: rgba(62, 62, 71, 0.8); }
  .c-menuul a {
    text-decoration: none; }
  .c-menuul li {
    margin-bottom: 10px; }
  .c-menuul div.c-menyvalg {
    margin-bottom: 10px; }

.c-menubutton {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid silver;
  border-radius: 25px;
  margin-left: -20px;
  margin-right: 1em; }
  .c-menubutton img {
    width: 20px;
    height: auto;
    margin-left: 15px;
    margin-top: 15px; }
  .c-menubutton.c-button--yellow {
    background-color: #e0c152; }
  .c-menubutton.c-button--orange {
    background-color: #db924d; }
  .c-menubutton.c-button--blue {
    background-color: #5aaaa5; }
  .c-menubutton.c-button--white {
    background-color: white; }
  .c-menubutton.c-button--darkblue {
    background-color: #322b4a; }
  .c-menubutton.c-button--purple {
    background-color: #7b4263; }
  .c-menubutton.c-button--primarygreen {
    background-color: #4a6d4d; }
  .c-menubutton.c-button--pink {
    background-color: #b4416b; }
  .c-menubutton.c-button--red {
    background-color: #c14a2f; }
  .c-menubutton.c-button--red2 {
    background-color: red; }
  .c-menubutton::before {
    position: relative;
    left: 14px;
    top: 14px; }

.c-lightbox a.c-button--yellow, .c-lightbox a.c-button--orange, .c-lightbox a.c-button--blue, .c-lightbox a.c-button--darkblue, .c-lightbox a.c-button--purple, .c-lightbox a.c-button--primarygreen, .c-lightbox a.c-button--pink, .c-lightbox a.c-button--red, .c-lightbox a.c-button--red2 {
  color: white; }
.c-lightbox a.c-button--white {
  color: black; }

.c-lightbox--2 {
  margin-left: 20px;
  width: 100%;
  height: auto; }

.c-pre {
  white-space: pre-wrap;
  max-width: 600px;
  background: white; }

a:hover .c-menubutton.c-button--yellow {
  background-color: #f7da6e; }
a:hover .c-menubutton.c-button--orange {
  background-color: #f7b06e; }
a:hover .c-menubutton.c-button--blue {
  background-color: #8cd9d4; }
a:hover .c-menubutton.c-button--darkblue {
  background-color: #5940bf; }
a:hover .c-menubutton.c-button--purple {
  background-color: #bf408a; }
a:hover .c-menubutton.c-button--primarygreen {
  background-color: #4db355; }
a:hover .c-menubutton.c-button--pink {
  background-color: #e87da4; }
a:hover .c-menubutton.c-button--white {
  background-color: #e87da4; }
a:hover .c-menubutton.c-button--red {
  background-color: #e19584; }
a:hover .c-menubutton.c-button--red2 {
  background-color: #ea7b7e; }

@media only screen and (max-height: 480px) {
  .c-menubutton {
    width: 20px;
    height: 20px;
    border: none;
    margin: none;
    margin-right: 10px; }
    .c-menubutton::before {
      left: initial;
      top: initial; }
    .c-menubutton.c-button--yellow, .c-menubutton.c-button--orange, .c-menubutton.c-button--blue, .c-menubutton.c-button--darkblue, .c-menubutton.c-button--purple, .c-menubutton.c-button--primarygreen, .c-menubutton.c-button--pink, .c-menubutton.c-button--white, .c-menubutton.c-button--red, .c-menubutton.c-button--red2 {
      background-color: transparent; }

  .c-panel a {
    line-height: 1.2; } }
.c-button {
  width: 100%;
  font-weight: bold;
  border-style: 1px solid;
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 0.188em;
  /*	&.c-button--red {background-color:$red;}
  	&.c-button--red2 {background-color:red;}*/ }
  .c-button::disabled {
    opacity: 0.7; }
  .c-button:hover {
    cursor: pointer; }
  .c-button.c-button--yellow {
    background-color: #f7da6e; }
  .c-button.c-button--white {
    background-color: white; }
  .c-button.c-button--orange {
    background-color: #f7b06e; }
  .c-button.c-button--blue {
    background-color: #8cd9d4; }
  .c-button.c-button--darkblue {
    background-color: #5940bf; }
  .c-button.c-button--purple {
    background-color: #bf408a; }
  .c-button.c-button--primarygreen {
    background-color: #4db355; }
  .c-button.c-button--pink {
    background-color: #e87da4; }
  .c-button.c-button--red {
    background-color: #e19584; }
  .c-button.c-button--red2 {
    background-color: #ea7b7e; }

.c-button--bestill, a.c-button--bestill {
  width: 100%;
  font-weight: bold;
  background-color: #0e6600;
  border-color: #0e6600;
  border-style: solid;
  text-align: center;
  display: inline-block;
  color: white !important;
  padding: 0.5em 1em;
  border-radius: 0.188em; }
  .c-button--bestill::disabled, a.c-button--bestill::disabled {
    opacity: 0.7; }
  .c-button--bestill:hover, a.c-button--bestill:hover {
    cursor: pointer;
    background-color: #6db063; }

.c-button--bestill-hvit, a.c-button--bestill-hvit {
  width: 100%;
  font-weight: bold;
  background-color: white;
  border-color: #0e6600;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  display: inline-block;
  color: #0e6600;
  padding: 0.5em 1em;
  border-radius: 0.188em; }
  .c-button--bestill-hvit::disabled, a.c-button--bestill-hvit::disabled {
    opacity: 0.7; }

a.c-info {
  background: white;
  color: #77b4da;
  width: 24px;
  display: inline-block;
  border-radius: 14px;
  padding-left: 8px;
  border: 2px solid #77b4da; }

a.c-info__abs {
  position: absolute;
  right: 0px;
  top: 8px; }

.c-btn {
  width: 160px;
  text-align: center;
  display: inline-block;
  padding: 0.5em 1em;
  /*	line-height:2em;*/
  border-radius: 0.188em; }
  .c-btn::disabled {
    opacity: 0.7; }

a.c-btn {
  line-height: 1.15; }

@media xx-small {
  .c-btn {
    width: 130px; } }
.c-smallbtn {
  text-align: center;
  display: inline-block;
  padding: 0.25em 0.5em;
  border-radius: 0.188em; }
  .c-smallbtn::disabled {
    opacity: 0.7; }

.c-minibtn {
  text-align: center;
  display: inline-block;
  padding: 0.2em 0.3em;
  border-radius: 0.188em;
  border: 1px solid #c14a2f;
  background: transparent;
  margin-top: 3px; }
  .c-minibtn::disabled {
    opacity: 0.7; }

.c-krydderbredde--normal img {
  width: 80px; }

.c-btn--purplelight, .c-lightbox a.c-btn--purplelight, .c-content-primary a.c-btn--purplelight {
  background-color: white;
  color: #7b4263;
  border: 1px solid #7b4263; }

.c-btn--purple, .c-lightbox a.c-btn--purple, .c-content-primary a.c-btn--purple {
  background-color: #7b4263;
  color: white;
  border: 1px solid #7b4263; }

.c-btn--purple:hover, .c-lightbox a.c-btn--purple:hover, .c-content-primary a.c-btn--purple:hover {
  background-color: #8f4d73;
  color: white;
  border: 1px solid #8f4d73; }

.c-btn--bluegreenlight, .c-lightbox a.c-btn--bluegreenlight, .c-content-primary a.c-btn--bluegreenlight {
  background-color: white;
  color: #62c0ba;
  border: 1px solid #62c0ba; }

.c-btn--bluegreen, .c-lightbox a.c-btn--bluegreen, .c-content-primary a.c-btn--bluegreen {
  background-color: #62c0ba;
  color: white;
  border: 1px solid #62c0ba; }

.c-btn--bluelight, .c-lightbox a.c-btn--bluelight, .c-content-primary a.c-btn--bluelight {
  background-color: white;
  color: #1f2a5c;
  border: 1px solid #1f2a5c; }

.c-btn--blue, .c-lightbox a.c-btn--blue {
  background-color: #1f2a5c;
  color: white;
  border: 1px solid #1f2a5c; }

.c-btn--redlight, .c-lightbox a.c-btn--redlight, .c-content-primary a.c-btn--redlight {
  background-color: white;
  color: #c14a2f;
  border: 1px solid #c14a2f; }

.c-btn--redgray, .c-lightbox a.c-btn--redgray, .c-content-primary a.c-btn--redgray {
  background-color: #f7f7f7;
  color: #c14a2f;
  border: 1px solid #f7f7f7; }
  .c-btn--redgray:hover, .c-lightbox a.c-btn--redgray:hover, .c-content-primary a.c-btn--redgray:hover {
    color: #ce5236;
    border-color: #ce5236; }

.c-btn--red, .c-lightbox a.c-btn--red, .c-content-primary a.c-btn--red {
  background-color: #c14a2f;
  color: white;
  border: 1px solid #c14a2f; }

.c-btn--red:hover, .c-lightbox a.c-btn--red:hover, .c-content-primary a.c-btn--red:hover {
  background-color: #ce5236; }

.c-btn--gray, .c-lightbox a.c-btn--gray {
  background-color: #4d4d51;
  color: white;
  border: 1px solid #4d4d51; }

.c-btn--white {
  background-color: white;
  border: 1px solid white; }

.c-btn--gray:hover, .c-lightbox a.c-btn--gray:hover, .c-content-primary a.c-btn--gray:hover {
  background-color: #57575c; }

.c-btn--gray2, .c-lightbox a.c-btn--gray2 {
  background-color: #f7f6f3;
  color: black;
  border: 1px solid #f7f6f3; }

.c-btn--gray3, .c-lightbox a.c-btn--gray3 {
  background-color: silver;
  color: #f7f6f3; }

.c-btn--graylight, .c-lightbox a.c-btn--graylight {
  background-color: white;
  color: #3e3e47;
  border: 1px solid #3e3e47; }

.c-btn--green, .c-lightbox a.c-btn--green, .c-content-primary a.c-btn--green, .form-overlay select.c-btn--green {
  /*	background-color:$primarygreen;*/
  background-color: #44773c;
  color: white;
  border: 1px solid #0e6600; }

.c-btn--green:hover, .c-lightbox a.c-btn--green:hover, .c-content-primary a.c-btn--green:hover {
  background-color: #6db063; }

.c-btn--yellow, .c-lightbox a.c-btn--yellow, .c-content-primary a.c-btn--yellow, .form-overlay select.c-btn--yellow {
  background-color: #e7c650;
  color: white;
  border: 1px solid #e7c650; }

.c-btn--yellow:hover, .c-lightbox a.c-btn--yellow:hover, .c-content-primary a.c-btn--yellow:hover {
  background-color: #eacc62; }

.c-btn--green2, .c-lightbox a.c-btn--green2, .c-content-primary a.c-btn--green2 {
  background-color: #44773c;
  color: white;
  border: 1px solid #44773c; }
  .c-btn--green2:hover, .c-lightbox a.c-btn--green2:hover, .c-content-primary a.c-btn--green2:hover {
    background-color: #0e6600; }

.c-btn--green3, .c-lightbox a.c-btn--green3, .c-content-primary a.c-btn--green3, .form-overlay select.c-btn--green3 {
  background-color: #4cc639;
  color: white;
  border: 1px solid #4cc639; }

.c-btn--green3:hover, .c-lightbox a.c-btn--green3:hover, .c-content-primary a.c-btn--green3:hover {
  background-color: #6db063; }

.c-btn--greenlight, .c-lightbox a.c-btn--greenlight, .c-content-primary a.c-btn--greenlight {
  background-color: white;
  color: #0e6600;
  border: 1px solid #0e6600; }
  .c-btn--greenlight:hover, .c-lightbox a.c-btn--greenlight:hover, .c-content-primary a.c-btn--greenlight:hover {
    color: #44773c;
    border-color: #44773c; }

.c-btn--greengray, .c-lightbox a.c-btn--greengray, .c-content-primary a.c-btn--greengray {
  background-color: #f7f7f7;
  color: #0e6600;
  border: 1px solid #f7f7f7; }
  .c-btn--greengray:hover, .c-lightbox a.c-btn--greengray:hover, .c-content-primary a.c-btn--greengray:hover {
    color: #44773c;
    border-color: #44773c; }

.c-btn--yellowlight, .c-lightbox a.c-btn--yellowlight, .c-content-primary a.c-btn--yellowlight {
  background-color: white;
  color: #e4bf3a;
  border: 1px solid #e4bf3a; }
  .c-btn--yellowlight:hover, .c-lightbox a.c-btn--yellowlight:hover, .c-content-primary a.c-btn--yellowlight:hover {
    color: #e7c650;
    border-color: #e7c650; }

.c-post--simple a.c-button--bestill, .c-historikkpost a.c-button--bestill {
  color: white;
  width: inherit; }

.c-boksoverskrift--normal h3 {
  font-weight: normal; }

.c-boksoverskrift--smaller h3 {
  font-size: smaller; }

.c-boksoverskrift--initial h3 {
  font-size: initial; }

.c-boksoverskrift--inherit h3 {
  font-size: inherit; }

.c-lnkortinfo {
  text-align: center;
  /*	background:white;*/
  position: relative;
  /*	z-index:15;*/
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  .c-lnkortinfo h2 {
    margin-bottom: 0;
    padding-top: 0;
    font-size: medium;
    font-weight: normal; }
  .c-lnkortinfo .c-lnkortdiv {
    height: 115px;
    overflow-y: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /*		justify-content: flex-end;
    		flex-flow: column;
    		width: 310px;*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-flow: row;
            flex-flow: row;
    margin-left: 0;
    margin-bottom: 10px;
    /*		margin-right: auto;*/ }
  .c-lnkortinfo img {
    background: white;
    /*		width:100%;*/ }

.form-overlay .c-lnkortinfo {
  /*	max-width:320px;*/
  margin-left: auto;
  margin-right: auto; }
  .form-overlay .c-lnkortinfo .c-lnkortdiv {
    margin-left: auto;
    margin-right: auto;
    /*		width:280px;*/ }
  .form-overlay .c-lnkortinfo [id="js-minikort"].c-lnkortdiv {
    margin-left: 0; }

.c-adfsform a {
  display: block;
  /*	border:1px solid rgb(224, 224, 224);*/
  font-size: 15px;
  /*		height:49px;*/
  border-radius: 0.188em;
  -webkit-appearance: none;
  text-align: center;
  background: #ac3e67;
  padding: 10px;
  margin-top: 15px;
  background-position-x: 10px;
  background-position-y: 5px;
  /*		2px center white; */
  color: white; }

.c-listebilde {
  width: 80px; }

.c-idportform a {
  display: block;
  border: 1px solid #e0e0e0;
  font-size: 15px;
  /*		height:49px;*/
  border-radius: 7px;
  -webkit-appearance: none;
  text-align: center;
  background: white;
  background-image: url("/bilder/bs/minid.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 10px;
  background-position-x: 10px;
  background-position-y: 5px;
  /*		2px center white; */
  color: #1f1f1f; }
.c-idportform a.c-green {
  background: #0e6600;
  background-image: url("/bilder/bs/minid.gif");
  background-repeat: no-repeat;
  background-attachment: scroll; }

.c-idportform24 a {
  display: block;
  border: 1px solid #e0e0e0;
  font-size: 15px;
  /*		height:49px;*/
  border-radius: 7px;
  -webkit-appearance: none;
  text-align: center;
  background: white;
  /*		background-image: url("/bilder/bs/idporten_emblem_morkbla.svg");
  		background-repeat:no-repeat;
  		background-attachment: scroll;*/
  padding: 10px;
  background-position-x: 10px;
  background-position-y: 5px;
  /*		2px center white; */
  color: #1e2c3c; }
.c-idportform24 a.c-green {
  background: #0e6600;
  background-image: url("/bilder/bs/idporten_emblem_morkbla.svg");
  background-repeat: no-repeat;
  background-attachment: scroll; }

.c-idportform2 a {
  display: block;
  border: 1px solid #e0e0e0;
  font-size: 15px;
  /*		height:49px;*/
  border-radius: 7px;
  -webkit-appearance: none;
  text-align: center;
  /*background:$green;
  		background-image: url("/bilder/bs/minid.gif");
  		background-repeat:no-repeat;
  		background-attachment: scroll;*/
  padding: 10px;
  background-position-x: 10px;
  background-position-y: 5px;
  /*		2px center white; */
  color: #1f1f1f; }

.c-feideform a {
  display: block;
  border: 1px solid #e0e0e0;
  font-size: 15px;
  /*		height:49px;*/
  border-radius: 7px;
  -webkit-appearance: none;
  text-align: center;
  background: white;
  background-image: url("/bilder/bs/feide-emblem-32px.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 10px;
  background-position-x: 10px;
  background-position-y: 5px;
  /*		2px center white; */
  color: #1f1f1f; }

.c-searchfield-wrapper {
  width: 100%; }

/*
.fb-share-button {
background: no-repeat;
  display: inline-block;
  padding: 0;
  outline: none;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAA3klEQVQ4y2PRdKn7z0AFwAIi4sKcKDLk1r1nEIPuPHxLkUGv336BGEQ1rxEDZCX5GQrirBn4eTnA/MlLjjNcvPEc1aD\/\/wmHN7IhMD0wfSAKYhARLoIZMnv1aYbjFx5h9xoxLoKBZ68+YagHuo1wGM1vC0Hh12c7g+mJi44yXMAMI9Jj6T+SPkQY4TEpvmI1mF7YEQpx0eQ9DA+evscwlmQXgdSiqyfKRdg8haEeZhDDf1IDB0fKVpARINocSTFecHSj5rV3EIP+kRhG/3CFEQOp0Y/LawuWbyWol5AaANk/bY+p9jj+AAAAAElFTkSuQmCC);

}
.fb-share-button span {
  display: inline-block;
  font-family: "Titillium Web", "lucida grande",tahoma,verdana,arial,sans-serif;
  font-weight: bold;
  margin: 1px 1px 0 0;
  text-shadow: none;
  padding: 0 6px;
 
  line-height: 15px;
  font-size: 13px;
  margin-left: 18px;
} 
*/
/*Hovedmeny i bibliofilapp*/
.bibapp_disabledElement {
  color: rgba(140, 140, 140, 0.9) !important; }

.mBar {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 60px;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden; }

.grpMBI {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
          flex-shrink: 1; }

/* BarButtonItem: common styling */
.bbi {
  box-sizing: border-box;
  display: inline-block;
  margin: 0px 10px 0px 10px;
  /* top | right | bottom | left */
  font-family: 'themify';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  line-height: 1;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.33s ease;
          transition: all 0.33s ease; }

/* BarButtonItem: actual symbol content for each ICON */
.bbi-back:before {
  content: "\e6bd"; }

.bbi-reload:before {
  content: "\e619"; }

.bbi-home:before {
  content: "\e69b"; }

.bbi-cfg:before {
  content: "\e60f"; }

.bbi-usr:before {
  content: "\e602"; }

/**/
div.c-flerefelt {
  padding-left: 0;
  padding-right: 0; }
  div.c-flerefelt .o-collapsible__content {
    padding-left: 0; }
    div.c-flerefelt .o-collapsible__content label[for^="pubsok_"] {
      color: #1f1f1f;
      top: 14px; }
    div.c-flerefelt .o-collapsible__content input[type="text"], div.c-flerefelt .o-collapsible__content input[type="email"], div.c-flerefelt .o-collapsible__content input[list] {
      max-width: 100%; }

.c-caption-2 {
  overflow: hidden;
  max-width: 130px;
  height: 3.3em;
  white-space: break-spaces;
  text-align: center; }

.c-forslag--mini {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  max-width: 130px;
  overflow: hidden; }
  .c-forslag--mini img {
    max-width: 130px; }
  .c-forslag--mini a:focus {
    border: 4px solid blue;
    border-radius: 8px;
    display: block;
    overflow: hidden; }

.c-forslag--mini:focus-within, .c-forslag--mini:focus-within img {
  max-width: 200px; }

.c-forslag--mini:focus-within a {
  background: white;
  color: #1f1f1f; }

.c-forslag--mini:first-of-type {
  margin-left: 0; }

.c-forslag {
  border-top: 0;
  margin-top: -5px;
  width: 100%;
  background: white;
  color: #1f1f1f;
  padding: 5px;
  padding-top: 10px; }
  .c-forslag h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 11pt;
    color: #0e6600; }
  .c-forslag a {
    color: #1f1f1f;
    /*		font-weight:normal;*/ }

.c-pforslag h2 {
  font-weight: normal; }

.c-facebook {
  color: white;
  background: #05a;
  border-radius: 2px; }

.c-content-primary .c-resultbox .c-ledigstatus a, .c-ledigstatus, .c-post--simple .c-ledigstatus a {
  font-weight: bold;
  color: #0e6600; }

.c-utlantstatus, .c-post--simple .c-utlantstatus a {
  color: #c14a2f;
  font-weight: bold; }

.c-oblinfo {
  opacity: 0.7;
  display: inline-block;
  margin-left: 1rem; }

.c-posttype--Bestilling {
  opacity: 0.7; }

.c-resultbox .c-post--simple.c-posttype--Slettet {
  opacity: 0.7;
  background: #f7f6f3; }

@media only screen and (max-width: 480px) {
  .c-scrollhider {
    display: inline-block;
    width: 502px;
    height: 225px;
    overflow: hidden;
    border: 1px solid #AAA; }

  .c-scrollmenubox {
    width: 515px;
    height: 240px;
    overflow: scroll;
    white-space: nowrap; }

  .c-scrollmenusection {
    width: 120px;
    height: 200px;
    display: table-cell;
    overflow: hidden; }

  .c-scrolldivs {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

  .c-scollmenuitem {
    width: 110px;
    height: 200px;
    text-align: center;
    padding: 10px;
    border: 1px solid #AAA; } }
.c-coloredheader {
  display: block;
  padding: 5px;
  padding-left: 20px; }

.c-coloredheader--green {
  color: white;
  background: #0e6600; }

.c-coloredheader--brightgreen {
  color: white;
  background: #4cc639; }

.c-coloredheader--blue {
  color: white;
  background: #1f2a5c; }

.c-coloredheader--bluegreen {
  color: white;
  background: #62c0ba; }

.c-coloredheader--yellow {
  color: black;
  background: #e7c650; }

.c-coloredheader--white {
  color: #1f1f1f;
  background: white; }

.c-mainsearchlabel--above {
  position: absolute;
  margin-top: -23px;
  color: white;
  left: 0;
  font-size: 1em; }

.c-ettlaan {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-bottom: 5px;
  padding-top: 5px; }

.c-ettlaan > span:first-of-type {
  width: 50%; }

.c-ettlaan > span:nth-of-type(2) {
  width: 33%; }

.c-ettlaan.c-forfalt, .c-ettlaan .c-forfalt {
  color: #db924d; }

.c-etthefte > span {
  width: 32%;
  display: inline-block; }

.c-absolute--topright {
  position: absolute;
  right: 5px;
  top: 5px; }

.c-absolute--topleft {
  position: absolute;
  left: 5px;
  top: 5px; }

.c-absolute--bottomright {
  position: absolute;
  right: 5px;
  bottom: 5px; }

.c-absolute--bottomleft {
  position: absolute;
  left: 5px;
  bottom: 5px; }

.navwheel__item--text {
  text-shadow: -2px -2px 4px black; }

.c-switch {
  position: relative;
  /*		right:25px;*/
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-left: 0px;
  margin-right: 15px; }
  .c-switch input {
    position: absolute;
    opacity: 0;
    pointer-events: none; }

@media only screen and (min-width: 768px) {
  .c-switch {
    position: relative; } }
.c-sliderlabel {
  width: 100%; }
  .c-sliderlabel [type=checkbox]:focus + .c-slider {
    outline: #5d9dd5 solid 1px;
    box-shadow: 0 0 8px #5e9ed6; }

.c-switchtext {
  display: inline-block; }

.c-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 10px;
  right: 0;
  bottom: 0;
  background-color: #e9e7e7;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 7px; }
  .c-slider:focus {
    /*  outline:2px auto gold;*/ }
  .c-slider:before {
    position: absolute;
    content: "n";
    font-size: 9;
    padding-left: 12px;
    padding-top: 3px;
    height: 32px;
    width: 32px;
    left: 0;
    bottom: 1px;
    color: #f7f6f3;
    background-color: #51515e;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 7px; }

input:checked + .c-slider:before {
  background-color: #63ae56;
  content: "j";
  font-size: 9;
  color: white;
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }

@media only screen and (max-width: 299px) {
  .c-ettlaan {
    display: grid; }

  .c-ettlaan > span:first-of-type {
    width: 100%; }

  .c-ettlaan > span:nth-of-type(2) {
    width: 100%; }

  .c-etthefte > span:first-of-type {
    width: 45%; }

  .c-etthefte > span:nth-of-type(2) {
    width: 45%; }

  .c-etthefte > span:nth-of-type(3) {
    width: 90%; } }
.c-utlboks {
  padding: 5px;
  margin-bottom: 5px; }
  .c-utlboks img {
    vertical-align: top; }

.c-darkoverlay {
  position: absolute;
  z-index: 11;
  opacity: 0.7;
  background: #434343;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.c-sticky {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10; }

.c-stickypad--40 {
  top: 40px; }

.c-stickypad--65 {
  top: 65px; }

.c-hoverlinje:hover {
  background: #f2f8f1; }

[id='autoritetsboks'] {
  width: 500px; }

div.c-lokalautliste {
  width: 500px; }

div.c-nasjautliste {
  width: 500px; }

.xbtn {
  display: inline-block;
  position: relative;
  height: 50px;
  box-sizing: border-box;
  padding: 1px 12px 1px 12px;
  background-color: #000;
  color: #fff;
  /*    border-radius: 9999px;*/
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer; }

.c-xl .xbtn i {
  top: 4px;
  height: 36px;
  width: 36px; }

.xbtn i {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: transparent 0 0 no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' fill='none'/%3E%3Cpath d='M17.9686 14.1623L26.7065 4H24.6358L17.0488 12.8238L10.9891 4H4L13.1634 17.3432L4 28H6.07069L14.0827 18.6817L20.4822 28H27.4714L17.9681 14.1623H17.9686ZM15.1326 17.4607L14.2041 16.132L6.81679 5.55961H9.99723L15.9589 14.0919L16.8873 15.4206L24.6368 26.5113H21.4564L15.1326 17.4612V17.4607Z' fill='white'/%3E%3C/svg%3E%0A"); }

@media only screen and (min-width: 1281px) {
  div.c-autoritetsboks {
    width: 900px; }

  div.c-lokalautliste {
    width: 400px;
    margin-right: 20px;
    display: inline-block; }

  div.c-nasjautliste {
    width: 400px;
    margin-right: 20px;
    display: inline-block; } }
[id='autoritetsboks'] .c-hoverlinje:hover {
  background: whitesmoke; }

@media only screen and (min-width: 768px) {
  .c-ettlaan {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }

  .c-ettlaan > span {
    display: table-cell; } }
@media print {
  .navwheel-desktop, .c-content-secondary, .c-sokeform, .c-sokeform--hoved, [name="js-videreprogress"], .c-btn, .c-innloggetinfo, .c-button--bestill {
    display: none; }

  .c-post {
    width: 100%; }

  .c-rundtkrydderimg img {
    max-height: 150px; } }
[id="custom-tweet-button"] {
  display: inline-block; }

[id="custom-tweet-button"] a {
  display: inline-block;
  /*font-family: "Titillium Web", "lucida grande",tahoma,verdana,arial,sans-serif;*/
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  text-shadow: none;
  text-decoration: none;
  min-width: 16px; }

[id="custom-tweet-button"]:after {
  background-image: "url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M9%2C5v3l5-4L9%2C0v3c0%2C0-5%2C0-5%2C7C6%2C5%2C9%2C5%2C9%2C5z%20M11%2C12H2V5h1l2-2H0v11h13V7l-2%2C2V12z%22%2F%3E%3C%2Fsvg%3E)"; }

[id="rundtforslag"] li {
  display: inline-block; }

#signatur {
  border: none;
  clear: both;
  height: 150px;
  margin: -150px auto 0 auto;
  position: relative;
  padding-top: 10px; }

#hentelisteul label, #hentelisteul label span {
  /*	width:275px;
  	display:inline-block;*/ }

#hentelisteul label {
  vertical-align: top;
  padding-bottom: 10px; }

#clearfooter {
  display: block;
  height: 140px; }

table#postdetaljer th {
  text-align: left; }

[id="lukkskjema"] {
  top: 5px;
  right: 5px; }

[id="hentelisteul"] input[type="radio"] {
  margin: 0 1em 0 5px; }

/*
[id="huskelistewrapper"] {
	margin:15px;
}*/
[id="footertext"] {
  font-size: 10pt;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-left: 65px; }
  @media only screen and (min-width: 769px) {
    [id="footertext"] {
      padding-left: 240px; } }
  [id="footertext"] a {
    color: white; }
    [id="footertext"] a:hover {
      text-decoration: underline; }
  @media only screen and (max-width: 768px) {
    [id="footertext"] {
      font-size: 8pt; } }

@media only screen and (min-width: 641px) {
  .result-page .c-content-primary [id="postramme"].u-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; } }
[id="postdetaljer"] th {
  font-weight: normal; }

@media screen {
  .Site-content [id="topnav"] {
    background: #1f1f1f; }

  [id="topnav"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-top: 20px;
    padding: 20px;
    padding-bottom: 15px;
    position: relative;
    z-index: 12;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }

  [id="topnav"], [id="idMBarMain"] {
    background: #1f1f1f;
    color: #f7f6f3; } }
@media fromiPad {
  [id="topnav"] {
    padding-bottom: 20px; } }
ul.c-li--square li {
  list-style-type: square; }

ul.c-li--initial li {
  list-style-type: initial; }

ul.c-li--disc li {
  list-style-type: disc; }

@media screen {
  .c-forbibliotek [id="topnav"], .c-forbibliotek [id="idMBarMain"], .c-forbibliotek-blue [id="topnav"], .c-forbibliotek-blue [id="idMBarMain"] {
    background: #382c68; }

  .c-forbibliotek-green [id="topnav"], [id="idMBarMain"] [id="topnav"] {
    background: #0e6600; }

  .c-forbibliotek-bluegreen [id="topnav"], [id="idMBarMain"] [id="topnav"] {
    background: #62c0ba; }

  .c-forbibliotek-orange [id="topnav"], [id="idMBarMain"] [id="topnav"] {
    background: #bd562e; }

  .c-forbibliotek-black [id="topnav"], [id="idMBarMain"] [id="topnav"] {
    background: #1f1f1f; }

  .c-forbibliotek-pink [id="topnav"], [id="idMBarMain"] [id="topnav"] {
    background: #ac3e67; }

  .c-forbibliotek-yellow [id="topnav"], [id="idMBarMain"] [id="topnav"] {
    background: #e4bf3a; } }
.c-reservertannen {
  font-size: 16pt;
  color: #c14a2f; }

fieldset[aria-controls="switchereres"] {
  border-bottom: 1px solid #e9e7e7; }

.p-paginator.p-component.p-paginator-bottom {
  background: #1f1f1f; }

@media only screen and (max-width: 940px) {
  .c-upto--100 {
    width: initial; } }
@media only screen and (min-width: 941px) {
  .c-upto--100 {
    width: 100px; } }
@media only screen and (min-width: 641px) and (max-width: 736px) {
  .c-upto--100 {
    width: 100px; } }

[id^="nabocelle"] {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 11; }
  [id^="nabocelle"] table {
    width: 100%; }

[id="bottomnavbutton"] {
  position: fixed;
  bottom: 22px;
  display: block;
  width: 60px;
  height: 60px;
  border: 2px solid #efefef;
  border-radius: 30px;
  z-index: 100;
  background: #2e2a41;
  margin-left: -30px;
  left: 50%;
  right: 50%; }
  [id="bottomnavbutton"] img {
    width: 20px;
    height: auto;
    margin-left: 19px;
    margin-top: 19px; }

[id="js-tilTrefflista"] a {
  position: fixed;
  bottom: 25px;
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #efefef;
  border-radius: 25px;
  z-index: 100;
  background: #2e2a41;
  left: 30px; }
  [id="js-tilTrefflista"] a iron-icon, [id="js-tilTrefflista"] a span {
    /*position:absolute;width:33px;margin-left:10px;*/
    height: auto;
    margin-top: 12px; }
  [id="js-tilTrefflista"] a .ti-arrow-left {
    /*	margin-left:13px;
    	margin-top:13px;*/
    font-weight: bold; }
[id="js-tilTrefflista"] span.c-caption {
  position: fixed;
  bottom: 5px;
  display: block;
  font-size: smaller;
  z-index: 100;
  left: 8px; }

[id="nblogo"], [id="nbsymbol"] {
  position: absolute;
  left: 20px;
  top: 20px;
  display: none; }

[id="mainsok"] {
  max-width: 750px;
  width: 100%;
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /*	position:sticky;*/
  top: 0;
  z-index: 12;
  /*	background:$searchboxgray;*/
  /*	background:white;*/ }
  [id="mainsok"] .c-avgrens-dropdown {
    width: 100%; }
  [id="mainsok"] .c-darkinputs input[type="text"], [id="mainsok"] .c-darkinputs label {
    color: #1f1f1f;
    /*background:$mainlinkcolor;*/
    border: none; }
  [id="mainsok"] .c-darkinputs label {
    position: absolute;
    top: 12px; }

[id="visreglerher"] h1 {
  color: black; }

@media only screen and (min-width: 768px) {
  [id="mainsok"], [id="topnav"] {
    padding-left: 20px; } }
/*
@media only screen and (min-width: 860px) {
		[id="mainsok"], [id="topnav"] {
		padding-left:0;
		padding-right:0;

	}
}
*/
.form-overlay [id="postredigering"] {
  /*
  div.c-subdiv[data-overstyrtmedmal] {
  	&::after {
  		content:attr(data-orig);
  		vertical-align:top;
  		display:inline-block;
  	}
  	
  }*/ }
  .form-overlay [id="postredigering"] .c-subdiv {
    width: 100%;
    margin-right: 5px; }
  .form-overlay [id="postredigering"] [id="autoritetsboks"] {
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 10;
    border-top: 0; }
  @media only screen and (min-width: 768px) {
    .form-overlay [id="postredigering"] {
      /*
      		[id="autoritetsboks"] {
      			top:0;
      			left:initial;
      			width:calc(55% - 220px);
      		}
      		*/ }
      .form-overlay [id="postredigering"] label {
        /*	width:220px;*/
        display: inline-block; }
      .form-overlay [id="postredigering"] label .is-hidden {
        display: none; } }
  .form-overlay [id="postredigering"] input[type="text"], .form-overlay [id="postredigering"] select, .form-overlay [id="postredigering"] input[type="number"], .form-overlay [id="postredigering"] input[type="email"], .form-overlay [id="postredigering"] textarea, .form-overlay [id="postredigering"] input[list] {
    height: 40px;
    margin-bottom: 4px;
    padding: 2px;
    width: 100%; }
  .form-overlay [id="postredigering"] input[type="text"][data-autorisert="1"], .form-overlay [id="postredigering"] input[list][data-autorisert="1"], .form-overlay [id="postredigering"] textarea[data-autorisert="1"], .form-overlay [id="postredigering"] select[data-autorisert="1"] {
    background: beige; }
  .form-overlay [id="postredigering"] input[type="text"][data-framal="1"], .form-overlay [id="postredigering"] input[list][data-framal="1"], .form-overlay [id="postredigering"] textarea[data-framal="1"], .form-overlay [id="postredigering"] select[data-framal="1"] {
    border-color: #e7c650;
    border-width: 4px; }
  .form-overlay [id="postredigering"] input[type="text"]:disabled, .form-overlay [id="postredigering"] select:disabled, .form-overlay [id="postredigering"] input[type="number"]:disabled, .form-overlay [id="postredigering"] input[type="email"]:disabled, .form-overlay [id="postredigering"] textarea:disabled, .form-overlay [id="postredigering"] input[list]:disabled {
    border-style: none;
    color: darkgray;
    /*	width:initial;*/ }
  @media only screen and (min-width: 768px) {
    .form-overlay [id="postredigering"] {
      width: initial;
      /*input[type="text"], input[type="tel"], select, input[type="number"], input[type="email"], input[list], textarea {
      	width:45%;
      	
      }*/ }
      .form-overlay [id="postredigering"] .c-subdiv {
        /*			display:inline-block;*/
        /*			width:45%;*/ }
        .form-overlay [id="postredigering"] .c-subdiv input[type="text"], .form-overlay [id="postredigering"] .c-subdiv input[type="tel"], .form-overlay [id="postredigering"] .c-subdiv select, .form-overlay [id="postredigering"] .c-subdiv input[type="number"], .form-overlay [id="postredigering"] .c-subdiv input[type="email"], .form-overlay [id="postredigering"] .c-subdiv input[list], .form-overlay [id="postredigering"] .c-subdiv textarea {
          width: 100%; } }
.form-overlay form input[type="text"].c-kommentar {
  height: 22px;
  background: white;
  border: none;
  border-bottom: 1px solid silver; }

	/*
[id="dynforslag"] {
	border:1px solid $grayborder;
	border-top:none;
	text-align:left;
}*/
[id="oversettboks"] {
  position: absolute;
  top: 50px;
  right: 20px;
  background: white;
  color: #1f1f1f;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 16;
  max-height: 600px;
  overflow-y: auto; }
  [id="oversettboks"] a {
    color: #1f2a5c; }

[id="idletimeout"] {
  background: #f7f6f3;
  border: 3px solid #c14a2f;
  color: #1f1f1f;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 100000;
  display: none; }

@media only screen and (max-width: 768px) {
  .c-padifsmall {
    padding-left: 20px; }

  [id="nbsymbol"] {
    display: block;
    height: 50px; } }
@media only screen and (min-width: 769px) {
  [id="nblogo"] {
    display: block;
    height: 50px; } }
@media only screen and (max-width: 480px) {
  .result-page .c-main {
    min-height: 400px; } }
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .result-page .c-main {
    min-height: 500px; } }
@media only screen and (min-width: 769px) and (max-width: 1185px) {
  .result-page .c-main {
    min-height: 600px; } }

.field.floating-label {
  position: relative; }
  .field.floating-label .label {
    border-radius: 4px;
    background: #fff;
    padding: 0 .5em;
    color: #333;
    border-top: 1px solid #d7d5d0;
    top: -0.775em;
    position: absolute;
    left: 1em;
    font-size: calc(1rem * 3 / 4);
    z-index: 5; }

/*@import "_mixins";
@import 'basic';

*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  margin: 0; }

.content {
  background: #f6f7f3;
  margin: 40px 0 0 0;
  padding: 20px; }

.image-wrapper {
  position: relative;
  overflow: hidden; }

.custom-header .image-wrapper {
  width: 1435px;
  max-width: 80%; }

.c-historikkpost {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  color: black;
  padding-left: 20px;
  margin-bottom: 1em;
  width: 100%;
  max-width: 750px; }
  .c-historikkpost a {
    color: #1f1f1f; }
  .c-historikkpost .c-historikkpost__content {
    position: relative;
    width: 100%;
    padding-left: 15px;
    /*		min-height:120px;*/ }

.c-historikkpost__bilde div.c-historikkpost__bilde {
  width: 80px;
  min-width: 80px;
  /*	height:115px;*/ }

.c-historikkbox {
  -webkit-flex-flow: column;
          flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
  margin-top: 0;
  background: white;
  padding-right: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .c-historikkbox h1, .c-historikkbox h2, .c-historikkbox h3, .c-historikkbox h4 {
    color: #1f1f1f; }
  .c-historikkbox .chistorikkpost a {
    color: #1f1f1f; }

.form-overlay {
  position: relative;
  z-index: 12;
  /*start max-width 320px*/
  /*end max-width 320px*/
  /* form {
    */
  /*
  	.c-searchfield-wrapper {
  		input[type="text"], input[type="number"] {
  			width: 600px;
  		}
  	  }*/
  /* }*/ }
  .form-overlay .advanced-search {
    /*  color: #fff;*/
    /*    font-family: 'Open Sans Condensed', sans-serif;*/
    /*    font-size: 1.3em;*/ }
    .form-overlay .advanced-search a.expand {
      float: right;
      display: block;
      width: 20px;
      height: 30px;
      /*      background: url("/images/expand-arrow.png") no-repeat 0 5px;*/ }
    .form-overlay .advanced-search select {
      height: 49px;
      line-height: 49px;
      -webkit-box-flex: 2;
      -webkit-flex-grow: 2;
              flex-grow: 2; }
    .form-overlay .advanced-search input[type="text"], .form-overlay .advanced-search input[type="email"], .form-overlay .advanced-search input[type="search"], .form-overlay .advanced-search input[type="number"], .form-overlay .advanced-search input[list] {
      margin-top: 10px; }
    .form-overlay .advanced-search select {
      margin-top: 10px; }
    .form-overlay .advanced-search label {
      cursor: pointer; }
    .form-overlay .advanced-search .o-break-if-small {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
              flex-direction: row; }
  .form-overlay .c-post__bilde, .form-overlay a.c-post__bilde {
    /*	width:120px;
    	height:140px;*/
    /*	img {width:120px;}*/ }
    .form-overlay .c-post__bilde div.u-block, .form-overlay a.c-post__bilde div.u-block {
      /*		width:120px;
      		height:140px;*/ }
  @media only screen and (max-width: 320px) {
    .form-overlay label[for="search-item"] {
      visibility: hidden; }
    .form-overlay input[type="text"][id^="pubsok_txt_"], .form-overlay input[type="search"][id^="pubsok_txt_"], .form-overlay input[list] {
      padding-left: 65px; } }
  @media only screen and (min-width: 769px) {
    .form-overlay a.c-post__bilde div.u-block {
      width: 120px;
      height: 180px; } }
  .form-overlay ::-webkit-input-placeholder {
    color: #4d4d51;
    /*      font-family: 'Open Sans', sans-serif;*/
    font-size: 1em;
    /*      line-height: 45px;*/
    margin-top: 2px; }
  .form-overlay ::-moz-placeholder {
    color: #4d4d51;
    /*      font-family: 'Open Sans', sans-serif;*/
    font-size: 1em;
    line-height: normal;
    line-height: 45px; }
  .form-overlay :-ms-input-placeholder {
    color: #4d4d51;
    /*   font-family: 'Open Sans', sans-serif;*/
    font-size: 1em;
    line-height: normal;
    line-height: 45px; }
  .form-overlay :-moz-placeholder {
    color: #4d4d51;
    /*      font-family: 'Open Sans', sans-serif;*/
    font-size: 1em;
    line-height: 45px;
    line-height: normal; }
  .form-overlay label.search-label {
    /*      font-family: 'Open Sans', sans-serif;*/
    position: absolute;
    font-size: 1.3em;
    z-index: 20;
    line-height: 45px;
    top: 2px;
    left: 14px;
    color: #1f1f1f; }
  .form-overlay .c-searchfield-wrapper label.search-label {
    color: #0e6600; }
  .form-overlay .advanced-search label.search-label {
    top: 12px; }
  .form-overlay input[type="text"], .form-overlay input[type="password"], .form-overlay input[type="number"], .form-overlay input[type="email"], .form-overlay input[type="tel"], .form-overlay input[type="date"], .form-overlay input[type="datetime-local"], .form-overlay input[list], .form-overlay select {
    /*      font-family: 'Open Sans', sans-serif;*/
    font-size: 1em;
    background: #f8f7f4;
    border: 1px solid #d7d5d0;
    border-radius: 3px;
    height: 45px;
    /*      line-height: 45px;*/
    /*     padding-left: 65px;*/
    box-sizing: border-box;
    height: 49px;
    line-height: 47px;
    padding-right: 49px; }
  .form-overlay textarea, .form-overlay input[list] {
    background: #f8f7f4;
    border: 1px solid #d7d7d7;
    border-radius: 3px; }
  .form-overlay .c-box input[type="text"], .form-overlay .c-box input[type="number"], .form-overlay .c-box input[type="email"], .form-overlay .c-box input[list], .form-overlay .c-box textarea {
    background: white; }
  .form-overlay .search-button {
    position: absolute;
    right: 5px;
    left: 5px;
    background: #EEE;
    width: 45px;
    height: 45p;
    border-radius: 3px;
    border: none;
    /*
       right: 0;
          top: 0;
          cursor: pointer;
          text-indent: -9000px;
          background: $orange2;
          width: 49px;
          height: 49px;
          line-height: 49px;
          border: 1px solid #d7d7d7;
          border-radius: 3px;*/
    -webkit-appearance: none; }

@media screen {
  .c-post--simple a.c-tittellenke {
    text-decoration: none;
    font-size: 16pt;
    /*font-weight:normal;*/ }

  .c-post--simple a.c-tittellenke:hover {
    text-decoration: underline; } }
.c-search-button-label {
  /*     background: url(/images/search-icon.png) no-repeat 0 0;*/
  position: absolute;
  right: 0px;
  top: 16px;
  z-index: 10;
  width: 30px;
  height: 25px;
  cursor: pointer;
  color: #1f1f1f; }

.c-search-button-close {
  position: absolute;
  right: 35px;
  top: 14px;
  color: #1f1f1f; }

.c-showsearchbutton-label {
  color: white;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 15px; }

.c-avgrensninger select {
  /*height:initial;*/
  padding-left: 10px;
  margin-top: 10px; }
.c-avgrensninger input[type="search"] {
  margin-top: 10px; }
.c-avgrensninger .u-flex select:first-of-type, .c-avgrensninger .u-flex input[type="text"]:first-of-type, .c-avgrensninger .u-flex input[list]:first-of-type, .c-avgrensninger .u-flex input[type="number"]:first-of-type, .c-avgrensninger .u-flex input[type="search"]:first-of-type {
  margin-right: 10px; }

@media only screen and (max-width: 1185px) {
  c-post--simple {
    background: white;
    border-bottom: 1px solid #d7d5d0; }
    c-post--simple .o-limited-block {
      overflow: hidden;
      position: relative;
      line-height: 1.4em;
      max-height: 1.65em;
      /*  text-align: justify;
        margin-right: -1em;*/
      padding-right: 1em;
      /* &:before {
         content: '...';
         position: absolute;
         right: 0;
         bottom: 0;
       }*/ }
      c-post--simple .o-limited-block:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white; }
    c-post--simple .o-limited-block--2 {
      overflow: hidden;
      position: relative;
      line-height: 1.4em;
      max-height: 3.05em;
      /*  text-align: justify;
        margin-right: -1em;*/
      padding-right: 1em;
      /* &:before {
         content: '...';
         position: absolute;
         right: 0;
         bottom: 0;
       }*/ }
      c-post--simple .o-limited-block--2:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white; } }
[id^="target-x-large-"],
[id*=" target-x-large-"],
#target-x-large,
noscript {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  display: block;
  width: 100%;
  max-width: 100%; }

[class^="text-overlay-"],
[class*=" text-overlay-"],
noscript {
  position: absolute;
  z-index: 12;
  left: 100px;
  width: auto;
  top: 140px;
  overflow: hidden; }
  [class^="text-overlay-"] h1,
  [class*=" text-overlay-"] h1,
  noscript h1 {
    color: #fff;
    /*    font-family: 'Roboto', sans-serif;*/
    width: auto;
    font-weight: 400;
    /*    font-size: 2.5em;*/
    white-space: nowrap;
    overflow: hidden;
    line-height: 1em;
    margin: 0;
    padding: 1px 0 0 0;
    display: inline-block; }
  [class^="text-overlay-"] .c-searchfield-wrapper,
  [class*=" text-overlay-"] .c-searchfield-wrapper,
  noscript .c-searchfield-wrapper {
    position: relative; }

#target-x-large-0 {
  display: none; }

.result-page {
  /*  .c-panel--right {
     &:before {
        content: "";
        position: absolute;
        top: -40px;
        bottom: 35px;
        height: 385px;
        left: 0;
  	  z-index:11;
        display: block;
        width: 110%;
        background:$blue;
        -webkit-transform: skew(0deg, 3deg);
        transform: skew(0deg, 3deg);
      }
  }*/
  /*start min-width 1185px*/
  /*start min-width 1281px*/
  /*end min-width 1281px*/
  /*start max-width 768px*/
  /*end max-width 768px*/
  /*start max-width 299px*/
  /*
  @include xx-small() {
  	.c-post {
  		flex-direction: column;
  	}
  }
  */
  /*end max-width 299*/
  /*start max-width 320px*/
  /*end max-width 320px*/ }
  .result-page .overlay-image,
  .result-page .image-bg,
  .result-page .mask-image,
  .result-page .wr-target-x-large {
    display: none; }
  .result-page .c-search .c-avgrensninger label {
    /*        font-family: 'Open Sans', sans-serif;*/
    font-size: 1.2em;
    top: 25px; }
  .result-page .image-wrapper {
    height: 170px !important;
    position: relative;
    /*
    &:before {
      content: "";
      position: absolute;
      top: inherit;
      bottom: 35px;
      height: 250px;
      left: 0;
      display: block;
      width: 100%;
	  @include x-small () {
		  max-width:320px;
	  }
      background:$blue;
      -webkit-transform: skew(0deg, 3deg);
      transform: skew(0deg, 3deg);
    }
	*/ }
  @media only screen and (min-width: 1186px) {
    .result-page .c-post--simple:nth-child(4n+3) .o-limited-block {
      overflow: hidden;
      position: relative;
      line-height: 1.4em;
      max-height: 1.65em;
      /*  text-align: justify;
        margin-right: -1em;*/
      padding-right: 1em;
      /* &:before {
         content: '...';
         position: absolute;
         right: 0;
         bottom: 0;
       }*/ }
      .result-page .c-post--simple:nth-child(4n+3) .o-limited-block:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white; }
    .result-page .c-post--simple:nth-child(4n+3) .o-limited-block--2 {
      overflow: hidden;
      position: relative;
      line-height: 1.4em;
      max-height: 3.05em;
      /*  text-align: justify;
        margin-right: -1em;*/
      padding-right: 1em;
      /* &:before {
         content: '...';
         position: absolute;
         right: 0;
         bottom: 0;
       }*/ }
      .result-page .c-post--simple:nth-child(4n+3) .o-limited-block--2:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white; }
    .result-page .c-post--simple:nth-child(4n+4) .o-limited-block {
      overflow: hidden;
      position: relative;
      line-height: 1.4em;
      max-height: 1.65em;
      /*  text-align: justify;
        margin-right: -1em;*/
      padding-right: 1em;
      /* &:before {
         content: '...';
         position: absolute;
         right: 0;
         bottom: 0;
       }*/ }
      .result-page .c-post--simple:nth-child(4n+4) .o-limited-block:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white; }
    .result-page .c-post--simple:nth-child(4n+4) .o-limited-block--2 {
      overflow: hidden;
      position: relative;
      line-height: 1.4em;
      max-height: 3.05em;
      /*  text-align: justify;
        margin-right: -1em;*/
      padding-right: 1em;
      /* &:before {
         content: '...';
         position: absolute;
         right: 0;
         bottom: 0;
       }*/ }
      .result-page .c-post--simple:nth-child(4n+4) .o-limited-block--2:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white; }
    .result-page .c-historikkpost div.c-historikkpost__bilde {
      min-width: 60px;
      /* height:100px;*/ }
    .result-page .c-post div.c-post__bilde {
      /*		  min-width:120px;*/
      /* height:180px;*/ } }
  @media only screen and (min-width: 1281px) {
    .result-page {
      /*	  .c-post div.c-post__bilde {
      		  min-width:120px;
      		  height:180px;
      	  } */ }
      .result-page .image-wrapper:before {
        bottom: 65px; } }
  @media only screen and (max-width: 768px) {
    .result-page {
     /* .c-content-primary {
    	  margin-top:20px;
      }*/
      /*	.c-resultbox {
      		flex-direction:column;
      	}
      */ }
      .result-page .image-wrapper:before {
        height: 150px;
        bottom: 20px; }
      .result-page .image-wrapper {
        height: 150px !important; }
      .result-page [class^="text-overlay-"],
      .result-page [class*=" text-overlay-"],
      .result-page noscript {
        left: 75px;
        top: 40px; }
      .result-page .c-innloggetinfo {
        /*		left:10px;*/ }
      .result-page [class^="text-overlay-"] h1,
      .result-page [class*=" text-overlay-"] h1,
      .result-page noscript h1 {
        font-size: 2em; }
        .result-page [class^="text-overlay-"] h1 + .typed-cursor,
        .result-page [class*=" text-overlay-"] h1 + .typed-cursor,
        .result-page noscript h1 + .typed-cursor {
          font-size: 2em;
          /* top: -6px;*/ }
      .result-page .c-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column; }
      .result-page .c-sokeform {
        display: block;
        width: 100%;
        font-size: 11pt;
        /*		padding-left:20px;
        		padding-right:20px;*/ }
      .result-page .c-overskriftdetaljer {
        width: 100%;
        display: block;
        margin-top: 5px;
        padding-left: 30px; }
        .result-page .c-overskriftdetaljer .c-overskriftdetaljer__lede {
          font-size: smaller;
          color: #efefef; }
      .result-page .c-overskrift__hoved, .result-page .c-overskrift__hoved {
        display: inline-block;
        margin-left: 1em; }
      .result-page .c-overskrift--liten {
        width: 90%;
        text-align: right;
        font-size: 10pt;
        /*padding-right:40px;*/
        margin-top: -25px; }
      .result-page .c-overskrift__detaljer {
        margin-left: 1em; }
      .result-page .is-hidden--if__small {
        display: none; }
      .result-page .u-width--halforfull {
        width: 100%; }
      .result-page .c-post--simple__content {
        width: 100%;
        min-width: 100px; }
      .result-page div[id="fasetter"] fieldset.o-collapsible {
        display: inline-block;
        width: 145px;
        vertical-align: top; } }

/*end .result-page*/
/*start max-width 480px*/
@media only screen and (max-width: 480px) {
  .c-sokeform .c-search input[type="number"], .c-sokeform .c-search input[type="text"], .c-sokeform .c-search input[type="email"], .c-sokeform .c-search input[type="search"], .c-sokeform .c-search input[list], .c-sokeform .c-search select, .c-sokeform input[type="number"], .c-sokeform input[type="text"], .c-sokeform input[type="email"], .c-sokeform input[type="search"], .c-sokeform input[list], .c-sokeform select {
    /*	background:white;*/
    margin-bottom: 10px;
    width: 100%; }

  .o-break-if-small, .form-overlay .advanced-search .o-break-if-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
    .o-break-if-small select, .form-overlay .advanced-search .o-break-if-small select {
      width: 100%;
      height: 49px;
      margin-top: 10px;
      padding-left: 10px; }

  .is-hidden--if__narrow {
    display: none; }

  .c-post--simple__content div[id^="js-plukk-"] {
    position: absolute;
    bottom: 0px;
    /*right:10px;*/ }

  /*div.c-bestillknappdiv {
  
    bottom: 0px; }*/ }
/*end min-width 480px*/
/*start min-width 641px*/
@media only screen and (min-width: 641px) {
  .result-box {
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap; } }
/*end min-width 641px*/
.c-post.c-post--simple {
  background: white;
  border-bottom: 1px solid #d7d5d0; }

.c-visavgrlenke {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
          flex-grow: 2;
  width: 100%;
  /*		padding: 12px 0px 12px 0px;*/ }

@media only screen and (max-width: 640px) {
  .c-post {
    /*	.c-post__bilde.u-block {width:80px;height:120px;}
    	.c-post__bilde, a.c-post__bilde {
    		width:80px;
    		height:120px;
    	
    		div {
    			width:80px;
    			height:120px;
    			vertical-align:top;
    			display:block;
    		}
    	}
    */ }
    .c-post.c-post--simple .o-limited-block--2 {
      overflow: hidden;
      position: relative;
      line-height: 1.4em;
      max-height: 3.05em;
      /*  text-align: justify;
        margin-right: -1em;*/
      padding-right: 1em;
      /* &:before {
         content: '...';
         position: absolute;
         right: 0;
         bottom: 0;
       }*/ }
      .c-post.c-post--simple .o-limited-block--2:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white; }

  /*
  		.c-historikkpost {
  			min-height:125px;
  			.c-historikkpost__bilde.u-block {width:55px;height:100px;}
  			.c-historikkpost__bilde, a.c-historikkpost__bilde {
  				width:55px;
  				height:100px;
  		
  
  				div {
  					width:55px;
  					height:100px;
  					vertical-align:top;
  					display:block;
  				}
  			}
  
  		}*/ }
/*start max-width 1280 (var 640px) */
@media only screen and (min-width: 641px) and (max-width: 1185px) {
  .o-floatright--uptotablet {
    float: right; }

  .c-post--simple {
    width: 100%; }

  .c-huskelista {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%; }

  .c-post--simple {
    background: white;
    border-bottom: 1px solid #d7d5d0; }
    .c-post--simple .o-limited-block--2 {
      overflow: hidden;
      position: relative;
      line-height: 1.4em;
      max-height: 3.05em;
      /*  text-align: justify;
        margin-right: -1em;*/
      padding-right: 1em;
      /* &:before {
         content: '...';
         position: absolute;
         right: 0;
         bottom: 0;
       }*/ }
      .c-post--simple .o-limited-block--2:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white; }

  .c-huskelista .c-resultbox {
    margin-right: 0;
    width: 100%; }

  /*	.c-post .c-post__bilde div {
  		width:120px;
  		height:180px;
  	}
  	.c-post .c-post__bilde, .c-post a.c-post__bilde {
  		min-width: 120px;
  		height: 180px;
    
  	}
  	.c-historikkpost .c-historikkpost__bilde div {
  		width:80px;
  
  	}
  	.c-historikkpost .c-historikkpost__bilde, .c-historikkpost a.c-historikkpost__bilde {
  		min-width: 80px;
  	
  	}*/
  .c-huskelista .c-post--simple {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px; }
    .c-huskelista .c-post--simple .c-post__bilde {
      margin-left: 0;
      padding-left: 0; }

  .u-flex--2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; } }
/*end max-width 640px*/
/*start min-width 641px max-width 1280px */
@media only screen and (min-width: 641px) and (max-width: 1185px) {
  .c-post--simple {
    width: 97%; }

  /*
  	.c-post c-post__bilde, .c-post a.c-post__bilde {
  		width:120px;
  		height:180px;
  
  		a div {
  			width:120px;
  			height:180px;
  			vertical-align:top;
  		}
  	}
  	.c-historikkpost c-historikkpost__bilde, .c-historikkpost a.c-historikkpost__bilde {
  		width:90px;
  	
  
  		a div {
  			width:80px;
  	
  			vertical-align:top;
  		}
  	}
  */
  [id="resform"] .c-post--simple {
    width: 100%; } }
/*start min-width:1281px*/
@media only screen and (min-width: 1186px) {
  /*	.c-post--simple {
  		width:47%;
  	}*/
  [id="resform"] .c-post--simple {
    width: 100%; } }
/*end min-width:1281px*/
/*start max-width 768px*/
@media only screen and (max-width: 768px) {
  .image-wrapper {
    overflow: inherit; }

  .c-innloggetinfo {
    /*  position:absolute;*/ }

  .custom-header .image-wrapper {
    width: 60%; }

  .form-overlay {
    /* margin-top: -100px;
     width: 94%;
     left: 20px;*/
    top: 0; }

  .form-overlay .advanced-search {
    /*   color: #be2e34;*/
    /*    font-family: 'Open Sans', sans-serif;*/
    font-size: 1.2em; }

  .form-overlay form input[type="number"], .form-overlay form input[type="text"], input[type="tel"], .form-overlay form input[type="email"], .form-overlay form input[list], .form-overlay form input[type="search"] {
    width: 100%; }

  .form-overlay .form .c-avgrensninger input[type="number"], .form-overlay .form .c-avgrensninger input[type="text"], .form-overlay .form .c-avgrensninger input[list], .form-overlay .form .c-avgrensninger input[type="tel"], .form .c-avgrensninger input[type="text"], .form .c-avgrensninger input[list], .form .c-avgrensninger input[type="number"], .form-overlay .form .c-avgrensninger input[type="search"], .form .c-avgrensninger input[type="search"], .form-overlay .form .c-avgrensninger input[type="email"] {
    padding-right: 0; }

  .c-content-primary {
    width: 100%;
    display: block; }

  [id="lukkskjema"] {
    display: none; }

  .c-content-secondary, .c-topboks__left {
    display: block;
    position: relative;
    /*	 min-height:40px;*/
    margin-top: 0; }

  .o-topmargin--if-narrow {
    margin-top: 20px; } }
/*end max-width 768px*/
 /* .form-overlay {
	  padding-left:20px;
	  padding-right:20px;
  }
  */
/*start max-width 480px*/
@media only screen and (max-width: 480px) {
  .custom-header .image-wrapper {
    width: 80%; }

  .image-wrapper {
    height: 180px !important; }

  [class^="text-overlay-"], [class*=" text-overlay-"] {
    top: 70px;
    width: 85%; }

  .form-overlay .advanced-search {
    margin-top: 10px; }

  /*
    .c-search input[id="pubsok_txt_0"]:focus {
  	  padding-left:10px;
    }
    input[id="pubsok_txt_0"]:focus ~ label.c-search__label {
      visibility: hidden;
    }*/
  /* .c-post {
	  height:240px;
  }*/ }
/*end max-width 480px*/
/*start min-width 769px and max-width 1280px*/
@media only screen and (min-width: 769px) and (max-width: 1185px) {
  /*
    [class^="text-overlay-"],
    [class*=" text-overlay-"] {
      top: 30px;
      right: 60px;
      left: inherit;
      width: 450px;
    }
  	
    .form-overlay {
      top: 85px;
      position: absolute;
      right: calc(30% + 60px);
      left: inherit;
      width: 450px;
    }*/
  .c-content-secondary {
    border-right: 20px solid #FBFBFB; }

  .form-overlay form .c-avgrensninger input[type="number"], .form-overlay .c-avgrensninger input[type="text"], .form-overlay .c-avgrensninger input[list], .form-overlay form .c-avgrensninger input[type="tel"], .form-overlay form .c-avgrensninger input[type="search"], .form-overlay form .c-avgrensninger input[type="email"] {
    width: 100%;
    min-width: 12em;
    margin-right: 20px; }

  [class^="text-overlay-"] h1,
  [class*=" text-overlay-"] h1 {
    font-size: 2.5em; }

  .c-post--simple__content {
    /*	  min-width: 180px;
          max-width: 225px;
    	  width:200px;*/ } }
@media all and (min-width: 769px) {
  .result-page .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }

  .c-firstkol {
    width: 100px; }

  .c-content-secondary {
    border-right: 20px solid #FBFBFB; } }
/*
@media screen and (min-width: 769px) {
   .c-main {margin-top:45px;}
}*/
/*end min-width 769px and max-width 1280px*/
/*start min-width 769px*/
@media only screen and (min-width: 769px) {
  /*.advanced-search a {color:white;}*/
  .c-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }

  .c-resultbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }

  .c-content-secondary, .c-topboks__left {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    max-width: 300px; }

  .c-content-primary, .c-sokeform--hoved {
    -webkit-box-flex: 3;
    -webkit-flex-grow: 3;
            flex-grow: 3;
    /*		display:inline-block;*/
    width: 100%;
    /*		margin-left:20px;
    		margin-right:20px;*/ }

  .c-content-secondary, .c-topboks__left {
    display: inline-block; }

  .c-overskrift {
    padding-left: 20px; }

  .c-sokeform {
    display: inline-block;
    /*		background:$primarygray;*/
    /*		padding: 0px 20px 20px 20px;*/
    min-width: 220px; }
    .c-sokeform select {
      border: none; }

  .is-hidden--if__large {
    display: none; }

  .c-sokeform .c-search input[type="number"], .c-sokeform .c-search input[type="text"], .c-sokeform .c-search input[type="email"], .c-sokeform .c-search input[type="search"], .c-sokeform .c-search input[list], .c-sokeform .c-search select, .c-sokeform input[type="number"], .c-sokeform input[type="text"], .c-sokeform input[type="email"], .c-sokeform input[type="search"], .c-sokeform input[list], .c-sokeform select {
    /*	background:white;*/
    margin-bottom: 10px;
    width: 100%; }
  .c-sokeform .c-search .c-avgrens-dropdown--disabled, .c-sokeform .c-avgrens-dropdown--disabled {
    background: #f7f6f3;
    margin-bottom: 10px;
    /*	width:100%;*/ }

  .o-break-if-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
    .o-break-if-small select {
      width: 100%;
      height: 49px;
      padding-left: 10px; }

  /*	.c-search input[id="pubsok_txt_0"]:focus {
  		padding-left:10px;
  	}
  
  	input[id="pubsok_txt_0"]:focus ~ label.c-search__label {
  		visibility: hidden;
  	}
  */ }
/*end min-width 769px*/
/*start min-width 941px*/
@media only screen and (min-width: 941px) {
  /*
  .c-sokeform {
  	padding-left:20px
  }*/
  .c-overskrift {
    /*		display:inline-block;*/ }

  .c-overskriftdetaljer, .c-overskrift__hoved {
    display: block; }

  /*
  	.c-post c-post__bilde {
  		width:120px;
  		height:180px;
  		background:$gray;
  		a {
  			width:120px;
  			height:180px;
  			vertical-align:top;
  		}
  	}
  	.c-historikkpost c-historikkpost__bilde {
  		width:80px;
  		background:$gray;
  		a {
  			width:80px;
  			vertical-align:top;
  		}
  	}
  */
  .c-post--simple {
    margin-right: 20px; } }
/*end min-width 941px*/
/*start min-width 769px and max-width 940px*/
@media only screen and (min-width: 769px) and (max-width: 940px) {
  .form-overlay form input[type="number"], .form-overlay form input[type="text"], .form-overlay form input[list], .form-overlay form input[type="tel"], .form-overlay form input[type="email"], .form-overlay form input[type="search"] {
    width: 100%; }

  .form-overlay form .c-avgrensninger input[type="number"], .form-overlay form .c-avgrensninger input[type="text"], .form-overlay form .c-avgrensninger input[list], .form-overlay form .c-avgrensninger input[type="tel"], .form-overlay form .c-avgrensninger input[type="email"], .form-overlay form .c-avgrensninger input[type="search"] {
    width: 100%;
    min-width: 11em;
    margin-right: 20px; }

  .c-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; } }
/*end min-width 769px and max-width 940px*/
/*start min-width 1281px*/
@media only screen and (min-width: 1186px) {
  [class^="text-overlay-"],
  [class*=" text-overlay-"] {
    top: 60px;
    left: 110px;
    right: inherit;
    width: 600px; }

  .c-huskelista .c-post__bilde {
    width: 120px;
    height: 180px; }

  .c-post .c-post__bilde div {
    width: 120px;
    height: 180px; }

  .c-historikkpost .c-historikkpost__bilde div {
    width: 80px;
    /*    height: 115px;*/ }

  .form-overlay form .c-avgrensninger input[type="number"], .form-overlay form .c-avgrensninger input[list], .form-overlay form .c-avgrensninger input[type="text"], .form-overlay form .c-avgrensninger input[type="tel"], .form-overlay form .c-avgrensninger input[type="email"], .form-overlay form .c-avgrensninger input[type="search"] {
    width: 100%;
    margin-right: 20px; }

  .form-overlay .advanced-search {
    margin-top: 10px; }

  [id="resform"] .c-post--simple__content {
    width: 300px; } }
/*end  min-width 1281px*/
/*Sirkel-meny*/
.sirkelmeny {
  -webkit-filter: url("#goo");
  filter: url("#goo"); }

.sirkelmeny-item, .sirkelmeny-open-button {
  background: #e91e63;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  position: absolute;
  top: 20px;
  color: white;
  text-align: center;
  line-height: 80px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  -webkit-transition: -webkit-transform ease-out 200ms, -webkit-transform ease-out 200ms;
          transition: transform ease-out 200ms, -webkit-transform ease-out 200ms; }

.sirkelmeny-open {
  display: none; }

.hamburger {
  width: 25px;
  height: 3px;
  background: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -1.5px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  -webkit-transition: -webkit-transform 200ms, -webkit-transform 200ms;
          transition: transform 200ms, -webkit-transform 200ms; }

.hamburger-1 {
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0); }

.hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.hamburger-3 {
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0); }

.sirkelmeny-open:checked + .sirkelmeny-open-button .hamburger-1 {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg); }

.sirkelmeny-open:checked + .sirkelmeny-open-button .hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
  transform: translate3d(0, 0, 0) scale(0.1, 1); }

.sirkelmeny-open:checked + .sirkelmeny-open-button .hamburger-3 {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg); }

.sirkelmeny {
  position: absolute;
  left: 50%;
  margin-left: -190px;
  padding-top: 20px;
  padding-left: 190px;
  width: 380px;
  height: 250px;
  box-sizing: border-box;
  font-size: 20px;
  text-align: left; }

.sirkelmeny-item:hover {
  background: white;
  color: #e91e63; }

.sirkelmeny-item:nth-child(3) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms; }

.sirkelmeny-item:nth-child(4) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms; }

.sirkelmeny-item:nth-child(5) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms; }

.sirkelmeny-item:nth-child(6) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms; }

.sirkelmeny-item:nth-child(7) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms; }

.sirkelmeny-item:nth-child(8) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms; }

.sirkelmeny-item:nth-child(9) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms; }

.sirkelmeny-open-button {
  z-index: 2;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer; }

.sirkelmeny-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  transform: scale(1.2, 1.2) translate3d(0, 0, 0); }

.sirkelmeny-open:checked + .sirkelmeny-open-button {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  transform: scale(0.8, 0.8) translate3d(0, 0, 0); }

.sirkelmeny-open:checked ~ .sirkelmeny-item {
  -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
  transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33); }

.sirkelmeny-open:checked ~ .sirkelmeny-item:nth-child(3) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
  -webkit-transform: translate3d(0.08361px, -104.99997px, 0);
  transform: translate3d(0.08361px, -104.99997px, 0); }

.sirkelmeny-open:checked ~ .sirkelmeny-item:nth-child(4) {
  -webkit-transition-duration: 280ms;
  transition-duration: 280ms;
  -webkit-transform: translate3d(90.9466px, -52.47586px, 0);
  transform: translate3d(90.9466px, -52.47586px, 0); }

.sirkelmeny-open:checked ~ .sirkelmeny-item:nth-child(5) {
  -webkit-transition-duration: 380ms;
  transition-duration: 380ms;
  -webkit-transform: translate3d(90.9466px, 52.47586px, 0);
  transform: translate3d(90.9466px, 52.47586px, 0); }

.sirkelmeny-open:checked ~ .sirkelmeny-item:nth-child(6) {
  -webkit-transition-duration: 480ms;
  transition-duration: 480ms;
  -webkit-transform: translate3d(0.08361px, 104.99997px, 0);
  transform: translate3d(0.08361px, 104.99997px, 0); }

.sirkelmeny-open:checked ~ .sirkelmeny-item:nth-child(7) {
  -webkit-transition-duration: 580ms;
  transition-duration: 580ms;
  -webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
  transform: translate3d(-90.86291px, 52.62064px, 0); }

.sirkelmeny-open:checked ~ .sirkelmeny-item:nth-child(8) {
  -webkit-transition-duration: 680ms;
  transition-duration: 680ms;
  -webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
  transform: translate3d(-91.03006px, -52.33095px, 0); }

.sirkelmeny-open:checked ~ .sirkelmeny-item:nth-child(9) {
  -webkit-transition-duration: 780ms;
  transition-duration: 780ms;
  -webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
  transform: translate3d(-0.25084px, -104.9997px, 0); }

/*Slutt på sirkel-meny*/
.is-hidden, .u-flex.is-hidden {
  /*		position: absolute;
  		left:-10000px;
  		top:-1000px;*/
  display: none; }

.u-is-hidden {
  display: none !important; }

.is-hidden--read {
  position: absolute;
  left: -100000px; }

@media speech {
  .is-silent {
    display: none; } }
@media print {
  .u-ikkeSkriv {
    display: none !important; } }
@media aural {
  .u-ikkeSkriv {
    speak: normal; } }
body.is-modal {
  overflow: hidden; }

.t-formtext, .t-formtext a {
  /*	color:hsla(358, 71%, 42%, 1);*/
  /*	font-family: 'Open Sans', Roboto sans-serif;*/ }

.is-hidden--top {
  position: absolute;
  left: auto;
  top: -10000px; }

.u-initial--height {
  height: initial !important;
  min-height: initial; }

.u-initial--width {
  width: initial !important;
  min-width: initial; }

.u-underline--hover:hover {
  text-decoration: underline;
  text-underline-position: under; }

.u-nowrap {
  white-space: nowrap; }

.u-linethrough {
  text-decoration: line-through; }

.u-col--red, .c-lightbox a.u-col--red {
  color: #c14a2f; }

.u-col--blue {
  color: #1f2a5c; }

.u-col--black {
  color: #1f1f1f; }

.u-col--green, .c-lightbox a.u-col--green {
  color: #0e6600; }

.u-col--white {
  color: white !important; }

.u-col--yellow {
  color: #e7c650; }

.u-col--gray {
  color: #4d4d51; }

.u-col--orange {
  color: #db924d !important; }

.u-col--orange2 {
  color: #f5bfb2 !important; }

.u-col--orangep {
  color: #bd562e !important; }

.u-col--orangehc {
  color: #8e4501 !important; }

.u-border--red {
  border-color: #c14a2f !important;
  border-style: solid; }

.u-border--green {
  border-color: #0e6600;
  border-style: solid; }

.u-border--greenlight {
  border-color: #4cc639 !important;
  border-style: solid; }

.u-border--purple, .c-lightbox a.u-col--purple {
  border-color: #7b4263;
  border-style: solid; }

.u-border--orange {
  border-color: #db924d;
  border-style: solid; }

.u-border--blue {
  border-color: #1f2a5c;
  border-style: solid; }

.u-border--0 {
  border-width: 0px;
  border-style: solid; }

.u-border--1 {
  border-width: 1px;
  border-style: solid; }

.u-border--2 {
  border-width: 2px;
  border-style: solid; }

.u-italic {
  font-style: italic; }

.u-col--darkgray {
  color: #3e3e47; }

@media screen {
  .u-background--beige {
    background: beige; }

  .u-background--red {
    background: #c14a2f; }

  .u-background--blue {
    background: #1f2a5c; }

  .u-background--green {
    background: #0e6600; }

  .u-background--greenlight {
    background: #d6e9d3; }

  .u-background--greenlight2 {
    background: #ecf5eb; }

  .u-background--white {
    background: white !important; }

  .u-background--yellow {
    background: #e7c650; }

  .u-background--paleyellow {
    background: #fcf8e9; }

  .u-background--gray {
    background: #4d4d51; }

  .u-background--orange {
    background: #db924d !important; }

  .u-background--orange2 {
    background: #f5bfb2 !important; }

  .u-background--orangep {
    background: #bd562e !important; }

  .u-background--darkgray {
    background: #3e3e47; }

  .u-background--primarygray {
    background: #4d4d51; }

  .u-background--topdarkgray {
    background: #1f1f1f; }

  .u-background--searchgray {
    background: #353536; }

  .u-background--backgroundgray {
    background: #484748; }

  .u-background--listviewgray {
    background: #57575b; } }
.u-width--1u {
  width: 1rem !important; }

.u-width--2u {
  width: 2rem !important; }

.u-width--3u {
  width: 3rem !important; }

.u-width--4u {
  width: 4rem !important; }

.u-width--5u {
  width: 5rem !important; }

.u-width--6u {
  width: 6rem !important; }

.u-width--33 {
  width: 33%; }

.u-width--50 {
  width: 50%; }

.u-width--100 {
  width: 100%; }

.u-margin--10 {
  margin: 10px; }

.u-margin--20 {
  margin: 20px; }

.u-padding--1 {
  padding: 1px; }

.u-padding--2 {
  padding: 2px; }

.u-padding--3 {
  padding: 3px; }

.u-padding--4 {
  padding: 4px; }

.u-padding--5 {
  padding: 5px; }

.u-hpad--2 {
  padding-top: 2px;
  padding-bottom: 2px; }

.u-hpad--3 {
  padding-top: 3px;
  padding-bottom: 3px; }

.u-hpad--4 {
  padding-top: 4px;
  padding-bottom: 4px; }

.u-hpad--5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.u-hpad--10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.u-padding--10 {
  padding: 10px; }

.u-padding--20 {
  padding: 20px; }

.u-lineh--1 {
  line-height: 1; }

.u-lineh--2 {
  line-height: 2; }

.u-bottommargin--normal {
  margin-bottom: 20px; }

.u-bottommargin--80 {
  margin-bottom: 80px; }

.u-bottommargin--100 {
  margin-bottom: 100px; }

.u-bottommargin--200 {
  margin-bottom: 200px; }

.u-bottompadding--0 {
  padding-bottom: 0px; }

.u-bottompadding--5 {
  padding-bottom: 5px; }

.u-bottompadding--10 {
  padding-bottom: 10px; }

.u-bottompadding--15 {
  padding-bottom: 15px; }

.u-bottompadding--20 {
  padding-bottom: 20px; }

.u-bottompadding--60 {
  padding-bottom: 60px; }

.u-topmargin--normal {
  margin-top: 20px; }

.u-topmargin--double {
  margin-top: 40px; }

.u-padding-left {
  padding-left: 1em; }

.u-center, .u-center * {
  text-align: center; }

.u-left {
  text-align: left; }

.u-left--0 {
  left: 0px; }

.u-left--10 {
  left: 10px; }

.u-right {
  text-align: right; }

.u-top, .u-top * {
  vertical-align: top; }

.u-middle, .u-middle * {
  vertical-align: middle; }

/*.u-middle {
@include vertical-align();
}*/
.u-sub {
  vertical-align: sub; }

.u-vbottom {
  vertical-align: text-bottom; }

.u-rightmargin5 {
  margin-right: 5px; }

.u-rightmargin--0 {
  margin-right: 0; }

.u-leftmargin--0 {
  margin-left: 0 !important; }

.u-leftmargin--5 {
  margin-left: 5px !important; }

.u-leftmargin--10 {
  margin-left: 10px !important; }

.u-leftmargin---42 {
  margin-left: -42px !important; }

.u-leftmargin--20 {
  margin-left: 20px !important; }

.u-topmargin--5 {
  margin-top: 5px !important; }

.u-topmargin--10 {
  margin-top: 10px !important; }

.u-topmargin--12 {
  margin-top: 12px !important; }

.u-topmargin---10 {
  margin-top: -10px !important; }

.u-padding--0 {
  padding: 0 !important; }

.u-leftpadding--0 {
  padding-left: 0 !important; }

.u-leftpadding--5 {
  padding-left: 5px !important; }

.u-leftpadding--10 {
  padding-left: 10px !important; }

.u-leftpadding--20 {
  padding-left: 20px !important; }

.u-leftpadding--100 {
  padding-left: 100px !important; }

.u-leftpadding--65 {
  padding-left: 65px !important; }

.u-leftpadding--75 {
  padding-left: 75px !important; }

.u-leftpadding--125 {
  padding-left: 125px; }

.u-rightpadding--0 {
  padding-right: 0 !important; }

.u-rightpadding--5 {
  padding-right: 5px !important; }

.u-rightpadding--10 {
  padding-right: 10px !important; }

.u-rightpadding--20 {
  padding-right: 20px !important; }

.u-rightpadding--2_5em {
  padding-right: 2.5em !important; }

.u-pointer:hover {
  cursor: pointer; }

.u-textcursor:hover {
  cursor: text; }

.u-bottommargin--0 {
  margin-bottom: 0 !important; }

.u-bottommargin--10 {
  margin-bottom: 10px !important; }

.u-bottommargin--5 {
  margin-bottom: 5px !important; }

.u-bottommargin---10 {
  margin-bottom: -10px !important; }

.u-bottommargin--20 {
  margin-bottom: 20px !important; }

.u-bottommargin--15 {
  margin-bottom: 15px !important; }

.u-bottommargin--40 {
  margin-bottom: 40px; }

.u-topmargin--15 {
  margin-top: 15px !important; }

.u-toppadding--0 {
  padding-top: 0px !important; }

.u-toppadding--5 {
  padding-top: 5px !important; }

.u-toppadding--10 {
  padding-top: 10px !important; }

.u-toppadding--20 {
  padding-top: 20px !important; }

.u-toppadding--40 {
  padding-top: 40px !important; }

.u-topmargin--0 {
  margin-top: 0 !important; }

.u-topmargin---50 {
  margin-top: -50px; }

.u-rightmargin--5 {
  margin-right: 5px; }

.u-rightmargin--10 {
  margin-right: 10px; }

.u-rightmargin---10 {
  margin-right: -10px; }

.u-rightmargin--20 {
  margin-right: 20px; }

.u-error--border {
  border-color: #c14a2f;
  border-width: 1px;
  border-style: solid; }

.u-font--8, .u-font--8 * {
  font-size: 8pt !important; }

.u-font--10, .u-font--10 * {
  font-size: 10pt !important; }

.u-font--12, .u-font--12 * {
  font-size: 12pt !important; }

.u-font--14px, .u-font--14px * {
  font-size: 14px !important; }

.u-font--14, .u-font--14 * {
  font-size: 14pt !important; }

.u-font--16, .u-font--16 * {
  font-size: 16pt !important; }

.u-font--16px, .u-font--16px * {
  font-size: 16px !important; }

.u-font--18, .u-font--18 * {
  font-size: 18pt !important; }

.u-font--20, .u-font--20 * {
  font-size: 20pt !important; }

.u-font--24, .u-font--24 * {
  font-size: 24pt !important; }

.u-font--28, .u-font--28 * {
  font-size: 28pt !important; }

.u-font--mono {
  font-family: monospace !important; }

.u-text--black {
  color: #1f1f1f !important; }

.u-text--white {
  color: white !important; }

.u-text--blue {
  color: #1f2a5c !important; }

.u-text--red {
  color: #c14a2f !important; }

.u-text--default {
  color: #303030 !important; }

.u-text--purple {
  color: #7b4263 !important; }

.u-height--15 {
  height: 15px; }

.u-height--25 {
  height: 25px; }

.u-height--30 {
  height: 30px; }

.u-minheight--25 {
  min-height: 25px; }

.u-minheight--125 {
  min-height: 125px; }

.u-height--50 {
  height: 50px; }

.u-height--75 {
  height: 75px; }

.u-height--100 {
  height: 100px; }

.u-height--125 {
  height: 125px; }

.u-height--150 {
  height: 150px; }

.u-height--175 {
  height: 175px; }

.u-height--200 {
  height: 200px; }

.u-height--225 {
  height: 225px; }

.u-height--500 {
  height: 500px; }

.u-height--600 {
  height: 600px; }

.u-height--700 {
  height: 700px; }

.u-height--800 {
  height: 800px; }

.u-height--input {
  height: 49px; }

.u-min-height--65 {
  min-height: 65px !important; }

.u-max-height--250 {
  max-height: 250px !important; }

.u-max-height--300 {
  max-height: 300px !important; }

.u-max-height--400 {
  max-height: 400px !important; }

.u-max-height--500 {
  max-height: 500px !important; }

.u-max-height--600 {
  max-height: 600px !important; }

.u-max-height--700 {
  max-height: 700px !important; }

.u-max-height--750 {
  max-height: 750px !important; }

.u-max-height--800 {
  max-height: 800px !important; }

.u-max-width--100 {
  max-width: 100px !important; }

.u-max-width--150 {
  max-width: 150px !important; }

.u-max-width--160 {
  max-width: 160px !important; }

.u-max-width--200 {
  max-width: 200px !important; }

.u-max-width--250 {
  max-width: 250px !important; }

.u-max-width--300 {
  max-width: 300px !important; }

.u-max-width--280 {
  max-width: 280px !important; }

.u-max-width--350 {
  max-width: 350px !important; }

.u-max-width--400 {
  max-width: 400px !important; }

.u-max-width--500 {
  max-width: 500px !important; }

.u-max-width--600 {
  max-width: 600px !important; }

.u-max-width--700 {
  max-width: 700px !important; }

.u-max-width--750 {
  max-width: 750px !important; }

.u-max-width--1000 {
  max-width: 1000px !important; }

.u-max-width--1100 {
  max-width: 1100px !important; }

.u-max-width--1200 {
  max-width: 1200px !important; }

.u-min-width--225 {
  min-width: 225px !important; }

.u-min-width--160 {
  min-width: 160px !important; }

.u-radius {
  border-radius: 4px; }

.u-radius--topright {
  border-top-right-radius: 4px; }

.u-radius--topleft {
  border-top-left-radius: 4px; }

.u-radius--bottomleft {
  border-bottom-left-radius: 4px; }

.u-radius--bottomright {
  border-bottom-right-radius: 4px; }

.u-flexnone {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none; }

.u-z--1 {
  z-index: 1; }

.u-z--5 {
  z-index: 5; }

.u-z--10 {
  z-index: 10; }

.u-z--11 {
  z-index: 11; }

.u-z--12 {
  z-index: 12; }

.u-z--13 {
  z-index: 13; }

.u-z--14 {
  z-index: 14; }

.u-z--15 {
  z-index: 15; }

.u-z--20 {
  z-index: 20; }

.u-z--30 {
  z-index: 30; }

.u-z--40 {
  z-index: 40; }

.u-z--50 {
  z-index: 50; }

.u-overflow--auto, .u-overflow--y {
  overflow-y: auto; }

.u-overflow--hidden {
  overflow: hidden;
  white-space: nowrap; }

.u-overflow-x--auto {
  overflow-x: auto; }

.u-font--condensed, .u-font--condensed * {
  font-family: 'Open Sans Condensed', Roboto, 'Open Sans', sans-serif !important; }

.u-oblique {
  font-style: oblique !important; }

.u-normal {
  font-weight: normal !important; }

.u-bold {
  font-weight: bold; }

.u-semibold {
  font-weight: 600; }

.u-b {
  font-weight: bold !important; }

.u-negmargin--8 {
  margin-left: -8px; }

.u-marg--0 {
  margin: 0 0 0 0; }

.u-marg--10-0 {
  margin: 10px 0 10px 0; }

.u-marg--0-10 {
  margin: 0 10px 0 10px; }

.u-marg--20-0 {
  margin: 20px 0 20px 0; }

.u-marg--0-20 {
  margin: 0 20px 0 20px; }

.u-marg--auto {
  margin-left: auto;
  margin-right: auto; }

.u-top--5 {
  top: 5px !important; }

.u-top--50 {
  top: 50px; }

.u-top--75 {
  top: 75px; }

.u-img-scale--50 {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  /* IE6–IE9 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand'); }

.u-width--65 {
  width: 65px !important; }

.u-width--80 {
  width: 80px !important;
  min-width: 80px; }

.u-width--100px {
  width: 100px !important; }

.u-width--120 {
  width: 120px !important; }

.u-width--160 {
  width: 160px !important; }

.u-width--190 {
  width: 190px !important; }

.u-width--200 {
  width: 200px !important; }

.u-width--230 {
  width: 230px !important; }

.u-width--280 {
  width: 280px !important; }

.u-width--320 {
  width: 320px !important; }

.u-width--400 {
  width: 400px; }

.u-width--500 {
  width: 500px !important; }

.u-width--650 {
  width: 650px; }

.u-width--700 {
  width: 700px; }

.u-width--800 {
  width: 800px; }

.u-height--180 {
  height: 180px !important; }

.u-floatright {
  float: right; }

.u-floatleft {
  float: left; }

.u-fixed {
  position: fixed; }

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.u-flexrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (min-width: 481px) {
    .u-flexrow {
      -webkit-flex-flow: row;
              flex-flow: row; } }

a.u-underline {
  text-decoration: underline; }

.u-justify--evenly {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
          justify-content: space-evenly; }

.u-justify--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.u-justify--between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.u-position-rel {
  position: relative; }

.u-position-abs {
  position: absolute; }

.u-position-fixed {
  position: fixed; }

.u-inlineblock {
  display: inline-block; }

.u-block {
  display: block; }

.u-block.is-hidden, .u-inlineblock.is-hidden {
  display: none; }

.u-inline, span .u-inline {
  display: inline; }

.u-contain-norepeat {
  background-repeat: no-repeat;
  background-size: contain; }

.u-opacity--80 {
  opacity: 0.8; }

.u-debugborder {
  display: inline-block;
  border: 2px dotted blue; }

@media only screen and (max-width: 320px) {
  .u-hidden--iftiny {
    display: none; } }
@media only screen and (max-width: 768px) {
  .u-hidden--ifsmall {
    display: none; } }
@media only screen and (min-width: 769px) {
  .u-hidden--iflarge {
    display: none; } }
.u-cursor__pointer:hover {
  cursor: pointer; }

.u-lineheight--1, .c-plain-select .u-lineheight--1 {
  line-height: 1em; }

.u-lineheight--2, .c-plain-select .u-lineheight--2 {
  line-height: 2em; }

.u-red, a.u-red {
  color: #c14a2f; }

.u-blue, a.u-blue {
  color: #1f2a5c; }

.u-black, a.u-black, .c-overskrift a.u-black {
  color: #1f1f1f; }
