@charset "UTF-8";
/**
 * Mixins
 *
 * @author magnify
 */
/* Breakpoints
   ========================================================================== */
/*$breakpoint-x-large:              1280px;*/
/* Media query
   ========================================================================== */
/* Breakpoints
   ========================================================================== */
/* mixin for multiline */
html, * {
  -webkit-text-size-adjust: none;
  /* Prevent font scaling in landscape */
  /*	font-family: $fonts;
  	font-size: 14pt;
  	line-height:1.2em;*/
  font-family: "Open sans", "Roboto", Arial, Helvetica, Verdana, sans-serif; }

body {
  margin: 0;
  height: 100%;
  color: #333333; }

a {
  text-decoration: none;
  color: #c71f25;
  font-family: "Open sans", "Roboto", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold; }

/*
li {
list-style-type:none;
}
*/
h1 {
  font-size: 2.45em;
  color: white; }

h2 {
  font-size: 1.3em;
  /*	color: $red;*/ }

/*
h3 {
	color:$red;
}*/
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

input[type='text'], input[type='search'], input[type='number'] {
  /*	padding:0.7em;*/
  padding-left: 2em;
  color: #333333;
  background: #f7f6f3; }

/**
 * 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; }

/**
 * 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: transparent;
  text-align: center;
  min-height: 100px; }

.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; }

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

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

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

.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);
*/ }

.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-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.3em;
  max-height: 1.3em;
  /*  text-align: justify;
    margin-right: -1em;*/
  padding-right: 1em; }
  .o-limited-block: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 {
  overflow: hidden;
  position: relative;
  line-height: 1.3em;
  max-height: 2.6em;
  /*  text-align: justify;
    margin-right: -1em;*/
  padding-right: 1em;
  color: #c71f25; }
  .o-limited-block--2:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0; }
  .o-limited-block--2:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white; }

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

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

@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; } }
.c-submitbutton--red {
  background: #c71f25;
  border-color: #c71f25;
  color: white;
  text-align: center; }

.c-submitbutton--green {
  background: #008004;
  border-color: #008004;
  color: white;
  text-align: center; }
  .c-submitbutton--green:hover {
    background: #009905; }
  .c-submitbutton--green:active {
    backgorund: #00a806; }

.c-sokeform {
  /*	min-height:200px;*/
  display: inline-block;
  position: relative; }

.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; }

.c-main {
  /*	margin-top:-60px;*/
  vertical-align: top;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /*	@include zen-grid-container(); */ }
  .c-main a:not(.o-hidetargetimg)[target=_blank]:after {
    content: " \e732";
    font-family: Themify; }

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

.c-resultbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
          flex-grow: 2;
  max-width: 1340px;
  /*	margin-left:auto;*/
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0; }

.c-velgknapp {
  color: white;
  background-color: #c71f25;
  padding: 5px;
  border-radius: 3px; }
  .c-velgknapphover {
    background-color: #b91d22; }

.c-visavgrensknapp, .c-sokeknapp {
  -webkit-appearance: none;
  display: inline-block;
  padding: 12px;
  background: #c71f25;
  border: 1px solid #f7f6f3;
  color: white;
  border-radius: 1px; }

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

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

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

.c-button--red {
  color: white;
  background: #c71f25; }

.c-huskelista .c-post a.c-button--red, .c-post.u-position-rel a.c-button--red {
  background: #c71f25;
  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-overskrift {
  margin-bottom: 1em; }

@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: #f7f6f3; }

  .c-resultbox li:nth-of-type(4n-1) {
    background: #f7f6f3; } }
@media only screen and (max-width: 624px) {
  .c-resultbox li:nth-of-type(2n) {
    background: #f7f6f3; } }
.c-menubox, .c-menubox--treffliste {
  position: absolute;
  top: 0;
  right: 0;
  /*	background:url("/images/rightbox-blue.png");
  	background-repeat:no-repeat;
  background-size:cover;*/
  width: 130px;
  height: 65px;
  background: transparent;
  border-bottom-left-radius: 30px;
  z-index: 14; }
  .c-menubox a, .c-menubox--treffliste a {
    color: #1f2a5c; }

@media all and (max-width: 374px) {
  .c-menubox, .c-menubox--treffliste {
    border-bottom-left-radius: 100px;
    height: 105px;
    width: 70px; }
    .c-menubox a, .c-menubox button, .c-menubox--treffliste a, .c-menubox--treffliste button {
      margin-right: 15px; }

  /*	.c-kurv {
  		margin-top:10px;
  	} */ }
.c-menubox {
  z-index: 13;
  margin-top: 5px; }
  .c-menubox a, .c-menubox button {
    position: relative;
    right: 5px; }

.c-menubox--treffliste {
  background: inherit;
  text-align: right;
  margin-top: 5px; }
  .c-menubox--treffliste a span, .c-menubox--treffliste button {
    font-size: 20pt;
    display: inline-block;
    margin-right: 10px;
    color: white; }

.c-panel .c-menubox {
  right: 20px; }

.c-menubox img.c-menu-symbol {
  height: 22px;
  width: 20px; }

@media all and (max-width: 480px) {
  .c-menubox, .c-menubox--treffliste {
    width: 70px;
    text-align: right; }

  .c-menubox a, .c-menubox--treffliste a, .c-menubox button, .c-menubox--treffliste button {
    margin-right: 15px;
    margin-top: 14px; } }
.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; }

.c-overskrift {
  font-family: "Roboto", "Open sans",  sans-serif;
  margin: 0;
  /*padding-left:20px;*/ }

.c-overskrift__tekst {
  /*	color:$red;*/
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  font-weight: normal; }

.c-overskrift__hoved {
  display: inline; }

.c-overskrift__detaljer {
  /*	display:inline-block;*/
  color: #303030;
  /*padding-left:1em;*/ }

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

.c-box {
  /*	background:$gray;*/
  background: -webkit-linear-gradient(45deg, #f7f6f3, transparent);
  background: linear-gradient(45deg, #f7f6f3, transparent);
  border: 1px solid #d7d5d0;
  width: 100%;
  overflow: wrap;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 1em; }

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

@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;
  border: 1px solid #d7d5d0;
  width: 10em;
  overflow: wrap;
  border-radius: 1px;
  display: inline-block; }

.c-avgrens-dropdown--disabled.u-red {
  color: #8a8475; }

.c-avgrens-dropdown__header {
  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: white;
  z-index: 21; }
  .c-avgrens-dropdown__main checkbox, .c-avgrens-dropdown__main label {
    display: inline-block;
    min-width: 150px;
    color: #c71f25; }
  .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: #333333; }
  .c-box__main checkbox:hover, .c-box__main label:hover {
    background: #f7f6f3;
    cursor: pointer; }
  .c-box__main ul {
    padding-left: 10px; }

.c-post {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  /*	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: #008004; }

li.c-utlant {
  list-style-type: circle; }

.c-utlant .c-antut, .c-utlant .c-anttot {
  color: #c71f25; }

.c-krydderimg {
  margin: 0px 20px 20px 0px; }

.c-post {
  height: 160px; }

/*  .bs-krydderimg {width:70%;max-width:400px;}*/
.bs-krydderimg {
  max-height: 400px;
  max-width: 400px; }

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

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

/*
.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 a {
  color: #c71f25; }

.c-post--simple__content {
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
  min-width: 180px;
  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: #333333;
    text-decoration: underline; }
    .c-post--simple__content a.c-post--simple__typeknapp:hover {
      color: #c71f25; }

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

.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: #c71f25;
  border: 1px solid #f7f6f3;
  padding: 5px;
  font-family: "Open sans", "Roboto", Arial, Helvetica, Verdana, sans-serif;
  color: white;
  min-width: 130px; }

.c-loginform {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 20px;
  /*	margin-top:-70px;*/ }
  .c-loginform label {
    cursor: pointer; }
  .c-loginform input[type="text"], .c-loginform input[type="search"], .c-loginform input[type="password"], .c-loginform input[type="number"] {
    box-sizing: border-box;
    height: 49px;
    width: 100%;
    line-height: 49px;
    padding-right: 10px;
    background: #f8f7f4;
    border: 1px solid #d7d7d7;
    border-radius: 1px;
    padding-left: 10px; }
  .c-loginform .c-loginform__label {
    /*	position:absolute;*/
    color: #b61f24;
    z-index: 10;
    line-height: 45px;
    /*	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: #c71f25;
    width: 100%;
    height: 49px;
    padding-left: 12px;
    line-height: 49px;
    border: 1px solid #d7d7d7;
    border-radius: 1px;
    -webkit-appearance: none;
    color: white;
    text-align: center;
    font-size: 1.3em; }

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-post {
    height: 220px; }

  .c-loginform {
    width: 50%; } }
@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: #c71f25;
  color: white;
  width: 49px;
  height: 49px;
  line-height: 49px;
  border: 1px solid #d7d7d7;
  border-radius: 1px;
  -webkit-appearance: none; }

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

.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: white;
  backround: #b91d22; }

/*TODO: endring for å få den avrunda og flyttet opp, skal kun gjelde i postvisning o.l.*/
.c-show-searchdiv {
  position: absolute;
  width: 50px;
  /* margin-left: -20px; */
  top: 40px;
  left: 0;
  border-top-right-radius: 10px; }

.c-search-button--round {
  border: 1px solid rgba(185, 29, 34, 0.4);
  border-left: 1px solid #b91d22;
  border-radius: 0px 11px 32px 0px;
  background: #b91d22;
  color: transparent;
  height: 45px;
  width: 50px; }

.c-search-button-label {
  /*  background: url(../images/search-icon.png) no-repeat 0 0;*/
  position: absolute;
  right: 5px;
  top: 13px;
  z-index: 10;
  /* width: 30px; */
  /* height: 25px; */
  cursor: pointer;
  color: white;
  border-top-right-radius: 10px; }

.c-search {
  width: 100%;
  position: relative; }
  .c-search label {
    cursor: pointer; }
  .c-search input[type="text"], .c-search input[type="search"], .c-search input[type="number"] {
    -webkit-appearance: none;
    box-sizing: border-box;
    height: 49px;
    line-height: 49px;
    padding-right: 49px;
    /*	width: 100% !important;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    background: #f8f7f4;
    border: 1px solid #d7d7d7;
    border-radius: 1px; }
  .c-search select {
    height: 49px;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
            flex-grow: 2; }
  .c-search input[name^="pubsok_txt"] {
    padding-left: 100px;
    width: 100% !important; }
  .c-search .c-search__submitbutton {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    text-indent: -9000px;
    background: #d5191f;
    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: #b61f24;
    z-index: 10;
    line-height: 45px;
    top: 2px;
    left: 14px; }

/*
@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: #1f2a5c;
  margin: 0;
  color: white;
  /*	width:100%;*/
  /*	height:100px;*/
  z-index: 15;
  font-family: 'Open Sans', sans-serif; }

.c-panel .ti-icon span {
  display: inline-block; }

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

.c-panel a:hover {
  /*	color:$red;*/
  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="search"], .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="number"] {
    padding-left: 70px;
    padding-right: 5px;
    margin-top: 10px; }

/*.c-menuul {
	margin-top:65px;
	margin-left:50px;
}*/
.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/bibsok/svg/arrow-right-white.svg"); }

.c-arrow-to-cart {
  background-image: url("/bilder/bibsok/svg/arrow-to-cart-green.svg"); }

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

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

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

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

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

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

.c-kurv-icon--slett:active .c-from-shopping-cart, .c-arrow-from-shopping-cart:active {
  background-image: url("/bilder/bibsok/svg/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/bibsok/svg/shopping-cart-blue.svg"); }

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

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

  span.c-shopping-cart--full {
    background-image: url("/bilder/bibsok/svg/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: #008004; }

  .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: #c71f25;
  text-align: center;
  padding: 10px 10px 0 10px;
  vertical-align: bottom;
  /*	&:hover {
  		border:1px solid $lightgreen;
  	}
  	&: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: #008004;
  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: #008004;
  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 #008004; }
  a.c-bestill-knapp-2:active {
    background: #009905;
    color: white;
    border: 1px inset #008004; }

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;
}*/
@media only screen and (max-width: 480px) {
  .c-rundtpost div[id*="js-plukk-"] {
    left: 0px; } }
@media only screen and (min-width: 481px) {
  .c-rundtpost div[id*="js-plukk-"] {
    left: 266px; } }

@media only screen and (max-width: 480px) {
  .c-rundtpost .c-bestillknappdiv {
    left: 70px; } }
@media only screen and (min-width: 481px) {
  .c-rundtpost .c-bestillknappdiv {
    left: 396px; } }

a.c-kurv-icon--bestill.c-kurv-bestill {
  color: white;
  background: #008004;
  border: 1px solid #008004;
  /*	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 #c71f25; }
a.c-kurv-icon--slett:active {
  color: white;
  background: #db575b;
  border: 1px solid #c71f25; }

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

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

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

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

span.c-bgmenu-symbol {
  display: inline-block;
  background-image: url("/bilder/bibsok/svg/menu-blue.svg");
  height: 27px;
  width: 27px;
  background-size: cover; }
  .result-page span.c-bgmenu-symbol {
    background-image: url("/bilder/bibsok/svg/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; }

.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 #c71f25;
  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-post__bilde {
    width: 85px; }
    .c-huskelista .c-post__bilde img {
      width: 85px; }
  .c-huskelista .c-bestilldiv {
    width: 100%;
    padding: 10px;
    background: white;
    text-align: center;
    margin: 0;
    /*	a {
    		color:white;
    	}*/ }
  .c-huskelista .c-post a {
    color: #c71f25; }
  .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: #c71f25;
  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: 150px;
  border-bottom: 20px solid #fff;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%); }

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

.c-les-hele__button {
  border-radius: 2px;
  z-index: 50;
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 12pt;
  line-height: 20px;
  color: #c71f25;
  padding: 12px 0;
  width: 170px;
  border: none;
  display: none;
  background-color: transparent; }

.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: #008004; }
  .c-post a.c-tilkurv:hover, .c-rundtpost a.c-tilkurv:hover {
    cursor: pointer; }

.c-footer__angled {
  z-index: 0;
  -webkit-transform: skew(0deg, -2deg);
          transform: skew(0deg, -2deg);
  height: 100px;
  width: 100%;
  margin: 0;
  margin-bottom: -80px;
  padding: 0;
  background: #1f2a5c; }

.c-footer__content {
  position: relative;
  z-index: 10;
  height: 120px;
  background: #1f2a5c;
  color: white; }

.c-plain-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  /*	width:200px;*/ }

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

.c-utilgjengelig {
  opacity: 0.7; }

@media only screen and (min-width: 769px) {
  .c-wideleftmargin--20 {
    margin-left: 20px; }

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

  .c-sokeform .c-search input[type="text"], .c-sokeform .c-search input[type="search"], .c-sokeform .c-search input[type="number"], .c-sokeform input[type="text"], .c-sokeform input[type="search"], .c-sokeform input[type="number"] {
    background: white; }

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

  .c-rightmargin--if-small {
    margin-right: 10px; } }
.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; }

/*CSS for autocomplet*/
.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: #c71f25; }

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

/*end of autocomplete*/
/*andre som så på denne...*/
.c-ytre * {
  box-sizing: border-box; }

.c-ytre {
  background-attachment: fixed;
  width: 120px;
  display: inline-block;
  height: 160px;
  position: relative;
  overflow: hidden;
  margin: 5px;
  text-align: center;
  background-repeat: no-repeat; }

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

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

.c-ytre > header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fa4614;
  opacity: 0.5;
  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-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, #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: #c71f25; }

.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; }

.c-asmallmenu {
  background-color: #fafafa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 5px;
  line-height: 1.7; }
  .c-asmallmenu ul {
    list-style: none;
    padding-left: 5px; }

#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-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; }

.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: #008004;
  color: white;
  border: 1px solid #0e6600; }

a.c-btn--green:hover, .c-content-primary a.c-btn--green:hover, button.c-btn--green:hover, input[type="submit"].c-btn--green: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-videre-button a {
  display: block;
  background: #c71f25;
  color: white;
  width: 250px;
  padding: 20px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

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

.fb-share-button span {
  /*  background: #5f78ab;*/
  /*  border-top: solid 1px #879ac0;
    border-bottom: solid 1px #1a356e;
    color: white;*/
  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;
  /* size specific section: */
  line-height: 15px;
  font-size: 13px;
  margin-left: 18px; }

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

ul.c-menuul li {
  list-style: none; }

[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="bredfooter"] {
  font-size: 10pt;
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-left: 95px; }
  [id="bredfooter"] a {
    color: white; }
    [id="bredfooter"] a:hover {
      text-decoration: underline; }
  @media only screen and (max-width: 768px) {
    [id="bredfooter"] {
      font-size: 8pt; } }

[id="smalfooter"] {
  font-size: 10pt;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-left: 95px; }
  [id="smalfooter"] a {
    color: white; }
    [id="smalfooter"] a:hover {
      text-decoration: underline; }
  @media only screen and (max-width: 768px) {
    [id="smalfooter"] {
      font-size: 8pt; } }

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

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

[id="smalfooter"] {
  display: block; }

.c-btn--lespaanett {
  min-width: 140px;
  cursor: pointer;
  height: 60px; }

@media only screen and (max-width: 768px) {
  [id="nbsymbol"] {
    display: block;
    height: 50px; } }
@media only screen and (min-width: 769px) {
  [id="nblogo"] {
    display: block;
    height: 50px; }

  [id="bredfooter"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap; }

  [id="smalfooter"] {
    display: none; } }
@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; } }

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

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

@media speech {
  .is-silent {
    display: none; } }
body.is-modal {
  overflow: hidden; }

.t-formtext, .t-formtext a {
  color: #b71f24;
  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-col--red {
  color: #c71f25; }

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

.u-col--green {
  color: #008004; }

.u-col--black {
  color: #333333; }

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

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

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

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

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

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

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

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

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

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

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

.u-radius {
  border-radius: 0.188em; }

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

.u-bold {
  font-weight: bold; }

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

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

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

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

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

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

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

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

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

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

.u-leftpadding--0 {
  padding-left: 0 !important; }

.u-bottommargin--0 {
  margin-bottom: 0; }

.u-topmargin--0 {
  margin-top: 0; }

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

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

.u-line-height--1_5 {
  line-height: 1.5; }

.u-line-height--1_7 {
  line-height: 1.7; }

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

.u-line-height--2_5 {
  line-height: 2.5; }

.u-error--border {
  border-color: #c71f25;
  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--14, .u-font--14 * {
  font-size: 14pt !important; }

.u-font--16, .u-font--16 * {
  font-size: 16pt !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-max-height--300 {
  max-height: 300px; }

.u-max-height--350 {
  max-height: 350px; }

.u-max-height--400 {
  max-height: 400px; }

.u-max-height--450 {
  max-height: 450px; }

.u-max-height--500 {
  max-height: 500px; }

.u-max-width--400 {
  max-width: 400px; }

.u-overflow--auto {
  overflow-y: auto; }

.u-font--condensed, .u-font--condensed * {
  font-family: 'Open Sans Condensed', Roboto, 'Open Sans', sans-serif !important; }

.u-normal {
  font-weight: normal; }

.u-negmargin--8 {
  margin-left: -8px; }

.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--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-280 {
  width: 280px; }

.u-floatright {
  float: right; }

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.u-position-rel {
  position: relative; }

.u-position-abs {
  position: absolute; }

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

.u-block {
  display: block; }

.u-block.is-hidden {
  display: none; }

.u-inline {
  display: inline; }

.u-contain-norepeat {
  background-repeat: no-repeat;
  background-size: contain; }

@media only screen and (max-width: 320px) {
  .u-hidden--iftiny {
    display: none; } }
.u-cursor__pointer:hover {
  cursor: pointer; }

.u-lineheight--2, .c-plain-select .u-lineheight--2 {
  line-height: 2em; }

.u-red {
  color: #c71f25; }

.u-blue {
  color: #1f2a5c; }
/**
 * Mixins
 *
 * @author magnify
 */
/* Breakpoints
   ========================================================================== */
/*$breakpoint-x-large:              1280px;*/
/* Media query
   ========================================================================== */
/* Breakpoints
   ========================================================================== */
/* mixin for multiline */
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; }
@-webkit-keyframes blink-caret {
  from, to {
    color: transparent; }
  50% {
    color: #b61f24; } }
.custom-header .image-wrapper {
  width: 1435px;
  max-width: 80%; }

.typed-cursor {
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink-caret 1s infinite;
  animation: blink-caret 1s infinite; }

.image-bg {
  background: url("/images/xxxl-bg.png") no-repeat 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; }

.image-bg-mobile {
  background: url("/images/m-bg.png") no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none; }

.overlay-image {
  background: url("/images/xxxl-overlay.png") no-repeat 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10; }

.overlay-image-mobile {
  background: url("/images/m-overlay.png") no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 10; }

.image-bg,
.overlay-image {
  width: 100%;
  max-width: 100%;
  background-size: 100% auto;
  height: 100%; }

.image-bg-mobile {
  width: 80%;
  max-width: 80%;
  background-size: 100% auto;
  height: 100%; }

/*    label.search-label {
      font-family: 'Open Sans', sans-serif;
      position: absolute;
      font-size: 1.3em;
      color: #b61f24;
      z-index: 20;
      line-height: 45px;
      top: 2px;
      left: 14px;
    }*/
.form-overlay {
  position: relative;
  z-index: 12;
  left: calc(50% - 350px);
  width: auto;
  top: 240px;
  /*start max-width 320px*/
  /*end max-width 320px*/ }
  .form-overlay .advanced-search {
    margin-top: 30px;
    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="search"], .form-overlay .advanced-search input[type="number"] {
      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: 100px;
    height: 140px;
    margin-right: 10px; }
    .form-overlay .c-post__bilde div.u-block, .form-overlay a.c-post__bilde div.u-block {
      width: 100px;
      height: 140px; }
    .form-overlay .c-post__bilde img, .form-overlay a.c-post__bilde img {
      width: 100px; }
  @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_"] {
      padding-left: 95px; } }
  @media only screen and (min-width: 769px) {
    .form-overlay a.c-post__bilde div.u-block {
      width: 120px;
      height: 180px; } }
  .form-overlay form ::-webkit-input-placeholder {
    color: #d8d6d1;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 45px;
    margin-top: 2px; }
  .form-overlay form ::-moz-placeholder {
    color: #d8d6d1;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: normal;
    line-height: 45px; }
  .form-overlay form :-ms-input-placeholder {
    color: #d8d6d1;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: normal;
    line-height: 45px; }
  .form-overlay form :-moz-placeholder {
    color: #d8d6d1;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 45px;
    line-height: normal; }
  .form-overlay form label.search-label {
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    font-size: 1.3em;
    color: #b61f24;
    z-index: 20;
    line-height: 45px;
    top: 2px;
    left: 14px; }
  .form-overlay form .advanced-search label.search-label {
    top: 12px; }
  .form-overlay form input[type="text"], .form-overlay form input[type="number"] {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    width: 545px;
    background: #f8f7f4;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    height: 45px;
    line-height: 45px;
    padding-left: 125px;
    box-sizing: border-box;
    height: 49px;
    line-height: 49px;
    padding-right: 49px; }
  .form-overlay form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    text-indent: -9000px;
    background: #c71f25;
    width: 49px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    -webkit-appearance: none; }

.c-search-button-label {
  background: url(/images/search-icon.png) no-repeat 0 0;
  position: absolute;
  right: 8px;
  top: 12px;
  z-index: 15;
  width: 30px;
  height: 25px;
  cursor: pointer;
  color: transparent; }

@media only screen and (max-width: 768px) {
  .c-avgrensninger select {
    /*height:initial;*/
    padding-left: 10px;
    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[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:nth-child(2n) {
    background: #f9f8f6;
    border-top: 1px solid #d7d5d0;
    border-bottom: 1px solid #d7d5d0; }
    c-post--simple:nth-child(2n) .o-limited-block {
      overflow: hidden;
      position: relative;
      line-height: 1.3em;
      max-height: 1.3em;
      /*  text-align: justify;
        margin-right: -1em;*/
      padding-right: 1em; }
      c-post--simple:nth-child(2n) .o-limited-block:before {
        content: '...';
        position: absolute;
        right: 0;
        bottom: 0; }
      c-post--simple:nth-child(2n) .o-limited-block:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: #f9f8f6; }
    c-post--simple:nth-child(2n) .o-limited-block--2 {
      overflow: hidden;
      position: relative;
      line-height: 1.3em;
      max-height: 2.6em;
      /*  text-align: justify;
        margin-right: -1em;*/
      padding-right: 1em; }
      c-post--simple:nth-child(2n) .o-limited-block--2:before {
        content: '...';
        position: absolute;
        right: 0;
        bottom: 0; }
      c-post--simple:nth-child(2n) .o-limited-block--2:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: #f9f8f6; } }
[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-"] .typed-cursor,
  [class*=" text-overlay-"] .typed-cursor,
  noscript .typed-cursor {
    color: #b61f24;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 3em;
    line-height: 1em;
    position: relative;
    top: -3px;
    left: 5px; }
  [class^="text-overlay-"] .search-field-wrapper,
  [class*=" text-overlay-"] .search-field-wrapper,
  noscript .search-field-wrapper {
    position: relative; }

.mask-image {
  visibility: hidden;
  width: 100%;
  height: auto; }

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

.result-page {
  /*start min-width 1442px*/
  /*end  min-width 1442px*/
  /*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 {
    color: #be2e34;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    top: 12px; }
  .result-page .image-wrapper {
    height: 170px !important;
    position: relative; }
    .result-page .image-wrapper:before {
      content: "";
      position: absolute;
      top: inherit;
      bottom: 35px;
      height: 250px;
      left: 0;
      display: block;
      width: 100%;
      /*var 110*/
      background: #1f2a5c;
      -webkit-transform: skew(0deg, 3deg);
      transform: skew(0deg, 3deg); }
      @media only screen and (max-width: 320px) {
        .result-page .image-wrapper:before {
          max-width: 320px; } }
  .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: #1f2a5c;
    -webkit-transform: skew(0deg, 3deg);
    transform: skew(0deg, 3deg); }
  @media only screen and (min-width: 1281px) {
    .result-page {
      /*.c-post__bilde {
      	width:140px;
      	img {width:140px;}
      
      	margin-right:10px;
      }*/ }
      .result-page .image-wrapper {
        height: 200px !important; } }
  .result-page .image-wr-outer {
    position: inherit;
    left: inherit;
    width: 100%;
    top: inherit; }
  .result-page [class^="text-overlay-"], .result-page [class*=" text-overlay-"], .result-page noscript {
    position: relative;
    top: 40px;
    left: 100px; }
    .result-page [class^="text-overlay-"] h1, .result-page [class*=" text-overlay-"] h1, .result-page noscript h1 {
      font-size: 2.5em;
      vertical-align: bottom; }
    .result-page [class^="text-overlay-"] .typed-cursor, .result-page [class*=" text-overlay-"] .typed-cursor, .result-page noscript .typed-cursor {
      font-size: 2.5em; }
  @media only screen and (min-width: 1186px) {
    .result-page .c-post--simple:nth-child(4n+3) {
      background: #f9f8f6;
      border-top: 1px solid #d7d5d0;
      border-bottom: 1px solid #d7d5d0; }
      .result-page .c-post--simple:nth-child(4n+3) .o-limited-block {
        overflow: hidden;
        position: relative;
        line-height: 1.3em;
        max-height: 1.3em;
        /*  text-align: justify;
          margin-right: -1em;*/
        padding-right: 1em; }
        .result-page .c-post--simple:nth-child(4n+3) .o-limited-block: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: #f9f8f6; }
      .result-page .c-post--simple:nth-child(4n+3) .o-limited-block--2 {
        overflow: hidden;
        position: relative;
        line-height: 1.3em;
        max-height: 2.6em;
        /*  text-align: justify;
          margin-right: -1em;*/
        padding-right: 1em; }
        .result-page .c-post--simple:nth-child(4n+3) .o-limited-block--2: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: #f9f8f6; }
    .result-page .c-post--simple:nth-child(4n+4) {
      background: #f9f8f6;
      border-top: 1px solid #d7d5d0;
      border-bottom: 1px solid #d7d5d0; }
      .result-page .c-post--simple:nth-child(4n+4) .o-limited-block {
        overflow: hidden;
        position: relative;
        line-height: 1.3em;
        max-height: 1.3em;
        /*  text-align: justify;
          margin-right: -1em;*/
        padding-right: 1em; }
        .result-page .c-post--simple:nth-child(4n+4) .o-limited-block: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: #f9f8f6; }
      .result-page .c-post--simple:nth-child(4n+4) .o-limited-block--2 {
        overflow: hidden;
        position: relative;
        line-height: 1.3em;
        max-height: 2.6em;
        /*  text-align: justify;
          margin-right: -1em;*/
        padding-right: 1em; }
        .result-page .c-post--simple:nth-child(4n+4) .o-limited-block--2: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: #f9f8f6; }
    .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-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%;
        padding-left: 20px;
        padding-right: 20px; }
      .result-page .c-overskrift {
        width: 100%;
        display: block;
        margin-top: 25px; }
      .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: 200px; } }

/*end .result-page*/
/*start max-width 480px*/
@media only screen and (max-width: 480px) {
  .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; }

  .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; }

  .result-page .c-panel {
    height: 275px;
    overflow: visible; }
    .result-page .c-panel .c-menuul {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column wrap;
              flex-flow: column wrap;
      height: 150px;
      padding-left: 0;
      -webkit-padding-start: 0;
      width: 500px; } }
/*end min-width 641px*/
.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 .c-post__bilde, .c-post a.c-post__bilde {
    width: 80px;
    height: 120px;
    /*	background:$gray;*/ }
    .c-post .c-post__bilde div, .c-post a.c-post__bilde div {
      width: 80px;
      height: 120px;
      vertical-align: top;
      display: block; }
  .c-post.c-post--simple:nth-child(2n) {
    background: #f9f8f6;
    border-top: 1px solid #d7d5d0;
    border-bottom: 1px solid #d7d5d0; }
    .c-post.c-post--simple:nth-child(2n) .o-limited-block--2 {
      overflow: hidden;
      position: relative;
      line-height: 1.3em;
      max-height: 2.6em;
      /*  text-align: justify;
        margin-right: -1em;*/
      padding-right: 1em; }
      .c-post.c-post--simple:nth-child(2n) .o-limited-block--2:before {
        content: '...';
        position: absolute;
        right: 0;
        bottom: 0; }
      .c-post.c-post--simple:nth-child(2n) .o-limited-block--2:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: #f9f8f6; } }
/*start max-width 1280 (var 640px) */
@media only screen and (min-width: 641px) and (max-width: 1185px) {
  .c-post--simple {
    width: 100%; }

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

  .c-post--simple:nth-child(2n) {
    background: #f9f8f6;
    border-top: 1px solid #d7d5d0;
    border-bottom: 1px solid #d7d5d0; }
    .c-post--simple:nth-child(2n) .o-limited-block--2 {
      overflow: hidden;
      position: relative;
      line-height: 1.3em;
      max-height: 2.6em;
      /*  text-align: justify;
        margin-right: -1em;*/
      padding-right: 1em; }
      .c-post--simple:nth-child(2n) .o-limited-block--2:before {
        content: '...';
        position: absolute;
        right: 0;
        bottom: 0; }
      .c-post--simple:nth-child(2n) .o-limited-block--2:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: #f9f8f6; }

  .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;
    /*	background:$gray;*/ }

  .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; }
    .c-post c-post__bilde a div, .c-post a.c-post__bilde a div {
      width: 120px;
      height: 180px;
      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%; }

  #target-x-large,
  [id^="target-x-large-"],
  [id*=" target-x-large-"] {
    height: 100%;
    width: auto; }

  [id^="target-x-large-"], [id*=" target-x-large-"], #target-x-large {
    max-width: inherit;
    right: 0;
    left: inherit; }

  .image-bg,
  .overlay-image {
    height: 100%;
    width: 100%;
    background-size: auto 100%;
    background-position: right 0; }

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

  .form-overlay,
  [class^="text-overlay-"], [class*=" text-overlay-"] {
    left: 5%;
    right: inherit; }

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

  .form-overlay .advanced-search a.expand {
    background-position: 0 10px; }

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

  .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"], .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 .c-avgrensninger input[type="text"], .form .c-avgrensninger input[type="number"], .form-overlay .form .c-avgrensninger input[type="search"], .form .c-avgrensninger input[type="search"] {
    padding-right: 0; }

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

  [class^="text-overlay-"] .typed-cursor, [class*=" text-overlay-"] .typed-cursor {
    font-size: 2em; }

  /*
  .form-overlay form input[type="text"] {
    height: 35px;
    line-height: 35px;
    font-size: 0.7em;
    padding-left: 65px;
  }
  
  .form-overlay form label.search-label {
    line-height: 28px;
    font-size: 0.9em;
  }
  
  .form-overlay form .search-button {
    height: 35px;
    line-height: 35px;
    width: 35px;
  }
  
  .form-overlay form .search-button-label {
    top: 8px;
    right: 3px;
    width: 23px;
    height: 23px;
    background-size: 100% auto;
  }
  
  .form-overlay .advanced-search label {
    font-size: 0.7em;
  }

  .form-overlay form 
{
  ::-webkit-input-placeholder {
    line-height: 35px;
  }

  ::-moz-placeholder {
    line-height: 35px;
  }

  :-ms-input-placeholder {
    line-height: 35px;
  }

  :-moz-placeholder {
    line-height: 35px;
  }
  }
*/
  .c-content-primary {
    width: 100%;
    display: block; }

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

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

  .o-topmargin--if-narrow {
    margin-top: 20px; } }
/*end max-width 768px*/
/*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 {
    top: 10px;
    width: 90%;
    margin-top: 10px; }

  .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;
    }*/
  [class^="text-overlay-"],
  [class*=" text-overlay-"] {
    position: absolute;
    top: 60px;
    left: 150px; }

  .form-overlay {
    position: absolute;
    top: 125px;
    left: 100px;
    /*	left:15%;*/
    min-width: 400px; }

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

  .form-overlay form input[type="text"] {
    /*    width: 450px;*/ }

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

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

  #target-x-large,
  [id^="target-x-large-"],
  [id*=" target-x-large-"] {
    height: 100%;
    width: auto; }

  [id^="target-x-large-"], [id*=" target-x-large-"], #target-x-large {
    max-width: inherit;
    right: 0;
    left: inherit; }

  .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; } }
/*end min-width 769px and max-width 1280px*/
/*start min-width 769px*/
@media only screen and (min-width: 769px) {
  .advanced-search a {
    color: white; }

  .image-bg,
  .overlay-image {
    height: 100%;
    width: 100%;
    background-size: auto 100%;
    background-position: right 0; }

  .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 {
    -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: 400px; }

  .c-content-primary {
    -webkit-box-flex: 3;
    -webkit-flex-grow: 3;
            flex-grow: 3; }

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

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

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

  .c-sokeform {
    display: inline-block;
    background: #f9f8f6;
    padding: 65px 20px 65px 25px;
    min-width: 220px; }

  .c-sokeform .c-search input[type="number"], .c-sokeform .c-search input[type="text"], .c-sokeform .c-search input[type="search"], .c-sokeform .c-search select, .c-sokeform .c-search .c-avgrens-dropdown, .c-sokeform input[type="number"], .c-sokeform input[type="text"], .c-sokeform input[type="search"], .c-sokeform select, .c-sokeform .c-avgrens-dropdown {
    /*	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%; }
  .c-sokeform .c-search .is-hidden--if__large, .c-sokeform .is-hidden--if__large {
    display: none; }

  .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;
      /* margin-top:10px;*/
      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: 65px; }

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

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

  .c-post c-post__bilde {
    width: 120px;
    height: 180px;
    background: #f7f6f3; }
    .c-post c-post__bilde a {
      width: 120px;
      height: 180px;
      vertical-align: top; }

  .c-post--simple {
    margin-right: 20px; }

  #target-x-large,
  [id^="target-x-large-"],
  [id*=" target-x-large-"] {
    height: 100%;
    width: auto; }

  [id^="target-x-large-"], [id*=" target-x-large-"], #target-x-large {
    max-width: inherit;
    right: 0;
    left: inherit; } }
/*end min-width 941px*/
/*start min-width 769px and max-width 940px*/
@media only screen and (min-width: 769px) and (max-width: 940px) {
  #target-x-large,
  [id^="target-x-large-"],
  [id*=" target-x-large-"] {
    height: 100%;
    width: auto; }

  [id^="target-x-large-"], [id*=" target-x-large-"], #target-x-large {
    max-width: inherit;
    right: 0;
    left: inherit; }

  .image-bg,
  .overlay-image {
    height: 100%;
    width: 100%;
    background-size: auto 100%;
    background-position: right 0; }

  /* 
   .image-wrapper {
     height: 440px !important;
   }
   */
  .form-overlay,
  [class^="text-overlay-"], [class*=" text-overlay-"] {
    right: inherit;
    left: 100px;
    /*	left:15%;*/
    position: absolute; }

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

  .form-overlay .advanced-search a.expand {
    background-position: 0 10px; }

  [class^="text-overlay-"], [class*=" text-overlay-"] {
    top: 65px;
    /*   width: 80%;*/ }

  /* 
   .form-overlay {
     position: absolute;
     top: 105px;
     left: inherit;
     margin-top: 0;
     right: calc(30% + 60px);
  
   }*/
  .form-overlay form input[type="number"], .form-overlay form input[type="text"], .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[type="search"] {
    width: 100%;
    min-width: 11em;
    margin-right: 20px; }

  /*
  [class^="text-overlay-"] h1, [class*=" text-overlay-"] h1 {
    font-size: 1.5em;
  }
  */
  [class^="text-overlay-"] .typed-cursor, [class*=" text-overlay-"] .typed-cursor {
    font-size: 2em; }

  .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; }

  .form-overlay {
    top: 0;
    margin-top: 0;
    top: 115px;
    position: absolute;
    left: 110px;
    right: inherit;
    width: 600px; }

  .form-overlay form input[type="number"], .form-overlay form input[type="text"], .form-overlay form input[type="search"] {
    width: 600px; }

  .form-overlay form .c-avgrensninger input[type="number"], .form-overlay form .c-avgrensninger input[type="text"], .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*/
/*start min-width 941px*/
@media only screen and (min-width: 769px) {
  .image-wrapper {
    height: 500px !important; } }
@media only screen and (min-width: 941px) {
  .form-overlay, [class^="text-overlay-"], [class*=" text-overlay-"] {
    left: 150px; } }
/*end  min-width 941px*/
/*start min-width 1281px max-width 1440px*/
@media only screen and (min-width: 1186px) and (max-width: 1280px) {
  .c-post--simple__content {
    /*		width:300px;*/ } }
/*end min-width 1281px max-width 1440px*/
/*start min-width 1442px*/
@media only screen and (min-width: 1442px) {
  [class^="text-overlay-"],
  [class*=" text-overlay-"] {
    top: 60px;
    left: 500px; }

  .form-overlay {
    top: 120px;
    left: 500px; }

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

  .c-post--simple__content {
    /*	width:200px;*/ } }
/*end  min-width 1442px*/
/*start min-width 1922px*/
@media only screen and (min-width: 1922px) {
  [class^="text-overlay-"],
  [class*=" text-overlay-"] {
    top: 65px;
    left: inherit;
    right: 320px; }

  .form-overlay {
    top: 130px;
    left: 500px;
    right: calc(30% + 320px); } }
/*end  min-width 1922px*/
@-webkit-keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }
