

/* CSS FILER - Standard */

body { margin: 0; padding: 0;}

.standard { width: 800px; margin: 30px auto 0 auto; background: #eee; border: 1px solid #ccc; padding: 15px; }


/* CSS CKEDITOR  */

span.markering { font-weight: bold; background: #000; color: #fff; padding: 2px 4px; }
span.annet { font-weight: bold; background: #000; color: blue; padding: 2px 4px; }



/* CSS FILER - Landingsside */

@charset "UTF-8";



@import "https://fonts.googleapis.com/css?family=Poppins:300,400";



body {
  margin: 0;
  padding: 0; }

.noua {
  height: 90vh;
  background: #dcbcb1;
  position: relative; }
  @media (max-height: 400px) {
    .noua {
      height: 100%; } }

.logo_landingsside {
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .logo_landingsside svg {
    width: 30vw; }
    @media (max-width: 700px) {
      .logo_landingsside svg {
        width: 50vw; } }
    .logo_landingsside svg-sti {
      fill: #313033; }

.mini-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%; }
  @media (max-height: 400px) {
    .mini-footer {
      position: relative; } }
  @media (max-width: 800px) {
    .mini-footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .mini-footer div {
    font-family: "Poppins", sans-serif;
    font-size: 20pt;
    color: #313033;
    padding: 80px; }
    @media (max-width: 1000px) {
      .mini-footer div {
        font-size: 16pt; } }
    @media (max-width: 900px) {
      .mini-footer div {
        font-size: 14pt; } }
    @media (max-width: 800px) {
      .mini-footer div {
        font-size: 16pt;
        padding: 0 0 40px 0;
        text-align: center; } }

body {
  margin: 0; }


.mw {
  width: 100%;
  max-width: 960px;
  margin: auto; }

.mwm {
  padding: 0 35px; }
  @media (max-width: 500px) {
    .mwm {
      padding: 0 10px; } }

.mwtopp {
  margin-top: 50px; }

.mwbunn {
  margin-bottom: 50px; }

.df {
  font-family: "Poppins", sans-serif; }



/* CSS FILER - SASS */

@charset "UTF-8";




@font-face {
  font-family: "monarch";
  src: url("/filarkiv/grafikk/monarch_1.4.otf"); }

@font-face {
  font-family: "folio";
  src: url("/filarkiv/grafikk/urw-folio-lig.otf"); }

@font-face {
  font-family: "folio-med";
  src: url("/filarkiv/grafikk/urw-folio-med.otf"); }









.header-meny-aktiv {
  padding-bottom: 10px;
  border-bottom: 3px solid #ef4855;
  font-weight: 500; }

body.en header .nav div:first-of-type ul li:first-of-type {
  width: 173px; }
  @media (max-width: 1080px) {
    body.en header .nav div:first-of-type ul li:first-of-type {
      width: 111px;
      margin-left: 20px; } }

body.en header .language {
  color: #ef4855; }
  body.en header .language a:first-of-type {
    border-bottom: 1px solid #ef4855;
    height: 20px; }
  body.en header .language a:last-of-type {
    border-bottom: 0; }

body.no header .nav div:first-of-type ul li:first-of-type {
  width: 200px; }
  @media (max-width: 1080px) {
    body.no header .nav div:first-of-type ul li:first-of-type {
      width: 140px;
      margin-left: 20px; } }

body.no header .language {
  color: #ef4855; }
  body.no header .language a:first-of-type {
    border-bottom: 0; }
  body.no header .language a:last-of-type {
    height: 20px;
    border-bottom: 1px solid #ef4855; }

header {
  font-family: "folio-lig", sans-serif;
  width: 100%;
  padding-bottom: 30px;
  position: fixed;
  z-index: 100;
  background: #efe8d7; }
  @media (max-width: 850px) {
    header {
      position: static;
      padding-bottom: 0px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 200px; } }
  header a {
    color: #ef4855;
    text-decoration: none;
    font-size: 18.5pt; }
  header a:hover {
    font-weight: 500; }
  header > .marg {
    width: 100%;
    max-width: 1024px;
    margin: auto;
    position: relative;
    padding-top: 20px; }
    @media (max-width: 850px) {
      header > .marg {
        display: flex;
        justify-content: space-between;
        align-items: center; } }
  header .language {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 8pt;
    margin: 20px 0; }
    @media (max-width: 850px) {
      header .language {
        order: 2;
        width: auto; }
        header .language a {
          padding-top: 10px; } }
    header .language a {
      font-size: 8.5pt; }
    @media (max-width: 1300px) {
      header .language a:last-of-type {
        margin-right: 20px; } }
    header .language span {
      margin: 0 3px; }
      @media (max-width: 850px) {
        header .language span {
          padding-top: 10px; } }
    header .language .responsiv-knapp {
      display: none;
      cursor: pointer; }
      @media (max-width: 850px) {
        header .language .responsiv-knapp {
          display: block;
          width: 40px;
          height: 40px;
          padding-left: 20px; } }
      header .language .responsiv-knapp-ramme {
        width: 60px;
        height: 50px;
        display: none; }
        @media (max-width: 850px) {
          header .language .responsiv-knapp-ramme {
            padding: 0 25px 0 20px;
            display: block; } }
      header .language .responsiv-knapp .stripe {
        transition: all 180ms ease-in-out;
        fill: #ef4855;
        -webkit-transform-origin: 50%;
                transform-origin: 50%; }
      header .language .responsiv-knapp-ramme.aktiv .responsiv-knapp .stripe:nth-child(2) {
        -webkit-transform: translate(0, 31px) rotate(-45deg);
                transform: translate(0, 31px) rotate(-45deg); }
      header .language .responsiv-knapp-ramme.aktiv .responsiv-knapp .stripe:nth-child(3) {
        -webkit-transform: translate(30px, 0);
                transform: translate(30px, 0);
        opacity: 0; }
      header .language .responsiv-knapp-ramme.aktiv .responsiv-knapp .stripe:nth-child(4) {
        -webkit-transform: translate(0, -31px) rotate(45deg);
                transform: translate(0, -31px) rotate(45deg); }
  header .logo {
    position: relative;
    z-index: 10;
    width: 130px;
    height: 130px;
    margin: auto;
    margin-top: -60px;
    margin-bottom: 30px; }
    @media (max-width: 850px) {
      header .logo {
        margin: -60px 0 0 30px;
        width: 100px;
        height: 100px; } }
    header .logo .logo-sti {
      fill: #ef4855; }
    header .logo svg {
      width: 100%; }
  header .nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    font-family: "monarch", arial;
    margin-bottom: 20px;
    margin-top: -70px; }
    @media (max-width: 850px) {
      header .nav {
        display: none; } }
    header .nav div {
      flex: 1; }
      header .nav div ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex; }
        header .nav div ul li {
          white-space: nowrap;
          letter-spacing: 1px; }
    header .nav div:last-of-type ul {
      justify-content: flex-end; }
      header .nav div:last-of-type ul li {
        padding-left: 40px; }
      @media (max-width: 1300px) {
        header .nav div:last-of-type ul li:last-of-type {
          margin-right: 20px; } }

.noua-navigasjon-responsiv {
  margin-top: 20px;
  background: #efe8d7;
  display: none; }

nav {
  display: none; }
  @media (max-width: 850px) {
    nav {
      display: block;
      margin: 0 30px; } }
  nav a {
    color: #ef4855;
    text-decoration: none;
    font-family: "folio-lig", sans-serif; }
  nav ul > li > ul {
    display: none; }
  nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    nav ul li {
      position: relative;
      padding: 5px 0;
      margin: 0;
      margin-left: 0; }
      nav ul li ul {
        padding: 10px 0; }
        nav ul li ul li {
          margin-left: 20px; }
          nav ul li ul li li {
            margin-left: 30px; }
  nav ul.aktiv {
    display: block; }
  nav li.aktiv > a {
    font-weight: 500; }
  nav .pluss {
    color: #ef4855;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20pt;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 30px; }





.no-kolonne {
  display: block !important; }
  .no-kolonne > div {
    margin-left: 0px !important; }
    @media (max-width: 1100px) {
      .no-kolonne > div {
        margin: 0 20px !important; } }
    @media (max-width: 850px) {
      .no-kolonne > div {
        margin: 0 !important; } }

.sosial_icon_isolate {
  fill: #1e1e1e;
  isolation: isolate; }

.sosial_icon {
  fill: #fff; }

.sosiale_linker {
  text-decoration: none;
  color: #1e1e1e; }
  .sosiale_linker > div {
    display: flex;
    align-items: center;
    margin: 15px 0; }
    .sosiale_linker > div div:first-of-type {
      width: 25px;
      height: 25px;
      padding-right: 10px;
      line-height: 0; }
      .sosiale_linker > div div:first-of-type svg {
        width: 100%; }

body.en .hovedfelt-kolonne-left {
  margin-left: 173px; }
  @media (max-width: 980px) {
    body.en .hovedfelt-kolonne-left {
      margin-left: 50px; } }

body.en .bruk-med-mobil > .hovedfelt-kolonne-left {
  margin-left: 20px;
  margin-right: 0; }

body.no .hovedfelt-kolonne-left {
  margin-left: 200px; }
  @media (max-width: 980px) {
    body.no .hovedfelt-kolonne-left {
      margin-left: 50px; } }

body.no .bruk-med-mobil > .hovedfelt-kolonne-left {
  margin-left: 30px;
  margin-right: 0; }

.hovedfelt {
  display: flex;
  padding-top: 230px;
  font-family: "folio-lig", sans-serif;
  font-size: 10pt;
  line-height: 16.2pt;
  color: #ef4855;
  width: 100%;
  max-width: 1024px;
  margin: auto; }
  .hovedfelt a {
    color: #ef4855; }
  @media (max-width: 850px) {
    .hovedfelt {
      padding-top: 0;
      flex-direction: column; } }
  .hovedfelt > div:first-of-type {
    flex: 5; }
  .hovedfelt > div:last-of-type {
    flex: 5;
    margin-left: -152px; }
    @media (max-width: 850px) {
      .hovedfelt > div:last-of-type {
        margin-left: 0; } }
  .hovedfelt-fixed {
    position: fixed;
    width: 420px; }
    @media (max-width: 1024px) {
      .hovedfelt-fixed {
        width: calc(41vw - 10px); } }
    @media (max-width: 850px) {
      .hovedfelt-fixed {
        display: none;
        width: 100%; } }
  .hovedfelt-fixed.bruk-med-mobil {
    position: static;
    display: block; }
  .hovedfelt-hvit-hoyre {
    text-align: right;
    color: #fff;
    width: 100%; }
    @media (max-width: 850px) {
      .hovedfelt-hvit-hoyre {
        width: calc(100% - 40px); } }
  .hovedfelt-kolonne-right {
    width: 100%; }
    .hovedfelt-kolonne-right ul {
      padding-left: 20px; }
    @media (max-width: 1300px) {
      .hovedfelt-kolonne-right > .hovedfelt-marg {
        margin-right: 20px; } }
    @media (max-width: 850px) {
      .hovedfelt-kolonne-right {
        max-width: 100%; }
        .hovedfelt-kolonne-right > .hovedfelt-marg {
          margin: 30px; } }
  .hovedfelt-kolonne-left {
    margin-right: 40px; }
    @media (max-width: 980px) {
      .hovedfelt-kolonne-left {
        margin-left: 50px; } }
    .hovedfelt-kolonne-left > .hovedfelt-marg {
      margin: 0 0px; }
      @media (max-width: 1050px) {
        .hovedfelt-kolonne-left > .hovedfelt-marg {
          margin: 0; } }
      @media (max-width: 850px) {
        .hovedfelt-kolonne-left > .hovedfelt-marg {
          margin: 0 0px; } }

.bilde {
  width: 100%;
  margin-bottom: 25px; }

.nav-inner {
  font-weight: 300;
  list-style-type: none;
  color: #ef4855;
  padding: 0;
  margin: 0; }
  .nav-inner a {
    color: #ef4855;
    font-family: "folio-med";
    font-weight: bold;
    font-size: 11pt;
    letter-spacing: 0.8pt;
    text-decoration: none; }
  .nav-inner a:hover {
    font-weight: 500; }
  .nav-inner li {
    margin: 6px 0; }
  .nav-inner ul {
    list-style-type: none; }
  .nav-inner li.sub_aktiv {
    list-style-type: disc; }
  .nav-inner li.aktiv {
    list-style-type: disc; }
    .nav-inner li.aktiv > a {
      font-weight: 500; }

.hvit_stripe {
  margin-top: 35px;
  border-top: 1px solid #ef4855;
  width: 30px; }

h1, h2 {
  font-size: 10.5pt;
  line-height: 16.2pt;
  color: #ef4855;
  font-weight: 500;
  letter-spacing: 2px; }





.hvaskjer-tilbake {
  display: flex;
  float: left; }
  .hvaskjer-tilbake div {
    min-width: 40px;
    margin-right: 30px; }
    .hvaskjer-tilbake div svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      width: 40px; }
  .hvaskjer-tilbake-link {
    color: #fff;
    font-family: "folio-lig", sans-serif;
    font-size: 13pt;
    text-decoration: none; }

.svg-icon-path {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 5px; }

.svg-icon-ramme {
  stroke-width: 0;
  fill: none; }

.teaserboks-ramme {
  overflow: hidden; }
  .teaserboks-ramme > div {
    float: left;
    width: 33.3333%; }
    @media (max-width: 1250px) {
      .teaserboks-ramme > div {
        width: 50%; } }
    @media (max-width: 870px) {
      .teaserboks-ramme > div {
        width: 100%;
        margin: auto; } }
  @media (max-width: 1250px) {
    .teaserboks-ramme > div:nth-child(3n+1) .teaserboks {
      margin: 30px auto 30px auto; } }
  .teaserboks-ramme > div:nth-child(3n+2) .teaserboks {
    margin: 30px auto; }
    @media (max-width: 1250px) {
      .teaserboks-ramme > div:nth-child(3n+2) .teaserboks {
        margin: 30px auto 30px auto; } }
  .teaserboks-ramme > div:nth-child(3n+3) .teaserboks {
    float: right; }
    @media (max-width: 1250px) {
      .teaserboks-ramme > div:nth-child(3n+3) .teaserboks {
        float: none;
        margin: 30px auto 30px auto; } }
  @media (max-width: 1250px) {
    .teaserboks-ramme {
      width: 80vw;
      margin: auto; } }
  @media (max-width: 1150px) {
    .teaserboks-ramme {
      width: 95vw; } }
  @media (max-width: 900px) {
    .teaserboks-ramme {
      justify-content: center; } }

.teaserboks {
  width: 310px;
  height: 261px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin: 30px 0; }
  .teaserboks a {
    text-decoration: none; }
  .teaserboks-bilde {
    line-height: 0;
    position: absolute; }
    .teaserboks-bilde img {
      width: 310px;
      height: 205px; }
      @media (max-width: 650px) {
        .teaserboks-bilde img {
          width: 100%;
          height: auto; } }
  .teaserboks-infoboks {
    font-family: "folio-lig", sans-serif;
    background: #000;
    width: 310px;
    height: 261px;
    position: absolute;
    top: 205px;
    transition: all 450ms ease-in-out;
    color: #fff; }
    .teaserboks-infoboks > div {
      transition: all 450ms ease-in-out;
      left: 20px;
      position: absolute; }

@media (max-width: 650px) {
  .teaserboks {
    width: calc(100% - 30px);
    height: auto; }
    .teaserboks-bilde {
      position: static; }
      .teaserboks-bilde img {
        width: 100%; }
    .teaserboks-infoboks {
      padding: 5px 0 20px 0;
      position: static;
      width: 100%;
      height: auto;
      background: #00008c; }
      .teaserboks-infoboks > div {
        position: static;
        padding: 3px 20px; } }

@media (min-width: 650px) {
  .teaserboks:hover .teaserboks-infoboks {
    top: 0px;
    background: #00008c; }
    .teaserboks:hover .teaserboks-infoboks > div {
      left: 20px; } }

.teaserboks-infoboks.hvaskjer > .dato {
  opacity: 0;
  top: -20px;
  font-size: 11pt; }

.teaserboks-infoboks.hvaskjer > .tittel {
  font-size: 10pt;
  top: 9px;
  font-weight: 500; }

.teaserboks-infoboks.hvaskjer > .under_tittel {
  font-size: 9pt;
  opacity: 0;
  top: 30px; }

.teaserboks-infoboks.hvaskjer > .type {
  font-size: 9pt;
  top: 30px;
  display: flex; }
  .teaserboks-infoboks.hvaskjer > .type > div:last-of-type {
    width: 30px;
    padding-left: 10px; }
    .teaserboks-infoboks.hvaskjer > .type > div:last-of-type svg {
      width: 100%; }

.teaserboks-infoboks.hvaskjer > .type_icon {
  width: 90px;
  height: 90px;
  top: 160px; }
  .teaserboks-infoboks.hvaskjer > .type_icon svg {
    width: 100%; }

.teaserboks-infoboks.prosjekt {
  padding: 0;
  margin: 0; }
  .teaserboks-infoboks.prosjekt > .tittel {
    padding: 0;
    margin: 0;
    height: 58px;
    left: 20px;
    top: 0;
    font-size: 9pt;
    font-weight: 500;
    display: flex;
    align-items: center; }
    .teaserboks-infoboks.prosjekt > .tittel div:last-of-type {
      padding: 0 20px;
      line-height: 0; }
      .teaserboks-infoboks.prosjekt > .tittel div:last-of-type svg {
        width: 40px; }

@media (min-width: 650px) {
  .teaserboks:hover .teaserboks-infoboks.hvaskjer > .dato {
    opacity: 1;
    top: 20px;
    font-size: 10pt; }
  .teaserboks:hover .teaserboks-infoboks.hvaskjer > .tittel {
    font-size: 11pt;
    top: 44px; }
  .teaserboks:hover .teaserboks-infoboks.hvaskjer > .under_tittel {
    font-size: 10pt;
    opacity: 1;
    top: 65px; }
  .teaserboks:hover .teaserboks-infoboks.hvaskjer > .type {
    font-size: 10pt;
    top: 88px; }
  .teaserboks:hover .teaserboks-infoboks.hvaskjer > .type_icon {
    top: 160px; } }

@media (min-width: 650px) {
  .teaserboks:hover .teaserboks-infoboks.prosjekt > .tittel {
    top: 30px;
    font-size: 11pt;
    line-height: 18pt; } }

@media (max-width: 650px) {
  .teaserboks-infoboks.hvaskjer > .dato {
    padding-top: 20px;
    opacity: 1; }
  .teaserboks-infoboks.hvaskjer > .under_tittel {
    opacity: 1; }
  .teaserboks-infoboks.hvaskjer > .type_icon {
    display: none; } }

@media (max-width: 650px) {
  .teaserboks-infoboks.prosjekt {
    padding: 0;
    margin: 0; }
    .teaserboks-infoboks.prosjekt > .tittel {
      padding: 0;
      padding-left: 20px;
      margin: 0;
      height: 58px;
      left: 20px;
      display: flex;
      align-items: center; }
      .teaserboks-infoboks.prosjekt > .tittel div:last-of-type {
        padding-left: 20px;
        line-height: 0; }
        .teaserboks-infoboks.prosjekt > .tittel div:last-of-type svg {
          width: 40px; } }





.animation-logo {
  max-width: 650px;
  width: 100%;
  margin: auto;
  display: none;
  padding-top: 80px; }
  @media (max-width: 850px) {
    .animation-logo {
      padding-top: 60px; } }
  .animation-logo svg {
    width: 100%; }
  .animation-logo #sirkel {
    stroke-dasharray: 888.034423828125;
    stroke-dashoffset: 888.034423828125;
    stroke-width: 5px;
    -webkit-animation: sirkel 6s ease-in-out forwards;
            animation: sirkel 6s ease-in-out forwards;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  .animation-logo #blits {
    stroke-dasharray: 301.58001708984375;
    stroke-dashoffset: 301.58001708984375;
    stroke-width: 5px;
    -webkit-animation: blits 6s ease-in-out forwards;
            animation: blits 6s ease-in-out forwards;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  .animation-logo .svg-noua-bakgrunn {
    fill: #f1d7c8; }
  .animation-logo .svg-noua-logo {
    fill: #1e1e1e; }
  .animation-logo .svg-noua-line {
    fill: none;
    stroke: #ef4855;
    stroke-miterlimit: 10;
    stroke-width: 3px; }

@-webkit-keyframes sirkel {
  0% {
    stroke-dashoffset: 888.034423828125; }
  14% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes sirkel {
  0% {
    stroke-dashoffset: 888.034423828125; }
  14% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes blits {
  0% {
    stroke-dashoffset: 301.58001708984375;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  14% {
    stroke-dashoffset: 0; }
  37.62% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  41% {
    -webkit-transform: translate(-200px, 0);
            transform: translate(-200px, 0); }
  48.18% {
    -webkit-transform: translate(-200px, 0) scale(1, 1);
            transform: translate(-200px, 0) scale(1, 1); }
  48.28% {
    -webkit-transform: translate(-200px, 10px) scale(1, 0.5);
            transform: translate(-200px, 10px) scale(1, 0.5); }
  49.28% {
    -webkit-transform: translate(-200px, 10px) scale(1, 0.5);
            transform: translate(-200px, 10px) scale(1, 0.5); }
  50.38% {
    -webkit-transform: translate(-200px, 0) scale(1, 1);
            transform: translate(-200px, 0) scale(1, 1); }
  58.08% {
    -webkit-transform: translate(-200px, 0) scale(1, 1);
            transform: translate(-200px, 0) scale(1, 1); }
  60.26% {
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1); }
  100% {
    stroke-dashoffset: 0; } }

@keyframes blits {
  0% {
    stroke-dashoffset: 301.58001708984375;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  14% {
    stroke-dashoffset: 0; }
  37.62% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  41% {
    -webkit-transform: translate(-200px, 0);
            transform: translate(-200px, 0); }
  48.18% {
    -webkit-transform: translate(-200px, 0) scale(1, 1);
            transform: translate(-200px, 0) scale(1, 1); }
  48.28% {
    -webkit-transform: translate(-200px, 10px) scale(1, 0.5);
            transform: translate(-200px, 10px) scale(1, 0.5); }
  49.28% {
    -webkit-transform: translate(-200px, 10px) scale(1, 0.5);
            transform: translate(-200px, 10px) scale(1, 0.5); }
  50.38% {
    -webkit-transform: translate(-200px, 0) scale(1, 1);
            transform: translate(-200px, 0) scale(1, 1); }
  58.08% {
    -webkit-transform: translate(-200px, 0) scale(1, 1);
            transform: translate(-200px, 0) scale(1, 1); }
  60.26% {
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1); }
  100% {
    stroke-dashoffset: 0; } }

.ie-logo {
  display: none;
  max-width: 900px;
  width: 100%;
  margin: 50px auto 0 auto; }
  .ie-logo-svg {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center; }
    .ie-logo-svg svg {
      width: 30vw; }
      @media (max-width: 700px) {
        .ie-logo-svg svg {
          width: 50vw; } }
      .ie-logo-svg svg-sti {
        fill: #313033; }

html {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #efe8d7;
  background-attachment: fixed; }
  @media (max-width: 850px) {
    body {
      background: #efe8d7; } }


.mw {
  width: 90vw;
  margin: auto; }
  @media (max-width: 850px) {
    .mw {
      width: 100%; } }

.mwm {
  padding: 0 35px; }
  @media (max-width: 500px) {
    .mwm {
      padding: 0 10px; } }

.mwtopp {
  margin-top: 50px; }

.mwbunn {
  margin-bottom: 50px; }

.df {
  font-family: "folio-lig", sans-serif; }



/* CSS FILER - font */

@font-face {
  font-family: "monarch";
  src: url("/filarkiv/grafikk/fonts/monarch_1.4.otf"); 
}

@font-face {
  font-family: "folio";
  src: url("/filarkiv/grafikk/fonts/urw-folio-lig.otf"); 
}

@font-face {
  font-family: "folio-med";
  src: url("/filarkiv/grafikk/fonts/urw-folio-med.otf"); 
}


/* CSS FILER - logo bildegalleri */

.logobilde {
	display: flex;
	align-items: center
}

.logobilde-logo {
	border: 0;
	padding: 10px;
}

.logobilde-logo img {
	width: 100%;
	max-width: 176px;
}




/* Layouts - Standard */



.link_linken { border-left: 5px solid #1a508e; margin: 5px 10px 5px 0; padding: 10px; background: #e8e8e8; }
.link_linken:hover { background: #accae6; }
.link_ramme { margin-bottom: 20px; }
h1.link { font-size: 22px; margin-top: 10px;}


/* Layouts - Standard */


/* Kolonne menyen */
.kolonne_meny { padding: 10px 0; }
.kolonne_meny ul { margin: 0; padding: 0; }
.kolonne_meny li { list-style-type: none; padding: 2px 0 2px 0;   }
.kolonne_meny li li {  padding-left: 30px; }
.kolonne_meny a {  color: #004185; text-decoration: none; font-family: arial; font-size: 13px;  }
.kolonne_meny div  { padding: 2px 5px 2px 15px; }
.kolonne_meny div.aktiv { font-weight: bold; }



/* Layouts - Standard */


.bildegalleri { margin: 10px 20px 10px 0; border: 1px solid #000;}


/* Layouts - Standard */



.dokumenter_ramme { border: 1px solid #000; padding: 10px; background: #ccc; }
.dokumenter_fil { background: #fff; padding: 5px; margin: 3px; border: 1px solid #aaa; }
.black { background: #000; color: #fff; }
.black a { color: #fff; }

