@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: black;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*
$b-thin: 'Bronkoh Thin', 'Titillium Web';
$b-exlight: 'Bronkoh ExtraLight', 'Titillium Web';
$bronkoh: 'Bronkoh Regular', 'Titillium Web';
$b-semi: 'Bronkoh SemiBold', 'Titillium Web';
$b-light: 'Bronkoh Thin', 'Titillium Web';
*/
.acord-labels,
.acord-labels ~ .content span {
  background-color: #439bb6;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-left: #237791 solid 5px; }

.acord-labels:hover {
  background-color: #237791; }

.tabs-box {
  background-color: #fafafa;
  color: #fff;
  margin: 40px auto; }

.tabs-box .acord {
  position: relative;
  overflow: hidden; }

.tabs-box .acord label {
  position: relative;
  z-index: 1000;
  display: block;
  padding: 0 40px 0 12px;
  margin-bottom: 2px; }

.tabs-box .acord label,
.tabs-box .acord label i,
.tabs-box .acord i.fa-chevron-circle-down {
  height: 40px;
  line-height: 40px; }

.tabs-box .acord i.fa-chevron-circle-down {
  position: absolute;
  z-index: 1111;
  top: 0;
  left: 0;
  width: 40px;
  text-align: center;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s; }

.tabs-box .acord input {
  display: none; }

.tabs-box .content {
  position: relative;
  overflow: hidden;
  height: 0;
  color: #000;
  top: 0px;
  padding: 0px 10px; }

.tabs-box .content span.square {
  display: block;
  position: absolute;
  left: 10px;
  top: -22px;
  width: 20px;
  height: 20px;
  z-index: 100;
  transform: rotate(45deg); }

.tabs-box input[type="checkbox"]:checked ~ div.content {
  height: 100%;
  padding: 10px;
  top: 0px; }

.tabs-box input[type="checkbox"]:checked ~ i.fa-chevron-circle-down {
  transform: rotate(180deg); }

/* General placement and styling of the containers */
#tjenester-wrap {
  /* Animate left */
  /* Animate left END */
  /* Circle animation */
  /* Inne content styling */
  /* Small screens */ }
  #tjenester-wrap .banner-header h2.main {
    font-family: "Titillium Web";
    margin: 0;
    color: white;
    font-size: 2.6em;
    line-height: 1.2em;
    font-weight: 700;
    padding: 1em 0; }
    @media screen and (max-width: 700px) {
      #tjenester-wrap .banner-header h2.main {
        font-size: 2.2em;
        padding-bottom: 1em; } }
    @media screen and (max-width: 600px) {
      #tjenester-wrap .banner-header h2.main {
        font-size: 1.8em; } }
    @media screen and (max-width: 500px) {
      #tjenester-wrap .banner-header h2.main {
        font-size: 1.7em;
        text-align: center; } }
  #tjenester-wrap .banner-bransjer {
    position: absolute;
    bottom: 1em;
    left: 2em;
    color: white; }
    #tjenester-wrap .banner-bransjer span {
      font-size: 1.2em; }
    #tjenester-wrap .banner-bransjer h2 {
      margin-bottom: 0; }
  #tjenester-wrap .outer-wrapper-large {
    position: relative;
    height: 750px;
    width: 1156px;
    margin: 0 auto;
    padding: 0 2em;
    background-image: url("../img/banner/linjer.png"); }
    @media screen and (max-width: 900px) {
      #tjenester-wrap .outer-wrapper-large {
        display: none; } }
  #tjenester-wrap .wrapper-1 {
    position: absolute;
    left: 720px;
    top: 140px; }
  #tjenester-wrap .wrapper-2 {
    position: absolute;
    top: 200px;
    left: 0; }
  #tjenester-wrap .wrapper-3 {
    position: absolute;
    top: 420px;
    left: 550px; }
  #tjenester-wrap .container-list-wrapper {
    width: 150px;
    margin: 0px auto; }
  #tjenester-wrap ul .container-list {
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    height: 200px;
    list-style: none;
    position: relative;
    width: 200px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #237791;
    border-radius: 100px;
    padding-left: 60px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1); }
  #tjenester-wrap .container-list a {
    display: block;
    width: 190px;
    height: 190px;
    line-height: 100px;
    color: #000;
    text-decoration: none;
    text-indent: 10px;
    left: 5px;
    position: absolute;
    top: 5px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    border-radius: 95px; }
  #tjenester-wrap .container-list:hover {
    width: 630px; }
  #tjenester-wrap a#radgivning {
    left: auto;
    right: 5px; }
  #tjenester-wrap a#service {
    left: auto;
    right: 5px; }
  #tjenester-wrap .container-list-left {
    float: right; }
  #tjenester-wrap .container-list-right {
    float: left; }
  #tjenester-wrap .container-list-left:hover > .flex-container-left {
    margin-left: 20px; }
  #tjenester-wrap .flex-container-left {
    margin-left: 420px; }
  #tjenester-wrap .container-list-right:hover > .flex-container-right {
    margin-left: 160px; }
  #tjenester-wrap .flex-container-right {
    margin-left: -520px; }
  #tjenester-wrap .service-no {
    background: url("../img/banner/service.png");
    background-position: -240px -25px; }
  #tjenester-wrap .service-en {
    background: url("../img/banner/service_en.png");
    background-position: -240px -25px; }
  #tjenester-wrap #service:hover {
    background-position: -20px -25px; }
  #tjenester-wrap .radgivning-no {
    background: url("../img/banner/radgivning.png");
    background-position: -240px -25px; }
  #tjenester-wrap .radgivning-en {
    background: url("../img/banner/radgivning_en.png");
    background-position: -240px -25px; }
  #tjenester-wrap #radgivning:hover {
    background-position: -20px -25px; }
  #tjenester-wrap .overvakning-no {
    background: url("../img/banner/overvakning.png");
    background-position: -240px -25px; }
  #tjenester-wrap .overvakning-en {
    background: url("../img/banner/overvakning_en.png");
    background-position: -240px -25px; }
  #tjenester-wrap #overvakning:hover {
    background-position: -20px -25px; }
  #tjenester-wrap .flex-container {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 18px;
    width: 340px;
    height: 100%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    justify-content: center; }
  #tjenester-wrap .flex-container h3 {
    border-bottom: 1px solid white;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    width: auto; }
  #tjenester-wrap .inner-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    line-height: 23px; }
  #tjenester-wrap .column-1, #tjenester-wrap .column-2 {
    width: auto; }
  #tjenester-wrap .column-2 {
    margin-left: 15px; }
  #tjenester-wrap .flex-container ul {
    margin: 0;
    padding-left: 15px; }
  #tjenester-wrap .flex-container li {
    list-style-type: square;
    line-height: 1.3em;
    margin-bottom: 5px; }
  #tjenester-wrap .outer-wrapper-small {
    position: relative;
    margin: 0 auto;
    color: white;
    height: 100%;
    padding: 0 2em 1em 2em; }
    @media screen and (min-width: 900px) {
      #tjenester-wrap .outer-wrapper-small {
        display: none; } }
    #tjenester-wrap .outer-wrapper-small .banner-seksjon {
      margin-top: 25px;
      line-height: 1.5em; }
      #tjenester-wrap .outer-wrapper-small .banner-seksjon h2 {
        margin-bottom: 0; }
        @media screen and (max-width: 600px) {
          #tjenester-wrap .outer-wrapper-small .banner-seksjon h2 {
            font-size: 1.2em; } }
    #tjenester-wrap .outer-wrapper-small .banner-bransjer-small {
      color: white;
      margin-top: 1em; }
      #tjenester-wrap .outer-wrapper-small .banner-bransjer-small span {
        font-size: 1.2em; }
        @media screen and (max-width: 600px) {
          #tjenester-wrap .outer-wrapper-small .banner-bransjer-small span {
            font-size: 1em;
            line-height: 1.3em; } }
    #tjenester-wrap .outer-wrapper-small .banner-image-small {
      text-align: center;
      margin: 0 auto;
      padding-top: 10px; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Titillium Web";
  overflow-x: hidden;
  margin: 0 auto;
  font-weight: 300 !important; }

.clear {
  clear: both; }

img {
  vertical-align: bottom; }

.site-main {
  margin: 0 auto; }
  .site-main h1 {
    font-size: 2.5em;
    font-family: "Titillium Web"; }
  .site-main h2 {
    font-family: "Titillium Web"; }
  .site-main p {
    margin: 0 0 1.3em 0;
    line-height: 1.5em; }
  .site-main h3 {
    font-size: 1.2em;
    font-family: "Titillium Web";
    margin: 0 0 0.3em 0; }
  .site-main .entry-content ul {
    margin: 0 0 1.5em 0;
    padding: 0; }
  .site-main .entry-content li {
    position: relative;
    list-style: none;
    margin: 0 0 0 1.1em;
    line-height: 1.5em; }
  .site-main .entry-content li:before {
    position: absolute;
    top: -0.1em;
    left: -1.8em;
    content: '\f111';
    font-family: "FontAwesome";
    color: #7db8d5;
    font-size: 0.5em; }

.home .site-main {
  width: 100%;
  margin: 0; }

.button-wrap a.more-link {
  border-color: #d0634c;
  color: black;
  text-decoration: none;
  font-size: .8em;
  padding: .4em 1.5em .3em 1.5em;
  margin-top: 2em; }

article .entry-content .button-wrap {
  text-align: left; }

/* ---------------------------------------------------------------------
    AKTIVITER
----------------------------------------------------------------------- */
/* Forside */
.aktiviteter-wrap {
  position: relative;
  display: block;
  padding: 1em;
  margin: 0;
  background-color: #f6f6f6; }
  .aktiviteter-wrap .forside-wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-content: flex-start;
    justify-content: space-between; }
  .aktiviteter-wrap .overskrift-forside {
    padding: 0; }
  .aktiviteter-wrap article {
    width: 100%;
    min-width: 300px;
    margin: 0 1% 40px 1%;
    background-color: white;
    box-shadow: 2px 2px 5px #dedede;
    border-radius: 3px; }
    @media (min-width: 700px) {
      .aktiviteter-wrap article {
        width: 45%; } }
    @media (min-width: 1028px) {
      .aktiviteter-wrap article {
        width: 30%; } }
  .aktiviteter-wrap article:last-of-type {
    margin-right: 0; }
  .aktiviteter-wrap .entry-meta {
    padding: 10px 0 0 10px;
    margin: 0; }
  .aktiviteter-wrap .entry-footer {
    display: none; }
  .aktiviteter-wrap .post-img {
    height: 13em;
    overflow: hidden; }
    .aktiviteter-wrap .post-img a {
      width: 100%;
      height: 100%; }
    .aktiviteter-wrap .post-img img {
      transition: all .8s ease-out;
      object-fit: cover;
      height: 100%; }
    .aktiviteter-wrap .post-img img:hover {
      transform: scale(1.04); }
  .aktiviteter-wrap .button {
    border-color: #d0634c; }
  .aktiviteter-wrap .entry-title {
    margin: 1em 0 0.3em 0;
    line-height: 1.1em;
    font-family: "Titillium Web";
    font-size: 1.4em;
    padding: 0 10px; }
  .aktiviteter-wrap p {
    line-height: 1.4em; }
  .aktiviteter-wrap a {
    text-decoration: none;
    color: black; }
  .aktiviteter-wrap .entry-content {
    margin-bottom: 1em;
    padding: 0 10px; }
    .aktiviteter-wrap .entry-content a {
      color: black; }

.aktiviteter-wrap .button-wrap, .referanser-wrap .button-wrap {
  clear: both;
  width: 100%;
  text-align: center;
  margin-bottom: 3em; }

.single-post-page article.post {
  max-width: 1220px;
  margin: 0 auto; }
  .single-post-page article.post .entry-content {
    padding: 0; }
.single-post-page .nav-links {
  padding: .6em 0;
  max-width: 1220px;
  margin: 1em auto 2em auto;
  border-top: black solid 1px; }
.single-post-page .nav-previous a, .single-post-page .nav-next a {
  text-decoration: none;
  color: #7db8d5; }
.single-post-page .nav-previous:before {
  content: 'Eldre : '; }
.single-post-page .nav-next:before {
  content: 'Nyere : '; }

.nyheter-thumbnail {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5em; }
  .nyheter-thumbnail img {
    position: absolute;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%; }

.posted-on {
  display: inline-block;
  margin: 0;
  font-size: .8em; }
  .posted-on a {
    text-decoration: none;
    color: #a0a0a0;
    font-weight: normal; }

.posted-on:before {
  content: "\f469";
  font-family: dashicons;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  font-weight: lighter;
  position: relative;
  margin-bottom: 2px;
  vertical-align: middle;
  color: #a0a0a0; }

h1.entry-title {
  margin: 0 0 5px 0; }

.entry-content blockquote {
  color: #439bb6;
  font-size: 1.4em; }

.entry-content blockquote p {
  border-left: #439bb6 solid 2px;
  padding-left: 1em; }

body.single-post #main {
  width: 100%; }
  body.single-post #main .aktiviteter-wrap {
    padding-top: 20px;
    margin-top: 40px;
    background: none;
    border-top: 1px solid black; }
    body.single-post #main .aktiviteter-wrap .nyheter-flex-box {
      display: flex;
      flex-wrap: wrap;
      margin: 40px auto 0 auto;
      align-items: stretch;
      align-content: flex-start;
      justify-content: space-between;
      max-width: 1220px; }
    body.single-post #main .aktiviteter-wrap h2 {
      max-width: 1220px;
      margin: 0 auto;
      text-align: center;
      text-transform: uppercase; }
    body.single-post #main .aktiviteter-wrap h2.entry-title {
      text-align: left;
      padding-top: 10px; }
    body.single-post #main .aktiviteter-wrap article {
      text-align: left; }
    body.single-post #main .aktiviteter-wrap .entry-content {
      padding: 10px; }
    body.single-post #main .aktiviteter-wrap article {
      width: 100%;
      min-width: 300px;
      margin: 0 1% 40px 1%;
      background-color: white;
      box-shadow: 2px 2px 5px #dedede;
      border-radius: 3px; }
      @media (min-width: 700px) {
        body.single-post #main .aktiviteter-wrap article {
          width: 45%; } }
      @media (min-width: 1028px) {
        body.single-post #main .aktiviteter-wrap article {
          width: 30%; } }

/* ---------------------------------------------------------------------
    ACCORDION PRODUKTSIDER
----------------------------------------------------------------------- */
.accordion {
  padding: 0; }

.accordion .accordion-title {
  background-color: #7a7a7a;
  padding: 0.8em 1em 0.8em 1em;
  margin: 0;
  font-family: "Titillium Web";
  font-size: 1.2em;
  color: #fff;
  border-radius: 6px; }

.accordion .accordion-content {
  background-color: #f8f8f8;
  padding: 0 2em 4em 2em;
  margin: 0 5px 0 5px; }

h2.accordion-seksjon {
  margin: 1em 0 0 0;
  display: block; }

/* ---------------------------------------------------------------------
    KONTAKT BUTTON
-----------------------------------------------------------------------

.button-contact {
  font-family: $b-semi;
  font-size: 1.2em;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  background-color: $morkbla;
  border: none;
  text-align: center;
  padding: 0.6em;
  width: 300px;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: 25px;
}

.button-contact span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-contact span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-contact:hover span {
  padding-right: 25px;
}

.button-contact:hover span:after {
  opacity: 1;
  right: 0;
}

#kontakt-anchor{
  padding-top:30px;
}*/
/* ---------------------------------------------------------------------
    PRODUKT KONTAKT
----------------------------------------------------------------------- */
.kontakt-wrap-produkt {
  height: auto;
  margin-top: 20px; }

.kontakt-wrap-produkt div .kontakt-spacer {
  display: none; }
.kontakt-wrap-produkt .nf-form-wrap {
  padding: 2em;
  margin: 0 5px 16px 5px;
  background-color: #f8f8f8; }
.kontakt-wrap-produkt h3 {
  color: #fff;
  margin: 0 0 0 0;
  font-family: "Titillium Web";
  font-size: 1.2em;
  line-height: 1.1em;
  background-color: #439bb6;
  padding: 0.8em 1em 0.8em 1em;
  border-radius: 6px; }
.kontakt-wrap-produkt p {
  color: #000000;
  margin: 0;
  font-size: 1.5em !important;
  font-family: "Titillium Web"; }
.kontakt-wrap-produkt label {
  color: #000000 !important;
  font-size: 1.3em !important;
  font-family: "Titillium Web";
  line-height: 1.2em; }
.kontakt-wrap-produkt input, .kontakt-wrap-produkt textarea {
  border: none;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: .5em; }
.kontakt-wrap-produkt .textbox-wrap .nf-field-element input, .kontakt-wrap-produkt .email-container .nf-field-element input, .kontakt-wrap-produkt .phone-wrap .nf-field-element input {
  position: relative;
  height: 50px !important;
  padding-left: 70px;
  width: 100% !important; }
.kontakt-wrap-produkt .nf-field-container, .kontakt-wrap-produkt #ninja_forms_required_items {
  margin-bottom: 10px; }
.kontakt-wrap-produkt .nf-field-element {
  position: relative; }
.kontakt-wrap-produkt .textbox-wrap .nf-field-element:before, .kontakt-wrap-produkt .email-container .nf-field-element:before, .kontakt-wrap-produkt .phone-wrap .nf-field-element:before {
  position: absolute;
  top: 0;
  z-index: 200;
  left: 0;
  font-family: "FontAwesome";
  font-weight: normal;
  padding-top: 0.38em;
  color: white;
  font-size: 1.7em;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: rgba(76, 174, 216, 0.6);
  border-radius: 0.5em 0 0 0.5em; }
.kontakt-wrap-produkt .textbox-wrap .nf-field-element:before {
  content: '\f007'; }
.kontakt-wrap-produkt .email-container .nf-field-element:before {
  content: '\f0e0';
  font-size: 1.5em;
  padding-top: 0.5em; }
.kontakt-wrap-produkt .phone-wrap .nf-field-element:before {
  content: '\f095';
  padding-top: 0.45em; }
.kontakt-wrap-produkt .textbox-wrap .nf-field-element, .kontakt-wrap-produkt .email-container .nf-field-element, .kontakt-wrap-produkt .textarea-wrap, .kontakt-wrap-produkt .phone-wrap .nf-field-element {
  margin-left: 0; }
.kontakt-wrap-produkt .nf-before-form-content {
  display: none !important; }
.kontakt-wrap-produkt .field-wrap input[type="submit"], .kontakt-wrap-produkt .field-wrap input[type="button"], .kontakt-wrap-produkt .field-wrap button {
  background-color: #7cb367;
  padding: 0.15em 2em 0.15em 2em;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  box-shadow: none;
  border-radius: 0.3em;
  float: right;
  width: auto !important; }
.kontakt-wrap-produkt .nf-field-element textarea {
  height: 150px;
  padding: 10px 0 0 15px;
  margin-top: 10px; }
.kontakt-wrap-produkt .nf-form-cont {
  z-index: 200;
  padding: 0em;
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 3em;
  margin: auto; }

*::-webkit-input-placeholder {
  font-size: 1.3em;
  color: black; }

*:-moz-placeholder {
  /* FF 4-18 */
  font-size: 1.3em;
  color: black; }

*::-moz-placeholder {
  /* FF 19+ */
  font-size: 1.3em;
  color: black; }

*:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 1.3em;
  color: black; }

/* ---------------------------------------------------------------------
    FORSIDE KONTAKT
----------------------------------------------------------------------- */
.kontakt-wrap {
  position: relative;
  height: 35em;
  margin: 0 auto; }
  .kontakt-wrap .kontakt-skjema-wrap {
    max-width: 900px; }
  .kontakt-wrap .kontakt-info, .kontakt-wrap .kontakt-skjema {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50%; }
  .kontakt-wrap .kontakt-info {
    left: 0;
    background-color: #439bb6; }
  .kontakt-wrap .kontakt-info:after {
    content: ' ';
    position: absolute;
    right: -1.5em;
    top: 5em;
    z-index: 2;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    width: 3em;
    height: 3em;
    background-color: #439bb6; }
  .kontakt-wrap .kontakt-skjema {
    right: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.1); }

.kontakt-wrap div .kontakt-spacer {
  height: 100px; }
.kontakt-wrap h3 {
  color: white;
  margin: 0 0 0.5em 0;
  font-size: 2.5em;
  font-family: "Titillium Web";
  max-width: 300px;
  line-height: 1.1em; }
.kontakt-wrap p {
  color: white;
  margin: 0;
  font-size: 1.5em !important;
  font-family: "Titillium Web"; }
.kontakt-wrap label {
  color: white !important;
  font-size: 1.3em !important;
  font-family: "Titillium Web";
  line-height: 1.2em; }
.kontakt-wrap input, .kontakt-wrap textarea {
  border: none;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: .5em; }
.kontakt-wrap .textbox-wrap .nf-field-element input, .kontakt-wrap .email-container .nf-field-element input, .kontakt-wrap .phone-wrap .nf-field-element input {
  position: relative;
  height: 50px !important;
  padding-left: 70px;
  width: 100% !important; }
.kontakt-wrap .nf-field-container, .kontakt-wrap #ninja_forms_required_items {
  margin-bottom: 10px; }
.kontakt-wrap .nf-field-element {
  position: relative; }
.kontakt-wrap .textbox-wrap .nf-field-element:before, .kontakt-wrap .email-container .nf-field-element:before, .kontakt-wrap .phone-wrap .nf-field-element:before {
  position: absolute;
  top: 0;
  z-index: 200;
  left: 0;
  font-family: "FontAwesome";
  font-weight: normal;
  padding-top: 0.38em;
  color: white;
  font-size: 1.7em;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: rgba(76, 174, 216, 0.6);
  border-radius: 0.5em 0 0 0.5em; }
.kontakt-wrap .textbox-wrap .nf-field-element:before {
  content: '\f007'; }
.kontakt-wrap .email-container .nf-field-element:before {
  content: '\f0e0';
  font-size: 1.5em;
  padding-top: 0.5em; }
.kontakt-wrap .phone-wrap .nf-field-element:before {
  content: '\f095';
  padding-top: 0.45em; }
.kontakt-wrap .textbox-wrap .nf-field-element, .kontakt-wrap .email-container .nf-field-element, .kontakt-wrap .textarea-wrap, .kontakt-wrap .phone-wrap .nf-field-element {
  margin-left: 4em; }
.kontakt-wrap .nf-before-form-content {
  display: none !important; }
.kontakt-wrap .field-wrap input[type="submit"], .kontakt-wrap .field-wrap input[type="button"], .kontakt-wrap .field-wrap button {
  background-color: #7cb367;
  padding: 0.15em 2em 0.15em 2em;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  box-shadow: none;
  border-radius: 0.3em;
  float: right; }
.kontakt-wrap .nf-field-element textarea {
  height: 150px;
  padding: 10px 0 0 15px;
  margin-top: 10px; }
.kontakt-wrap .nf-form-cont {
  z-index: 200;
  column-count: 2;
  position: absolute;
  top: 5em;
  left: 8%;
  right: 8%;
  bottom: 3em;
  margin: auto; }

*::-webkit-input-placeholder {
  font-size: 1.3em;
  color: black; }

*:-moz-placeholder {
  /* FF 4-18 */
  font-size: 1.3em;
  color: black; }

*::-moz-placeholder {
  /* FF 19+ */
  font-size: 1.3em;
  color: black; }

*:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 1.3em;
  color: black; }

/* ---------------------------------------------------------------------
    IOT
----------------------------------------------------------------------- */
.ratio {
  position: relative;
  z-index: -200; }

#tjenester-wrap {
  background-color: #058caa;
  background-image: url("../img/banner/bakgrunn.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 750px; }
  @media screen and (max-width: 900px) {
    #tjenester-wrap {
      height: auto; } }
  @media screen and (max-width: 600px) {
    #tjenester-wrap {
      background-image: none; } }

/*#iot-mor-wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  padding: 4em 4em 4em 4em;
  overflow: hidden;
  !*  .iot-mor-bg{
      position: absolute;
      background-image: url("../img/iot-bg.png");
      background-size: contain;
      background-position: bottom right;
      background-repeat: no-repeat;
      bottom: 0;
      right: -4em;
      top: 0;
      width: 60%;
      opacity: 0.3;
    }
    *!
  h1, h2, h3, p, li, a {
    color: white;
    text-decoration: none;
  }
  ul {
    margin: 0;
    padding: 0;
  }
  li {
    list-style: none;
    font-family: $b-light;
    letter-spacing: 0.05em;
  }
  h1 {
    position: absolute;
    font-size: 2.5em;
    margin: 0;
    line-height: 1.2em;
    font-family: $b-thin;
    float: left;
    max-width: 45%;
  }
  .iot-meny {
    position: absolute;
    top: 12.5em;
    z-index: 2;
    li {
      position: relative;
      font-size: 1.3em;
      margin-left: 1.1em;
      line-height: 1.5em;
    }
    li:before {
      position: absolute;
      content: '+';
      color: $lysbla;
      left: -1em;
      top: -0.2em;
      font-family: $b-semi;
    }
  }
  h2 {
    line-height: 1.1em;
    font-size: 1.6em;
    font-weight: $b-thin !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0 0 0.5em 0;
  }
  .iot-bransjer {
    position: absolute;
    bottom: 4em;
    max-width: 40%;
    h2 {
      font-size: 1.5em;
      margin: 0 0 0.4em 0;
    }
    li {
      position: relative;
      text-transform: uppercase;
      display: inline;
      margin-right: 1.5em;
      font-size: 1.1em;
      line-height: 1.3em;
    }
    li:after {
      position: absolute;
      content: '|';
      top: -0.05em;
      right: -1em;
      color: $lysbla;
    }
    li:last-child:after {
      content: ' ';
    }
  }

}

.iot-wrap {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 72%;
  float: right;
  img {
    width: 100%;
  }
}

.ikon {
  position: absolute;
  background-color: white;
  border-radius: 50%;
  z-index: 200;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  img {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
  }
}

@mixin ikon-after {
  content: ' ';
  position: absolute;
  height: 2px;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.ikon-1 {
  top: 24%;
  left: 0;
  width: 28%;
}

*.ikon-1:after {
  @include ikon-after;
  width: 28%;
  bottom: -3%;
  left: 70%;
  @include rotate(50deg);
  z-index: -200;
}

.ikon-2 {
  width: 19%;
  left: 40%;
  top: 35%;
}

.ikon-2:before {
  @include ikon-after;
  width: 40%;
  bottom: auto;
  top: -70;
  left: 45%;
  @include rotate(-75deg);
  z-index: -100;
}

.ikon-2:after {
  @include ikon-after;
  bottom: auto;
  top: 40%;
  left: -67%;
  width: 75%;
  @include rotate(10deg);
  z-index: -100;
}

.ikon-3 {
  width: 28%;
  bottom: 0;
  left: 23%;
}

.ikon-3:before {
  @include ikon-after;
  width: 63%;
  bottom: 40%;
  left: auto;
  right: -60%;
  @include rotate(10deg);
  z-index: -100;
}

.ikon-3:after {
  @include ikon-after;
  bottom: auto;
  top: 0;
  left: 72%;
  width: 10%;
  @include rotate(-60deg);
  z-index: -100;
}

.ikon-4 {
  width: 23%;
  top: 0;
  left: 45%;
}

.ikon-4:after {
  @include ikon-after;
  bottom: auto;
  top: 80%;
  left: -90%;
  width: 100%;
  @include rotate(-30deg);
  z-index: -100;
}

.ikon-5 {
  width: 23%;
  top: 25%;
  right: 8%;
}

.ikon-5:before {
  @include ikon-after;
  width: 35%;
  bottom: auto;
  top: 8%;
  left: -15%;
  @include rotate(40deg);
  z-index: -100;
}

.ikon-5:after {
  @include ikon-after;
  bottom: auto;
  top: 70%;
  left: -44%;
  width: 47%;
  @include rotate(-10deg);
  z-index: -100;
}

.ikon-6 {
  width: 12%;
  right: 0;
  bottom: 20%;
}

.ikon-6:before {
  @include ikon-after;
  width: 75%;
  bottom: auto;
  top: -24%;
  left: -30%;
  @include rotate(60deg);
  z-index: -100;
}

.ikon-6:after {
  @include ikon-after;
  bottom: auto;
  top: 90%;
  left: -80%;
  width: 100%;
  @include rotate(-25deg);
  z-index: -100;
}

.ikon-7 {
  width: 18%;
  right: 15%;
  bottom: 1%;
}

.ikon-7:before {
  @include ikon-after;
  width: 110%;
  bottom: auto;
  top: -25%;
  left: -80%;
  @include rotate(45deg);
  z-index: -100;
}

.ikon-7:after {
  @include ikon-after;
  bottom: auto;
  top: -35%;
  left: 25%;
  width: 75%;
  @include rotate(100deg);
  z-index: -100;
}

.ikon-tekst {
  position: absolute;
  display: none;
  background-color: white;
  width: 29em;
  padding: 2em 1.5em 2em 1.5em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 400;
  p, h3, h2, h4 {
    color: black !important;
  }
  h3 {
    text-transform: uppercase;
    margin: 0 0 0.4em 0;
    font-size: 1.2em;
  }
  p {
    line-height: 1.3em;
    margin: 0;
  }
}

.ikon-tekst-1, .ikon-tekst-2, .ikon-tekst-4 {
  left: 2em;
  top: 60%;
}

.ikon-tekst-2, .ikon-tekst-4, .ikon-tekst-5 {
  left: 2em;
  top: 0;
}

.ikon-tekst-5 {
  right: -20%;
  top: 0;
}

.ikon-tekst-7, .ikon-tekst-6, .ikon-tekst-3 {
  left: 0;
  bottom: 0;
}

.ikonlink {
  cursor: hand;
}

.ikonlink:hover {
  .ikon-tekst {
    display: block;
  }
}*/
/*!* ---------------------------------------------------------------------
    ROTERENDE SIRKEL
----------------------------------------------------------------------- *!

.sirkel-crop {
  position: absolute;
  right: 0;
  top: 3em;
  width: 450px;
  overflow: hidden;
}

.sirkel-rotate {
  @include size(1100px);

  -webkit-animation: spin 10s linear 0s infinite reverse;
  -moz-animation: spin 10s linear 0s infinite reverse;
  -ms-animation: spin 10s linear 0s infinite reverse;
  -o-animation: spin 10s linear 0s infinite reverse;
  animation: spin 10s linear 0s infinite reverse;

  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.sirkel {
  width: 100%;

  -webkit-animation: spin 50s linear 0s infinite normal;
  -moz-animation: spin 50s linear 0s infinite normal;
  -ms-animation: spin 50s linear 0s infinite normal;
  -o-animation: spin 50s linear 0s infinite normal;
  animation: spin 50s linear 0s infinite normal;
}

.sirkel-rotate:hover {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

@keyframes spin {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(360deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(360deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}

!* ---------------------------------------------------------------------
    IOT UNDERSIDER
----------------------------------------------------------------------- *!

.iot-aside-wrap .iot-wrap {
  width: 100%;
  float: none;
  .ikon {
    background-color: whitesmoke;
  }
  .ikonlink:hover {
    .ikon-tekst {
      display: none;
    }
  }
  .ikon {
    &:before, &:after {
      z-index: -200;
      background-color: rgba(0, 0, 0, 0.8);
    }
  }
}*/
/* ---------------------------------------------------------------------
    UNDERSIDER
----------------------------------------------------------------------- */
.page-child h1, .page-template-default h1 {
  margin-top: 0; }
.page-child .site-content, .page-template-default .site-content {
  max-width: 1220px;
  margin: 0 auto 6em auto;
  width: 100%; }
  @media (min-width: 600px) {
    .page-child .site-content, .page-template-default .site-content {
      width: 90%; } }
.page-child .content-area, .page-template-default .content-area {
  max-width: 850px; }
  @media (min-width: 1028px) {
    .page-child .content-area, .page-template-default .content-area {
      float: right;
      width: 68%; } }

/* ---------------------------------------------------------------------
    SIDEBAR
----------------------------------------------------------------------- */
aside {
  margin: 0 auto;
  width: 320px; }
  @media (min-width: 1028px) {
    aside {
      float: left;
      width: 30%;
      min-width: 295px; } }
  aside .content-row {
    width: 100%;
    max-width: 320px;
    margin-bottom: 3.5em; }
  aside ul {
    margin: 0;
    padding: 0; }
  aside li {
    position: relative;
    list-style: none;
    margin-left: 1em;
    font-size: 1.05em;
    line-height: 1.5em; }
  aside li:before {
    position: absolute;
    content: '+';
    font-family: "Titillium Web";
    left: -1em;
    top: -0.15em; }
  aside li a {
    text-decoration: none;
    color: black; }
  aside h3 {
    font-family: "Titillium Web";
    width: 100%;
    font-size: 1.3em;
    padding: 0 0 0.5em 0;
    border-bottom: solid thin rgba(0, 0, 0, 0.3); }
  aside h4 {
    font-family: "Titillium Web";
    font-size: 1.1em; }

.kontaktpersoner-wrapper {
  display: flex;
  margin-bottom: 1.5rem; }

.kontaktpersoner-wrapper .person-bilde,
.kontaktpersoner-wrapper .person-bilde__tom, .referanser-wrap .person-bilde,
.referanser-wrap .person-bilde__tom, .single-referanse-forside .person-bilde,
.single-referanse-forside .person-bilde__tom {
  border-radius: 50%;
  width: 4em;
  height: 4em;
  overflow: hidden; }
  .kontaktpersoner-wrapper .person-bilde img,
  .kontaktpersoner-wrapper .person-bilde__tom img, .referanser-wrap .person-bilde img,
  .referanser-wrap .person-bilde__tom img, .single-referanse-forside .person-bilde img,
  .single-referanse-forside .person-bilde__tom img {
    width: 100%; }
  .kontaktpersoner-wrapper .person-bilde .person-bilde,
  .kontaktpersoner-wrapper .person-bilde__tom .person-bilde, .referanser-wrap .person-bilde .person-bilde,
  .referanser-wrap .person-bilde__tom .person-bilde, .single-referanse-forside .person-bilde .person-bilde,
  .single-referanse-forside .person-bilde__tom .person-bilde {
    background-color: #7db8d5; }
.kontaktpersoner-wrapper .person-bilde:after, .referanser-wrap .person-bilde:after, .single-referanse-forside .person-bilde:after {
  content: '\f007';
  font-family: "FontAwesome";
  display: block;
  font-style: normal;
  color: white;
  font-size: 35px;
  width: 100%;
  text-align: center;
  padding-top: 0.3em; }
.kontaktpersoner-wrapper .info-wrap, .referanser-wrap .info-wrap, .single-referanse-forside .info-wrap {
  position: relative;
  width: 72%;
  margin: 0 0 1.8em 1em; }
  .kontaktpersoner-wrapper .info-wrap h4, .kontaktpersoner-wrapper .info-wrap p, .referanser-wrap .info-wrap h4, .referanser-wrap .info-wrap p, .single-referanse-forside .info-wrap h4, .single-referanse-forside .info-wrap p {
    margin: 0;
    padding: 0; }
  .kontaktpersoner-wrapper .info-wrap p, .referanser-wrap .info-wrap p, .single-referanse-forside .info-wrap p {
    line-height: 1.5em; }
.kontaktpersoner-wrapper p.stilling, .referanser-wrap p.stilling, .single-referanse-forside p.stilling {
  font-family: "Titillium Web";
  font-style: italic;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em; }
.kontaktpersoner-wrapper a, .referanser-wrap a, .single-referanse-forside a {
  color: black;
  text-decoration: none; }
.kontaktpersoner-wrapper .info-wrap:last-child, .referanser-wrap .info-wrap:last-child, .single-referanse-forside .info-wrap:last-child {
  margin-bottom: 0; }

.referanser-wrap .info-wrap {
  padding-top: 0.5em; }
.referanser-wrap p {
  line-height: 1.3em; }
.referanser-wrap .info-wrap:before {
  position: absolute;
  top: 0;
  content: ' ';
  width: 30%;
  height: 1px;
  background-color: black; }

.referanser-wrap .forside-wrap {
  padding-bottom: 2em;
  padding-top: 2em; }
  .referanser-wrap .forside-wrap .en-referanse {
    width: 28%;
    float: left;
    min-height: 15em;
    margin: 2em 2.5% 0 2.5%; }
    .referanser-wrap .forside-wrap .en-referanse .person-bilde {
      background-color: #d0634c; }

.referanse {
  margin-bottom: 40px; }
  .referanse p {
    line-height: 1.3em;
    letter-spacing: 0.04em;
    margin-bottom: 1.3em; }
    .referanse p a {
      text-decoration: none;
      color: black; }

.referanser-flex-box {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0 auto;
  align-items: stretch;
  align-content: flex-start;
  justify-content: space-between;
  max-width: 1220px; }

.single-referanse-forside {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 260px;
  padding: 0 1%;
  margin-bottom: 50px;
  justify-content: space-between; }
  @media (min-width: 700px) {
    .single-referanse-forside {
      width: 45%; } }
  @media (min-width: 1028px) {
    .single-referanse-forside {
      width: 29%; } }

.ref-info-wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start; }
  .ref-info-wrap p {
    margin: 0; }
  .ref-info-wrap h4 {
    margin: 3px 0 0 0; }
  .ref-info-wrap .ref-info span:before {
    position: absolute;
    content: ' ';
    width: 60px;
    height: 1px;
    color: black;
    background-color: black; }

.ref-bilde {
  width: auto;
  height: 4em;
  margin-right: 18px;
  overflow: hidden;
  text-align: center;
  max-width: 50%; }
  .ref-bilde img {
    max-height: 100%; }

/*.ref-bilde:after {
  content: '\f007';
  font-family: $awesome;
  font-style: normal;
  color: white;
  font-size: 35px;
  margin-top: 10px;
  line-height: 63px;
  vertical-align: center;
}*/
/* Referanser single-side */
article.referanse {
  max-width: 1220px;
  margin: 0 auto 50px auto; }
  article.referanse .entry-meta {
    display: none; }

.flere-referanser-wrapper {
  border-top: 1px solid black;
  max-width: 1220px;
  margin: 20px auto; }
  .flere-referanser-wrapper h2 {
    margin: 10px auto 25px auto;
    width: 90%;
    text-align: center;
    text-transform: uppercase; }
  .flere-referanser-wrapper .referanser-flex-box {
    padding: 0; }
    .flere-referanser-wrapper .referanser-flex-box a {
      text-decoration: none;
      color: black;
      transition: all .8s ease-out; }
    .flere-referanser-wrapper .referanser-flex-box a:hover {
      transform: scale(1.03); }

/* ---------------------------------------------------------------------
    FORSIDE
----------------------------------------------------------------------- */
.forside-wrap {
  width: 100%;
  padding: 0 2em;
  max-width: 1220px;
  margin: 0 auto; }
  .forside-wrap h2 {
    font-family: "Titillium Web";
    font-size: 2.7em;
    line-height: 1.2em; }

.button {
  border-radius: .2em;
  border: solid #d0634c 1px;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-family: "Titillium Web";
  font-size: 1.1em;
  background-color: #fff;
  display: inline-block; }

.content-row .button {
  margin-top: 0; }

h2.overskrift-forside {
  font-family: "Titillium Web";
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-size: 2.8em;
  letter-spacing: 0.04em; }

/*
Fremhevet nyhet
*/
.fremhevet-nyhet-wrap {
  position: relative;
  background-color: #f2f2f2;
  border-bottom: #d0634c solid 5px;
  z-index: 100; }

.fremhevet-nyhet-inner {
  max-width: 1220px;
  margin: 0 auto; }

.fremhevet-nyhet-banner {
  position: relative;
  background: #d0634c url("../img/fremhevet_bakgrunn.png") repeat-x center;
  text-align: center;
  padding: .4em 0 .3em 0;
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px; }

.fremhevet-nyhet-flex {
  display: flex;
  flex-direction: column;
  padding: 2em;
  text-align: center;
  justify-content: center;
  align-items: flex-start; }
  @media (min-width: 700px) {
    .fremhevet-nyhet-flex {
      padding: 2em; } }
  @media (min-width: 900px) {
    .fremhevet-nyhet-flex {
      flex-direction: row;
      padding: 4em; } }

.fremhevet-nyhet-bilde {
  flex: .8;
  position: relative;
  margin-right: 1em;
  height: 100%; }
  .fremhevet-nyhet-bilde img {
    height: 100%;
    display: block;
    margin: 0 auto; }

.fremhevet-nyhet-tekst {
  flex: 1;
  width: 100%;
  text-align: left; }
  @media (min-width: 900px) {
    .fremhevet-nyhet-tekst {
      margin-left: 1em; } }
  .fremhevet-nyhet-tekst h2.entry-title {
    font-size: 2.2em;
    color: #d0634c;
    line-height: 1em;
    margin: 0 0 10px 0; }
    @media (min-width: 700px) {
      .fremhevet-nyhet-tekst h2.entry-title {
        font-size: 2.8em; } }

.innledning-wrap {
  padding: 2em 0 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 400px) {
    .innledning-wrap {
      height: 600px; } }
  @media (min-width: 600px) {
    .innledning-wrap {
      padding: 2em 2em 0 2em; } }
  .innledning-wrap .button-wrap {
    text-align: center;
    margin-bottom: 2em;
    margin-top: 1rem; }
  .innledning-wrap .button {
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    border: none;
    padding: 0.5em 1.5em;
    border-width: 2px;
    font-size: 1rem; }
  .innledning-wrap .button:hover {
    background-color: rgba(255, 255, 255, 0.9); }
  .innledning-wrap .top-section {
    width: 100%;
    max-width: 900px;
    margin: 1em auto 0 auto;
    padding: 1em;
    background-color: white;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.8); }
    @media (min-width: 600px) {
      .innledning-wrap .top-section {
        padding: 1.5em 2em; } }
    .innledning-wrap .top-section h1 {
      font-size: 1.7em;
      line-height: 1.1em;
      text-align: center;
      margin: 0; }
      @media (min-width: 600px) {
        .innledning-wrap .top-section h1 {
          font-size: 5.2vw; } }
      @media (min-width: 900px) {
        .innledning-wrap .top-section h1 {
          font-size: 3em; } }
    .innledning-wrap .top-section p {
      font-size: 1.2em;
      font-family: "Titillium Web";
      line-height: 1.4em;
      margin: .5em 0 0 0;
      text-align: center;
      padding: 0 1em; }
      @media (min-width: 600px) {
        .innledning-wrap .top-section p {
          font-size: 3vw; } }
      @media (min-width: 900px) {
        .innledning-wrap .top-section p {
          font-size: 1.6em; } }
  .innledning-wrap .bottom-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    background-color: #439bb6;
    color: white;
    text-align: center;
    padding: 1em; }
    @media (min-width: 600px) {
      .innledning-wrap .bottom-section {
        max-width: 830px;
        padding: 1em 3em 1em 3em; } }
    .innledning-wrap .bottom-section .bottom-section__details {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      text-align: center; }
      @media (min-width: 700px) {
        .innledning-wrap .bottom-section .bottom-section__details {
          flex-direction: column;
          text-align: center; } }
    .innledning-wrap .bottom-section .bottom-section__button {
      display: flex;
      justify-content: center;
      flex-grow: 1;
      flex-shrink: 1;
      margin-top: 1rem; }
      @media (min-width: 700px) {
        .innledning-wrap .bottom-section .bottom-section__button {
          margin-top: 0; } }
      .innledning-wrap .bottom-section .bottom-section__button a.button {
        position: relative;
        padding: 0.5rem 1rem 0.5rem 1rem;
        box-shadow: 1px 1px 10px  #3d89a0; }
      .innledning-wrap .bottom-section .bottom-section__button a.button i {
        margin-right: .6rem;
        transform: translateY(0.1rem); }
    .innledning-wrap .bottom-section h2 {
      font-size: 1.7em;
      line-height: 1.2em;
      letter-spacing: 1px;
      margin: 0 0 .3em 0; }
      @media (min-width: 600px) {
        .innledning-wrap .bottom-section h2 {
          font-size: 4.5vw; } }
      @media (min-width: 900px) {
        .innledning-wrap .bottom-section h2 {
          font-size: 2.6em; } }
    .innledning-wrap .bottom-section p {
      font-size: 1em;
      line-height: 1.5em;
      font-weight: 400;
      margin: 0; }
      @media (min-width: 600px) {
        .innledning-wrap .bottom-section p {
          font-size: 2.5vw; } }
      @media (min-width: 900px) {
        .innledning-wrap .bottom-section p {
          font-size: 1.4em; } }

.vakttelefon-wrap {
  background-color: #439bb6;
  padding: 3em 1em;
  color: white;
  text-align: center; }
  .vakttelefon-wrap h2 {
    text-transform: uppercase;
    line-height: 1.2em;
    font-family: "Titillium Web";
    margin: 0 0 10px 0;
    letter-spacing: 0.03em; }
    @media (min-width: 600px) {
      .vakttelefon-wrap h2 {
        font-size: 1.8em; } }
    @media (min-width: 900px) {
      .vakttelefon-wrap h2 {
        font-size: 2.7em; } }
  .vakttelefon-wrap p {
    margin: 0;
    font-family: "Titillium Web";
    letter-spacing: 0.02em;
    font-size: 1.1em; }
    @media (min-width: 600px) {
      .vakttelefon-wrap p {
        font-size: 1.4em; } }
    @media (min-width: 900px) {
      .vakttelefon-wrap p {
        font-size: 1.7em; } }

.mycbm-outer {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15); }

.mycbm-wrap {
  background-image: url("../img/cbm-bg3.png");
  background-size: cover;
  background-position: left center;
  width: 100%;
  max-width: 1220px;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 3em 1em 2em 1em; }
  @media (min-width: 700px) {
    .mycbm-wrap {
      padding: 4em 1em;
      height: 21em; } }
  @media (min-width: 900px) {
    .mycbm-wrap {
      height: 23em;
      padding: 4em 5em; } }
  @media (min-width: 1028px) {
    .mycbm-wrap {
      padding: 4em 7em; } }
  .mycbm-wrap .tekst {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 700px) {
      .mycbm-wrap .tekst {
        width: 70%;
        margin: 0;
        text-align: left; } }
    @media (min-width: 900px) {
      .mycbm-wrap .tekst {
        width: 60%;
        margin: 0; } }
    @media (min-width: 1028px) {
      .mycbm-wrap .tekst {
        width: 55%; } }
    .mycbm-wrap .tekst h2 {
      margin: 0;
      line-height: 1em; }
      @media (min-width: 700px) {
        .mycbm-wrap .tekst h2 {
          text-align: left; } }
    .mycbm-wrap .tekst p {
      line-height: 1.3em;
      font-size: 1.2em;
      font-family: "Titillium Web"; }
      @media (min-width: 700px) {
        .mycbm-wrap .tekst p {
          font-size: 1.5em; } }
  .mycbm-wrap .button {
    border-color: #d0634c;
    margin: 0 1em 1em 0;
    padding: 0.3rem 1.2rem;
    font-size: 1rem; }

/* ---------------------------------------------------------------------
    NAV
----------------------------------------------------------------------- */
#masthead-wrap {
  position: sticky;
  top: 0px;
  z-index: 99999999; }

.shrink {
  height: 120px; }

.shrunk {
  height: 50px !important;
  transition: all 0.4s ease-in-out; }
  .shrunk div.search-bar-wrap {
    margin-top: -100px; }
  .shrunk img.header-logo {
    margin-top: 0;
    height: 50px; }

#masthead {
  background-color: white;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  #masthead a {
    text-decoration: none; }

.header-wrap {
  width: 90%;
  max-width: 1220px;
  min-width: 300px;
  height: 77px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: white;
  padding: 0 2em 0 0;
  transition: all 0.4s ease-in-out; }
  @media (min-width: 400px) {
    .header-wrap {
      height: 115px; } }

.site-branding {
  width: auto; }
  .site-branding img {
    margin-top: 6px;
    height: 70px;
    width: auto;
    transition: all 0.4s ease-in-out; }
    @media (min-width: 400px) {
      .site-branding img {
        height: 100px; } }

.language-mycbm-wrap {
  display: flex;
  flex-direction: row; }

.language-bar {
  display: none;
  margin-right: 5em; }

.mycbm-button {
  background-color: #7db8d5;
  border-radius: 0.3em;
  padding: 0.2em 1em 0.2em 1em;
  font-size: 0.8em;
  color: white;
  width: auto; }

.my-reports, .mycbm-bar {
  margin-left: 10px; }

.site-nav-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1.4s ease-in-out; }
  @media (min-width: 900px) {
    .site-nav-wrap {
      justify-content: flex-end; } }
  @media screen and (max-width: 1160px) {
    .site-nav-wrap {
      display: none; } }

.search-bar-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 1em 1em 1em 0;
  transition: all 0.4s ease-in-out; }

#site-navigation {
  padding: 1em 0 0 0;
  display: flex;
  justify-content: flex-end; }
  #site-navigation li {
    display: inline-block;
    font-family: "Titillium Web";
    text-transform: uppercase;
    letter-spacing: 0.03em; }
  #site-navigation li:last-child {
    margin-right: 0; }
  #site-navigation li:after {
    position: absolute;
    content: '|';
    top: 0;
    right: -0.2em;
    color: #7db8d5;
    font-family: "Titillium Web"; }
  #site-navigation li:last-child:after {
    content: ' '; }
  #site-navigation li a {
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.9);
    height: 28px;
    padding: 0 1em .5em 1em; }
  #site-navigation #primary-menu > li > a:hover {
    border-bottom: #7db8d5 solid 3px; }
  #site-navigation ul ul li {
    background-color: #f2f2f2;
    margin: 0;
    padding: .6em 0 0 0;
    font-family: "Titillium Web";
    text-transform: none; }
  #site-navigation ul ul li:hover {
    background-color: #7db8d5; }
  #site-navigation ul ul li:after {
    content: ' '; }
  #site-navigation ul ul a {
    color: rgba(0, 0, 0, 0.9);
    height: auto;
    padding: 0 1em .5em 1em; }

/*
* Search-field
 */
.search-field {
  box-sizing: border-box; }

.search-field--input {
  background-color: #eaeaea;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 100%;
  box-sizing: border-box;
  width: 100px;
  padding-left: 1rem;
  transition: all 0.2s ease-in-out; }

.search-field--input:focus {
  outline-offset: 0;
  outline: none;
  width: 150px;
  background-color: #e8f0fe; }

.search-field--wrapper {
  position: relative;
  border-collapse: separate;
  display: flex; }

.search-field--input {
  margin: 0; }

.search-field--button {
  position: relative;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
  background-color: #eaeaea;
  color: white;
  width: 30px;
  font-size: 0.8rem;
  margin: 0;
  transition: all 0.2s ease-in-out; }

.search-field--input:focus + .search-field--button {
  background-color: #e8f0fe; }

.search-field--button:after {
  position: absolute;
  content: '\f002';
  color: #7db8d5;
  top: .35em;
  left: 0;
  font-size: 1.2em;
  font-family: "FontAwesome";
  width: 2em;
  height: 2em; }

.search-field--button:focus {
  outline: none; }

.mycbm-button:hover,
.social-button:hover {
  background-color: #70aac7; }

.button-service {
  background-color: #d0634c; }

.button-service:hover {
  background-color: #c55e4b; }

#searchform {
  position: relative; }

/*
Social buttons
 */
.social-button {
  position: relative;
  height: 26px;
  border-radius: 50%;
  width: 26px;
  background-color: #7db8d5; }

.social-button {
  margin-left: 10px; }

.social-button--icon::before {
  position: absolute;
  color: white;
  display: block;
  width: 100%;
  top: 0.4rem;
  text-align: center;
  font-family: "FontAwesome";
  font-size: .8rem; }

.icon-fb::before {
  content: '\f09a'; }

.icon-in::before {
  content: '\f0e1'; }

/*#searchform:before {
  position: absolute;
  content: '\f002';
  color: $lysbla;
  top: 0.1em;
  right: -.5em;
  font-size: 1.2em;
  font-family: $awesome;
  @include size(2em);
}*/
.menu-toggle-sprak {
  background-color: transparent;
  border: none;
  position: relative;
  text-transform: uppercase;
  font-family: "Titillium Web";
  letter-spacing: 0.03em;
  font-size: 1.1em; }
  .menu-toggle-sprak ul {
    position: absolute; }
  .menu-toggle-sprak li {
    list-style: none; }

.menu-toggle-sprak:after {
  content: '\2198';
  font-size: 1.2em;
  font-family: "Titillium Web";
  color: #7cb367; }

#ul-sprak {
  float: left;
  box-shadow: none;
  margin: 0;
  padding: 0; }
  #ul-sprak li:after {
    content: ' ';
    padding: 0.3em 1em; }
  #ul-sprak a {
    text-transform: none;
    color: rgba(0, 0, 0, 0.9);
    height: 30px; }

#ul-sprak {
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999; }

.menu-toggle-sprak:hover #ul-sprak {
  left: auto; }

.search-form {
  display: none; }

/* Breadcrumbs */
.breadcrumbs {
  font-size: .8em;
  color: #636363;
  background-color: #f6f6f6;
  padding: 13px 0 7px 0;
  z-index: 100;
  margin-bottom: 3.5em; }
  .breadcrumbs p {
    margin: 0 auto;
    width: 90%;
    max-width: 1220px; }
  .breadcrumbs span {
    font-style: normal; }
  .breadcrumbs a {
    text-decoration: none;
    color: #439bb6;
    font-style: normal; }

/* ---------------------------------------------------------------------
    FOOTER
----------------------------------------------------------------------- */
.site-footer {
  background-color: #237791;
  padding: 3em 2em; }
  @media (min-width: 900px) {
    .site-footer {
      padding: 3em 0 3em 3em; } }
  .site-footer p, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer a {
    color: white; }
  .site-footer .site-info {
    margin: 0 auto;
    max-width: 1220px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 900px) {
      .site-footer .site-info {
        flex-direction: row;
        justify-content: center; } }
  .site-footer .branding-wrap {
    margin: 0 auto;
    display: flex;
    flex-direction: column; }
    @media (min-width: 600px) {
      .site-footer .branding-wrap {
        flex-direction: row; } }
    @media (min-width: 900px) {
      .site-footer .branding-wrap {
        margin: 0 2.5em 0 0; } }
  .site-footer .logo-wrap {
    max-width: 230px;
    display: flex;
    flex-direction: column;
    margin: 0 auto; }
  .site-footer .footer-logo {
    width: 230px;
    margin-bottom: 0.85em; }
    .site-footer .footer-logo img {
      width: 230px;
      display: block;
      margin: 0 auto; }
  .site-footer .some {
    position: relative;
    background-color: white;
    border-radius: 50%;
    width: 2.4em;
    height: 2.4em;
    float: right;
    margin-left: 0.6em; }
  .site-footer .some-fb:before, .site-footer .some-in:before {
    position: absolute;
    color: #7cb367;
    display: block;
    width: 100%;
    top: 0.5em;
    text-align: center;
    font-family: "FontAwesome";
    font-size: 1.2em; }
  .site-footer .some-fb:before {
    content: '\f09a'; }
  .site-footer .some-in:before {
    content: '\f0e1';
    top: 0.4em; }
  .site-footer .footer-adresse {
    border-left: solid thin #7cb367;
    padding: 0 0 0 1.5em;
    margin: 1em 0 0 3em; }
    @media (min-width: 600px) {
      .site-footer .footer-adresse {
        margin: 0 0 0 2em; } }
    .site-footer .footer-adresse p {
      margin-top: 0;
      margin-bottom: 0.8em; }
    .site-footer .footer-adresse p:last-child {
      margin-bottom: 0; }
    .site-footer .footer-adresse h4 {
      margin: 0 0 0.3em 0; }
  .site-footer .vakttelefon {
    margin-top: 1.8em;
    text-align: center; }
    .site-footer .vakttelefon h3 {
      color: white;
      font-family: "Titillium Web";
      margin: 0;
      font-size: 1.5em;
      letter-spacing: 0.05em; }
    .site-footer .vakttelefon p {
      margin: 0;
      font-size: 2.2em;
      line-height: 1em; }
      @media (min-width: 700px) {
        .site-footer .vakttelefon p {
          font-size: 2.7em; } }

.archive-main-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 60px;
  max-width: 1220px; }
  .archive-main-container header {
    width: 100%;
    text-align: center; }
    .archive-main-container header h1 {
      margin: 0; }
  .archive-main-container .post-img {
    height: 13em;
    overflow: hidden; }
    .archive-main-container .post-img img {
      transition: all .8s ease-out;
      object-fit: cover;
      height: 100%; }
    .archive-main-container .post-img img:hover {
      transform: scale(1.04); }
    .archive-main-container .post-img a {
      width: 100%;
      height: 100%; }
  .archive-main-container .page-title {
    width: 100%;
    margin: 0 0 1em 0; }
  .archive-main-container article {
    width: 90%;
    min-width: 250px;
    margin: 1em auto;
    background-color: white;
    box-shadow: 2px 2px 5px #dedede;
    border-radius: 3px;
    border: 1px solid #f6f6f6;
    min-height: 490px; }
    @media (min-width: 700px) {
      .archive-main-container article {
        width: 45%; } }
    @media (min-width: 1028px) {
      .archive-main-container article {
        width: 31%;
        min-width: 250px;
        margin: 0 2.2% 50px 0; } }
    .archive-main-container article .entry-header {
      padding: 0 10px;
      text-align: left; }
    .archive-main-container article .entry-content {
      margin-bottom: 1em;
      padding: 0 10px; }
      .archive-main-container article .entry-content a {
        text-decoration: none;
        color: black; }
    .archive-main-container article .entry-footer, .archive-main-container article .entry-meta {
      display: none; }
  .archive-main-container .entry-title {
    margin: 1em 0 0.3em 0;
    line-height: 1.2em; }
    .archive-main-container .entry-title a {
      color: black;
      text-decoration: none; }

.archive-referanse-container article.type-referanse {
  box-shadow: initial;
  border: none;
  min-height: 200px; }
  .archive-referanse-container article.type-referanse h2 a {
    color: initial; }
  .archive-referanse-container article.type-referanse .referanse-bilde-info {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start; }
    .archive-referanse-container article.type-referanse .referanse-bilde-info h4 {
      margin: 10px 0 0 0;
      border-top: 1px solid black; }
  .archive-referanse-container article.type-referanse .entry-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.pum-settings-container .frm_style_formidable-style.with_frm_style .form-field button.frm_button_submit {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.5rem 1.5rem; }
.pum-settings-container .frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 10px; }

.frm_message {
  width: 100%;
  text-align: center;
  padding: .5em;
  font-size: 1.3em; }

#kontakt-forside__anchor {
  height: 1rem;
  background: transparent;
  visibility: hidden;
  position: relative;
  top: -250px; }

#kontakt-forside-wrap {
  background-color: rgba(0, 0, 0, 0.1); }
  #kontakt-forside-wrap fieldset {
    padding: 0;
    border: none;
    margin: 0; }
  #kontakt-forside-wrap .frm_fields_container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 900px) {
      #kontakt-forside-wrap .frm_fields_container {
        flex-direction: row; } }
  #kontakt-forside-wrap .kontakt-inner-wrapper-left-1 {
    width: 100%;
    background-color: #439bb6;
    color: white;
    position: relative;
    padding: 0 2em; }
    @media (min-width: 900px) {
      #kontakt-forside-wrap .kontakt-inner-wrapper-left-1 {
        width: 50%;
        padding-left: 10%; } }
  #kontakt-forside-wrap .kontakt-inner-wrapper-left-2 {
    max-width: 350px;
    width: auto;
    margin: 0 auto;
    padding: 30px 1em 30px 1em; }
    @media (min-width: 400px) {
      #kontakt-forside-wrap .kontakt-inner-wrapper-left-2 {
        padding: 40px 2em 40px 2em; } }
    @media (min-width: 900px) {
      #kontakt-forside-wrap .kontakt-inner-wrapper-left-2 {
        max-width: 442px;
        width: 100%;
        margin-left: auto;
        margin-right: 0;
        padding: 40px 50px 60px 0; } }
    #kontakt-forside-wrap .kontakt-inner-wrapper-left-2 h3 {
      font-size: 2.5em;
      line-height: 1.1em;
      margin-bottom: 25px; }
    #kontakt-forside-wrap .kontakt-inner-wrapper-left-2 .frm_primary_label {
      font-size: 1.5em;
      margin-bottom: 15px; }
    #kontakt-forside-wrap .kontakt-inner-wrapper-left-2 label {
      font-size: 1.3em; }
    #kontakt-forside-wrap .kontakt-inner-wrapper-left-2 input {
      margin-right: 10px; }
  #kontakt-forside-wrap .kontakt-inner-wrapper-left-2:after {
    content: ' ';
    position: absolute;
    right: 50%;
    bottom: -1em;
    z-index: 2;
    transform: rotate(45deg);
    width: 2em;
    height: 2em;
    background-color: #439bb6; }
    @media (min-width: 900px) {
      #kontakt-forside-wrap .kontakt-inner-wrapper-left-2:after {
        right: -1.5em;
        top: 5em;
        width: 3em;
        height: 3em; } }
  #kontakt-forside-wrap .kontakt-inner-wrapper-right-1 {
    width: 100%; }
    @media (min-width: 900px) {
      #kontakt-forside-wrap .kontakt-inner-wrapper-right-1 {
        width: 50%; } }
  #kontakt-forside-wrap .kontakt-inner-wrapper-right-2 input::placeholder,
  #kontakt-forside-wrap .kontakt-inner-wrapper-right-2 textarea::placeholder {
    font-size: 1rem;
    color: #333333; }
  #kontakt-forside-wrap .kontakt-inner-wrapper-right-2 {
    max-width: 700px;
    width: 100%;
    padding: 3em 2em 2em 2em;
    margin: 0 auto;
    font-size: 1rem;
    color: #333; }
    @media (min-width: 900px) {
      #kontakt-forside-wrap .kontakt-inner-wrapper-right-2 {
        max-width: 600px;
        width: 100%;
        padding: 40px 50px 30px 4rem;
        margin: 0 auto 0 0; } }
    #kontakt-forside-wrap .kontakt-inner-wrapper-right-2 label {
      display: none; }
    #kontakt-forside-wrap .kontakt-inner-wrapper-right-2 div {
      float: none; }
    #kontakt-forside-wrap .kontakt-inner-wrapper-right-2 input {
      height: 50px;
      margin-bottom: 15px;
      padding-left: 1em;
      border: 1px solid #cccccc; }
    #kontakt-forside-wrap .kontakt-inner-wrapper-right-2 textarea {
      height: 150px;
      padding: .5em 0 0 1em;
      border: 1px solid #cccccc;
      margin-bottom: 15px; }
    #kontakt-forside-wrap .kontakt-inner-wrapper-right-2 .frm_submit {
      text-align: right; }
    #kontakt-forside-wrap .kontakt-inner-wrapper-right-2 button {
      border-radius: .2em;
      border: none;
      padding: 0.3em 2em 0.3em 2em;
      text-decoration: none;
      color: white;
      text-transform: uppercase;
      font-family: "Bronkoh SemiBold", "Titillium Web";
      font-size: 1.2em;
      background-color: #439bb6;
      display: inline-block; }

/* ------------------
    Bestill service
 -------------------- */
#service-forside-container {
  background-color: #f6f6f6;
  padding-top: 2rem; }
  #service-forside-container .service-forside-wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    background-color: #d0634c;
    padding: 2rem; }
    @media (min-width: 900px) {
      #service-forside-container .service-forside-wrapper {
        flex-direction: row; } }
  #service-forside-container h3 {
    color: white;
    font-size: 2.5em;
    margin: 0;
    line-height: 1; }
  #service-forside-container .service-wrapper {
    width: auto; }
  #service-forside-container .left {
    text-align: center;
    padding-right: 2rem;
    margin-bottom: 1rem; }
    @media (min-width: 900px) {
      #service-forside-container .left {
        text-align: right;
        margin-bottom: 0; } }
  #service-forside-container .right {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 900px) {
      #service-forside-container .right {
        justify-content: flex-start; } }
  #service-forside-container a.button {
    background-color: #e6e6e6;
    border-color: white;
    padding: 0.3em 2em; }

.loadmore-button {
  width: auto;
  margin: 0 auto;
  border-color: #d0634c;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out; }

.loadmore-button:hover {
  color: #d0634c; }

article.page h2 a, article.post h2 a {
  text-decoration: none;
  color: black; }

body.search-results article {
  margin-bottom: 4em; }

body.search-results article.post:before {
  content: 'Artikkel'; }

.pagination-wrapper {
  width: 100%;
  margin: 1em; }
  @media (min-width: 1028px) {
    .pagination-wrapper {
      margin: 0; } }

ul.page-numbers {
  list-style: none;
  margin: 0 0 4em 0;
  padding: 0; }

.page-numbers:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

ul.page-numbers li {
  display: block;
  float: left;
  margin: 0 4px 4px 0;
  text-align: center; }

.page-numbers a,
.page-numbers span {
  display: block;
  padding: 6px 6px;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #ddd;
  color: #439bb6;
  width: 40px; }

.page-numbers a span {
  padding: 0; }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
  color: white;
  background: #439bb6;
  text-decoration: none; }

.page-numbers:hover {
  text-decoration: none; }

.mobile-menu-wrapper {
  align-self: center; }
  @media screen and (min-width: 1160px) {
    .mobile-menu-wrapper {
      display: none; } }

.post-type-archive-kurs h1.page-title {
  margin-bottom: 0.5rem; }
.post-type-archive-kurs div.taxonomy-description {
  margin: 0 auto 2rem auto;
  max-width: 650px;
  text-align: left; }

#kurs-arkiv {
  width: 100%; }
  #kurs-arkiv a {
    text-decoration: none;
    color: #333333;
    transition: color .4s ease; }

.kurs-arkiv-container {
  max-width: 900px;
  margin: 0 auto; }
  .kurs-arkiv-container .enkelt-kurs-inner {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: flex-end;
    padding: 1rem 3rem 1rem 1rem;
    border-bottom: 1px solid #bcbec0;
    transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
    @media screen and (max-width: 400px) {
      .kurs-arkiv-container .enkelt-kurs-inner {
        flex-direction: column; } }
    .kurs-arkiv-container .enkelt-kurs-inner:hover {
      background-color: rgba(52, 98, 122, 0.1);
      overflow-x: hidden; }
      .kurs-arkiv-container .enkelt-kurs-inner:hover:after {
        right: 1rem; }
    .kurs-arkiv-container .enkelt-kurs-inner:after {
      font-family: 'FontAwesome';
      content: "\f105";
      position: absolute;
      right: 1.5rem;
      top: 40%;
      color: #439bb6;
      transition: all .2s ease-in-out; }
  .kurs-arkiv-container .enkelt-kurs-inner.overskrift {
    padding: 0.5rem 3rem 1rem 1rem; }
    .kurs-arkiv-container .enkelt-kurs-inner.overskrift:after {
      content: ''; }
    .kurs-arkiv-container .enkelt-kurs-inner.overskrift:hover {
      background-color: white; }
  .kurs-arkiv-container .kurs-tittel.overskrift,
  .kurs-arkiv-container .kurs-sted.overskrift,
  .kurs-arkiv-container .kurs-start.overskrift,
  .kurs-arkiv-container .kurs-varighet.overskrift {
    font-size: 1rem;
    font-weight: 700;
    color: black; }
  @media screen and (max-width: 400px) {
    .kurs-arkiv-container .kurs-start.overskrift {
      display: none; } }
  .kurs-arkiv-container .kurs-tittel {
    flex-basis: 40%;
    font-size: 1.3rem;
    font-weight: 300;
    margin: 0;
    flex-grow: 2;
    flex-shrink: 2; }
  .kurs-arkiv-container .kurs-sted, .kurs-arkiv-container .kurs-start, .kurs-arkiv-container .kurs-varighet {
    width: 7rem;
    margin: 0;
    font-size: 1.0rem;
    color: #565656;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 1; }
  @media screen and (max-width: 700px) {
    .kurs-arkiv-container .kurs-varighet {
      display: none; } }
  @media screen and (max-width: 600px) {
    .kurs-arkiv-container .kurs-sted {
      display: none; } }

.single-kurs article {
  max-width: 850px;
  margin: 0 auto; }
.single-kurs h1.entry-title {
  text-align: center; }
.single-kurs .kurs-intro {
  font-size: 100%;
  font-weight: 600;
  margin-bottom: 2rem; }
  @media screen and (min-width: 700px) {
    .single-kurs .kurs-intro {
      font-size: 120%; } }
.single-kurs .kurs-info {
  max-width: 700px;
  margin: 6rem auto 4rem auto; }
.single-kurs .kurs-detaljer {
  position: relative;
  padding: 2rem 2rem 1rem 2rem;
  background-color: #c6e1ef;
  font-size: 120%;
  letter-spacing: 1px;
  border-radius: 5px;
  text-align: center; }
  @media screen and (min-width: 700px) {
    .single-kurs .kurs-detaljer {
      text-align: left; } }
  .single-kurs .kurs-detaljer p {
    margin: 0 0 0.5rem 0; }
    @media screen and (min-width: 700px) {
      .single-kurs .kurs-detaljer p {
        margin: 0.5rem 0; } }
  .single-kurs .kurs-detaljer span {
    font-weight: 600; }
    @media screen and (max-width: 700px) {
      .single-kurs .kurs-detaljer span {
        display: block;
        margin-top: .6rem; } }
.single-kurs .kurs-detaljer:before {
  position: absolute;
  font-family: "dashicons";
  content: "\f118";
  color: white;
  font-size: 3rem;
  background-color: #7db8d5;
  padding: 1rem;
  transform: translateY(-5rem);
  left: 50%;
  margin-left: -2rem;
  border-radius: 50%; }
.single-kurs .kurs-dokumenter {
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #439bb6;
  text-align: center; }
  @media screen and (min-width: 700px) {
    .single-kurs .kurs-dokumenter {
      text-align: left;
      padding-left: 2rem; } }
  .single-kurs .kurs-dokumenter h2 {
    color: #439bb6;
    position: relative;
    display: block; }
  .single-kurs .kurs-dokumenter a {
    color: #439bb6;
    text-decoration: none;
    font-size: 110%;
    display: block;
    position: relative;
    padding-left: 1.5rem;
    margin-top: .3rem; }
  .single-kurs .kurs-dokumenter a::before {
    font-family: 'FontAwesome';
    transform: translateY(0.3rem);
    position: absolute;
    color: black;
    margin-left: -1.5rem; }
  .single-kurs .kurs-dokumenter a.kurs-fil::before {
    content: "\f019"; }
  .single-kurs .kurs-dokumenter a.kurs-lenke::before {
    content: "\f0c1"; }
.single-kurs .kurs-content {
  margin: auto auto 3rem;
  max-width: 700px; }

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