@charset "UTF-8";
html {
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background-color: #f0f0f0;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

.wrapper {
  position: relative;
  width: 100%; }

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0px; }
  @media (min-width: 1240px) {
    .container {
      width: 1200px; } }

.flex {
  display: flex;
  flex-flow: row wrap; }

.flex-column {
  display: flex;
  flex-flow: column; }

.space-between {
  justify-content: space-between; }

.items-end {
  align-items: flex-end; }

.items-center {
  align-items: center; }

.flex-70 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 900px) {
    .flex-70 {
      flex: 0 0 70%;
      max-width: 70%; } }

.flex-50 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 900px) {
    .flex-50 {
      flex: 0 0 50%;
      max-width: 50%; } }

.flex-33 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 600px) {
    .flex-33 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 900px) {
    .flex-33 {
      flex: 0 0 33.33%;
      max-width: 33.33%; } }

.flex-30 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 900px) {
    .flex-30 {
      flex: 0 0 30%;
      max-width: 30%; } }

.flex-25 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 600px) {
    .flex-25 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 900px) {
    .flex-25 {
      flex: 0 0 33.33%;
      max-width: 33.33%; } }
  @media (min-width: 1240px) {
    .flex-25 {
      flex: 0 0 25%;
      max-width: 25%; } }

.flex-20 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 400px) {
    .flex-20 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 600px) {
    .flex-20 {
      flex: 0 0 33.33%;
      max-width: 33.33%; } }
  @media (min-width: 900px) {
    .flex-20 {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 1240px) {
    .flex-20 {
      flex: 0 0 20%;
      max-width: 20%; } }

.pad {
  padding: 20px; }

.the-content > figure img {
  max-width: 100%; }

.password {
  padding: 100px 0; }

h1, h2, h3, h4, h5 {
  font-family: "Titillium Web", sans-serif;
  word-wrap: break-word; }

h1 {
  font-weight: 600;
  font-style: inherit;
  font-size: 2.1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 15px;
  max-width: 730px; }
  @media (min-width: 600px) {
    h1 {
      font-size: 2.5rem; } }
  @media (min-width: 900px) {
    h1 {
      font-size: 3.4rem; } }

h2 {
  font-weight: 600;
  font-style: inherit;
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 730px; }
  @media (min-width: 600px) {
    h2 {
      font-size: 2.5rem;
      line-height: 3rem; } }

h3 {
  font-weight: 600;
  font-style: inherit;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 730px; }
  @media (min-width: 600px) {
    h3 {
      font-size: 1.7rem; } }

h4 {
  font-weight: 600;
  font-style: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 730px; }

h5 {
  font-weight: 600;
  font-style: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 730px; }

p, ul, ol, pre, blockquote {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 730px; }

span {
  line-height: 1.5;
  margin-top: 0;
  max-width: 730px; }

ul, ol {
  padding-left: 25px; }

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0; }

hr {
  border: 1px solid;
  margin: -1px 0; }

b, strong, em, small, code {
  line-height: 1; }

sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

a {
  color: inherit;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-weight: 600; }

.lead {
  font-size: 1.15rem;
  line-height: 1.5;
  white-space: pre-line; }
  @media (min-width: 600px) {
    .lead {
      font-size: 1.3rem; } }

.light-text {
  color: #f5f5f5; }

.dark-text {
  color: #273E47; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

a img {
  border: none;
  max-width: 100%;
  max-height: 100%; }

img, svg, figure {
  display: block;
  margin: 0;
  padding: 0; }

figcaption {
  padding: 0; }

figure {
  margin: 0;
  padding: 0; }
  figure > img {
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: auto !important; }

.button-row {
  margin: 2rem 0 1rem 0; }

.btn {
  border: none;
  border-radius: 2px;
  color: #273E47;
  cursor: pointer;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  outline: none;
  margin: 0 15px 15px 0;
  padding: 14px 20px;
  text-decoration: none;
  transition: all 200ms; }
  .btn > .icon {
    fill: white; }
  .btn:last-child {
    margin: 0; }

.mute {
  opacity: 0.5;
  pointer-events: none; }

.btn-normal {
  background-color: #84D2F6; }
  .btn-normal:hover {
    background-color: #b4e3f9; }

.btn-action {
  background-color: #133C55; }
  .btn-action:hover {
    background-color: #1c597f; }

.btn-small {
  padding: 10px 6px; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0;
  margin-bottom: 30px;
  max-width: 730px;
  display: block;
  overflow-x: auto; }
  table > caption {
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    padding: 12px 0; }

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ccc; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

.form-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .form-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 900px) {
    .form-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1240px) {
    .form-section {
      padding: 80px 0 50px 0; } }

.aventoform {
  padding: 0 20px; }

.aventoform-row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px 20px -10px; }

.aventoform-col-full {
  flex: 0 0 100%;
  padding: 0 10px;
  max-width: 100%; }

.aventoform-col-half {
  flex: 0 0 50%;
  padding: 0 10px;
  max-width: 50%; }

label {
  font-size: 0.9rem;
  display: block;
  margin: 10px 0;
  opacity: 0.9; }

input[type=text], input[type=email], textarea, select {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  outline: none;
  padding: 10px 12px;
  width: 100%; }
  input[type=text]:focus, input[type=email]:focus, textarea:focus, select:focus {
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3); }

select:hover {
  cursor: pointer; }

input[type=file] {
  position: relative;
  width: 100%; }

.form-status {
  margin: 20px 0 20px 0;
  max-width: 800px; }

/*!
 * Datepicker v@VERSION
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-@YEAR Fengyuan Chen
 * Released under the MIT license
 *
 * Date: @DATE
 */
.datepicker-container {
  font-size: 12px;
  line-height: 30px;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 210px;
  user-select: none;
  background-color: #fff;
  direction: ltr !important;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
  .datepicker-container:before, .datepicker-container:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: ' ';
    border: 5px solid transparent; }

.datepicker-dropdown {
  position: absolute;
  z-index: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px #ccc; }

.datepicker-inline {
  position: static; }

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f; }
  .datepicker-top-left:before, .datepicker-top-left:after,
  .datepicker-top-right:before,
  .datepicker-top-right:after {
    top: -5px;
    left: 10px;
    border-top: 0; }
  .datepicker-top-left:before,
  .datepicker-top-right:before {
    border-bottom-color: #39f; }
  .datepicker-top-left:after,
  .datepicker-top-right:after {
    top: -4px;
    border-bottom-color: #fff; }

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f; }
  .datepicker-bottom-left:before, .datepicker-bottom-left:after,
  .datepicker-bottom-right:before,
  .datepicker-bottom-right:after {
    bottom: -5px;
    left: 10px;
    border-bottom: 0; }
  .datepicker-bottom-left:before,
  .datepicker-bottom-right:before {
    border-top-color: #39f; }
  .datepicker-bottom-left:after,
  .datepicker-bottom-right:after {
    bottom: -4px;
    border-top-color: #fff; }

.datepicker-top-right:before, .datepicker-top-right:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  right: 10px;
  left: auto; }

.datepicker-panel > ul:before,
.datepicker-panel > ul:after {
  display: table;
  content: ' '; }

.datepicker-panel > ul:after {
  clear: both; }

.datepicker-panel > ul {
  width: 102%;
  margin: 0;
  padding: 0; }
  .datepicker-panel > ul > li {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
    text-align: center;
    background-color: #fff; }
    .datepicker-panel > ul > li:hover {
      background-color: #e6f2ff; }
    .datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
      color: #999; }
    .datepicker-panel > ul > li.highlighted {
      background-color: #e6f2ff; }
    .datepicker-panel > ul > li.highlighted:hover {
      background-color: #cce6ff; }
    .datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
      color: #39f; }
    .datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
      cursor: default;
      color: #ccc;
      background-color: #fff; }
      .datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
        background-color: #e6f2ff; }
    .datepicker-panel > ul > li[data-view='years prev'], .datepicker-panel > ul > li[data-view='year prev'], .datepicker-panel > ul > li[data-view='month prev'], .datepicker-panel > ul > li[data-view='years next'], .datepicker-panel > ul > li[data-view='year next'], .datepicker-panel > ul > li[data-view='month next'], .datepicker-panel > ul > li[data-view='next'] {
      font-size: 18px; }
    .datepicker-panel > ul > li[data-view='years current'], .datepicker-panel > ul > li[data-view='year current'], .datepicker-panel > ul > li[data-view='month current'] {
      width: 150px; }
  .datepicker-panel > ul[data-view='years'] > li, .datepicker-panel > ul[data-view='months'] > li {
    line-height: 52.5px;
    width: 52.5px;
    height: 52.5px; }
  .datepicker-panel > ul[data-view='week'] > li,
  .datepicker-panel > ul[data-view='week'] > li:hover {
    cursor: default;
    background-color: #fff; }

.datepicker-hide {
  display: none; }

label.error {
  background-color: #EB7F00;
  border-radius: 2px;
  color: white;
  font-size: 0.9rem;
  padding: 10px 15px; }

.site-header {
  background-color: rgba(215, 215, 215, 0);
  margin: 0 auto;
  padding: 0;
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0; }
  .site-header .container {
    padding: 0; }
  .site-header.kart {
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 99999; }

.fakeheader {
  display: none;
  width: 100%;
  background-color: transparent;
  height: 82px; }
  @media (min-width: 600px) {
    .fakeheader {
      height: 92px; } }

.site-logo {
  display: block;
  padding: 20px;
  height: 140px;
  width: 140px; }
  .site-logo > .img {
    display: block;
    margin: 0;
    padding: 0; }
  .site-logo h3 {
    margin-top: -5px;
    text-transform: uppercase;
    color: #133C55;
    margin-bottom: 0; }
  .site-logo .small {
    color: #386FA4;
    font-weight: 300;
    letter-spacing: 0.3px; }
    @media (min-width: 600px) {
      .site-logo .small {
        letter-spacing: 2.35px; } }
  @media (min-width: 900px) {
    .site-logo {
      height: 180px;
      width: 180px; } }

.site-nav {
  display: block;
  padding: 5px 20px;
  width: 100%;
  top: 61px; }
  .site-nav > .link {
    color: #133C55;
    font-weight: 400;
    display: block;
    margin: 10px 0;
    padding: 5px 0;
    text-align: right;
    text-decoration: none; }
    .site-nav > .link:hover, .site-nav > .link:active {
      color: #386FA4; }
    .site-nav > .link.active {
      font-weight: 600; }
  .site-nav .input-field {
    height: 35px; }
  @media (min-width: 800px) {
    .site-nav {
      display: block;
      padding: 20px;
      width: auto;
      min-height: initial;
      position: relative;
      top: 0; }
      .site-nav > .link {
        display: inline-block;
        margin: 0 10px;
        padding: 0; } }
  @media (max-width: 800px) {
    .site-nav {
      background-color: white; } }

#searchboxform {
  display: none; }
  @media (max-width: 800px) {
    #searchboxform {
      display: inline; } }

#searchicon {
  display: inline-block;
  height: 20px;
  width: 20px; }
  #searchicon:hover {
    cursor: pointer; }
  @media (max-width: 800px) {
    #searchicon {
      display: none; } }

#searchiconX {
  display: none; }
  #searchiconX:hover {
    cursor: pointer; }
  @media (max-width: 800px) {
    #searchiconX {
      display: none; } }

.mobile-off {
  display: none; }
  @media (min-width: 800px) {
    .mobile-off {
      display: block;
      width: auto; } }

.toggle-menu {
  display: block;
  margin: 20px;
  padding: 10px; }
  .toggle-menu > .menubars {
    display: inline-block;
    fill: #273E47;
    margin: 0 5px 0 0; }
    .toggle-menu > .menubars > rect {
      opacity: 1;
      transition: all 200ms; }
    .toggle-menu > .menubars polygon {
      opacity: 0;
      transition: all 200ms; }
  .toggle-menu.active > .menubars > rect {
    opacity: 0; }
  .toggle-menu.active > .menubars > polygon {
    opacity: 1; }
  @media (min-width: 800px) {
    .toggle-menu {
      display: none; } }

.site-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0; }
  .site-footer .container {
    padding: 0; }
  .site-footer.kart {
    display: none; }

.site-info {
  padding: 20px; }
  .site-info.center {
    text-align: left; }
    @media (min-width: 600px) {
      .site-info.center {
        text-align: center; } }
    @media (min-width: 800px) {
      .site-info.center {
        text-align: right; } }

.colophon {
  padding: 20px; }

.blog-listimage {
  width: 100%; }
  .blog-listimage > .img {
    height: auto;
    width: 100%; }

.blog-listarticle {
  background-color: white;
  border-radius: 2px;
  margin-bottom: 30px; }

.blog-listheader {
  padding: 40px; }

.datetime {
  color: #aaaaaa;
  display: block;
  font-size: 0.9rem;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 20px; }

.article-link {
  text-decoration: none;
  transition: all 200ms; }
  .article-link:hover {
    color: #ffa000; }

.link-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.post-article {
  background-color: white;
  border-radius: 2px; }

.post-main {
  padding: 0px; }

.post-image {
  display: block; }
  .post-image > .img {
    height: auto;
    width: 100%; }

.post-header {
  padding: 20px; }
  @media (min-width: 1240px) {
    .post-header {
      padding: 60px 50px 0 50px; } }

.post-content {
  padding: 20px; }
  @media (min-width: 1240px) {
    .post-content {
      padding: 0 50px 50px 50px; } }

.section-base {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media (max-width: 600px) {
    .section-base h1 {
      color: #333 !important; } }

.section-header {
  padding: 20px; }
  .section-header.padded {
    padding-top: 20px; }
    @media (min-width: 600px) {
      .section-header.padded {
        padding-top: 50px; } }
    @media (min-width: 900px) {
      .section-header.padded {
        padding-top: 70px; } }
    @media (min-width: 1240px) {
      .section-header.padded {
        padding-top: 90px; } }

.banner-section {
  padding: 50px 0 20px 0;
  min-height: 80vh; }
  @media (min-width: 600px) {
    .banner-section {
      padding: 100px 0 20px 0; } }
  @media (min-width: 900px) {
    .banner-section {
      padding: 175px 0 50px 0; } }
  @media (min-width: 1240px) {
    .banner-section {
      padding: 250px 0 50px 0; } }

.banner-content {
  max-width: 850px;
  padding: 20px; }

.banner-title {
  display: block;
  margin-bottom: 20px; }
  .banner-title > .title {
    display: inline; }

.banner-lead {
  display: block; }
  .banner-lead > .lead {
    display: inline; }

.banner-section-search {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative; }
  .banner-section-search .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2); }
  .banner-section-search .container {
    z-index: 99; }
  .banner-section-search .box {
    margin: 50px 0;
    justify-content: space-between; }
  .banner-section-search .menucontainer {
    height: 240px;
    background-color: #d7d7d7;
    color: #000;
    display: flex;
    justify-content: flex-start;
    width: 33.3%;
    flex-flow: column nowrap;
    align-items: center; }
    .banner-section-search .menucontainer .tekst {
      padding: 20px;
      font-size: 25px; }
    .banner-section-search .menucontainer div {
      font-size: 18px;
      line-height: 1.5; }
  .banner-section-search .item {
    margin-bottom: 20px; }

.banner-section-search {
  padding-top: 100px; }
  .banner-section-search .banner-content {
    padding: 100px 20px; }
    @media (min-width: 1240px) {
      .banner-section-search .banner-content {
        margin: 0;
        margin-bottom: 80px; } }
    .banner-section-search .banner-content .banner-title {
      margin-bottom: 0; }
  .banner-section-search .banner-title {
    text-align: center; }
    @media (min-width: 900px) {
      .banner-section-search .banner-title {
        text-align: left; } }
  @media (max-width: 1240px) {
    .banner-section-search h2 {
      padding-left: 20px; } }

.banner-title {
  display: block;
  margin-bottom: 20px; }
  .banner-title h1 {
    font-size: 2.5rem; }
  .banner-title > .title {
    display: inline; }

.banner-lead {
  display: block; }
  .banner-lead > .lead {
    display: inline; }

.contacts-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .contacts-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 900px) {
    .contacts-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1240px) {
    .contacts-section {
      padding: 80px 0 50px 0; } }

.contacts {
  display: flex;
  flex-flow: row wrap; }

.contact-article {
  padding: 20px; }

.contact-image {
  line-height: 0;
  margin: 0 0 1rem 0;
  width: 100%; }
  .contact-image > .img {
    height: auto;
    width: 100%; }

.position {
  display: block;
  font-style: italic; }

.phone-number {
  line-height: 1.5;
  display: block; }

.email-address {
  line-height: 1.5;
  display: block; }

.underline {
  font-weight: 400;
  text-decoration: underline;
  margin-bottom: 4px; }

.linkwrap {
  display: flex;
  flex-flow: column; }

.line {
  margin: 4px 0;
  font-size: 20px; }

.name {
  font-size: 24px; }

.gallery-section {
  padding: 0; }

.gallery {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  width: 100%; }

.gallery-item {
  flex: 0 0 50%;
  outline: none;
  position: relative; }
  @media (min-width: 600px) {
    .gallery-item {
      flex: 0 0 33.33%; } }
  @media (min-width: 900px) {
    .gallery-item {
      flex: 0 0 25%; } }
  @media (min-width: 1240px) {
    .gallery-item {
      flex: 0 0 20%; } }

.gallery-img {
  width: 100%; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.65);
  align-items: flex-end;
  color: white;
  cursor: zoom-in;
  display: flex;
  opacity: 0;
  padding: 30px;
  position: absolute;
  transition: all 200ms;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  max-width: 100%; }
  @media (min-width: 900px) {
    .gallery-caption:hover {
      opacity: 1; } }

.expander-icon {
  position: absolute;
  top: 20px;
  right: 20px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.fullwidth-figure {
  background-color: white;
  position: relative; }
  .fullwidth-figure > img {
    height: auto;
    width: 100%; }
  .fullwidth-figure:after {
    content: '';
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.fullwidth-figcaption {
  color: #FFFFFF;
  position: absolute;
  bottom: 20px;
  left: 30px;
  line-height: 1.5;
  max-width: 500px;
  z-index: 500; }

.containedimage-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .containedimage-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 900px) {
    .containedimage-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1240px) {
    .containedimage-section {
      padding: 80px 0 50px 0; } }

.contained-figure {
  display: block; }
  .contained-figure > img {
    height: auto;
    margin-bottom: 20px;
    width: 100%; }

.centeredimg-section {
  height: 300px;
  position: relative;
  padding: 30px 0 30px 0;
  text-align: center; }
  @media (min-width: 600px) {
    .centeredimg-section {
      height: 350px;
      padding: 50px 0 50px 0; } }
  @media (min-width: 900px) {
    .centeredimg-section {
      height: 400px; } }
  @media (min-width: 1660px) {
    .centeredimg-section {
      height: 450px; } }

.centered-figure {
  height: 100%; }
  .centered-figure > img {
    height: 100%;
    width: 100%; }

.logogrid-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .logogrid-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 900px) {
    .logogrid-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1240px) {
    .logogrid-section {
      padding: 80px 0 50px 0; } }

.grid-logo {
  margin: 0 0 20px 0;
  padding: 20px;
  height: 120px;
  width: 200px; }
  .grid-logo > .img {
    max-height: 100%;
    max-width: 100%; }

.iconcards-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .iconcards-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 900px) {
    .iconcards-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1240px) {
    .iconcards-section {
      padding: 80px 0 50px 0; } }
  .iconcards-section .flex-33 {
    padding: 10px; }

.cards {
  display: flex;
  flex-flow: row wrap;
  width: 100%; }

.card-article {
  padding: 20px;
  white-space: pre-line;
  border: 1px solid #133C55;
  height: 100%; }

.card-icon {
  margin-bottom: 20px; }
  .card-icon > .img {
    max-width: 100%;
    height: auto;
    display: inline-block; }

.iconlinks-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .iconlinks-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 900px) {
    .iconlinks-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1240px) {
    .iconlinks-section {
      padding: 80px 0 50px 0; } }

.icon-link {
  align-items: flex-start;
  display: flex;
  text-decoration: none; }
  .icon-link > .icon {
    display: block;
    padding: 20px;
    width: 85px;
    vertical-align: middle; }
  .icon-link > .title {
    display: block;
    padding: 20px;
    vertical-align: middle; }

.imgandtext-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .imgandtext-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 900px) {
    .imgandtext-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1240px) {
    .imgandtext-section {
      padding: 80px 0 50px 0; } }

.flex-image {
  padding: 20px;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 600px) {
    .flex-image {
      flex: 0 0 30%;
      max-width: 30%; } }
  .flex-image > .img {
    height: auto;
    width: 100%; }

.flex-content {
  max-width: 100%;
  padding: 20px; }
  @media (min-width: 600px) {
    .flex-content {
      flex: 0 0 70%;
      max-width: 70%; } }

.normal-order {
  order: 0; }

.alt-order {
  order: 0; }
  @media (min-width: 600px) {
    .alt-order {
      order: 1; } }

.text-section {
  padding: 50px 20px 20px 20px; }
  @media (min-width: 600px) {
    .text-section {
      padding: 60px 20px 20px 20px; } }
  @media (min-width: 900px) {
    .text-section {
      padding: 65px 20px 50px 20px; } }
  @media (min-width: 1240px) {
    .text-section {
      padding: 80px 20px 50px 20px; } }

.the-content {
  padding: 0 0px;
  width: 100%; }
  .the-content > figure {
    max-width: 730px !important;
    width: 100% !important; }
    .the-content > figure img {
      height: auto !important;
      width: 100% !important; }

.videoembed-section {
  padding: 50px 20px 20px 20px; }
  @media (min-width: 600px) {
    .videoembed-section {
      padding: 60px 20px 20px 20px; } }
  @media (min-width: 900px) {
    .videoembed-section {
      padding: 65px 20px 50px 20px; } }
  @media (min-width: 1240px) {
    .videoembed-section {
      padding: 80px 20px 50px 20px; } }

.map-section {
  display: block;
  width: 100%; }

#map {
  height: 300px; }
  @media (min-width: 600px) {
    #map {
      height: 400px; } }
  @media (min-width: 900px) {
    #map {
      height: 500px; } }
  @media (min-width: 1240px) {
    #map {
      height: 600px; } }

.importmap-section {
  width: 100vw;
  height: 100vh;
  position: absolute; }

#importmap {
  height: calc(100vh - 82px); }
  @media (min-width: 600px) {
    #importmap {
      height: calc(100vh - 91px); } }

.marker-content {
  padding: 20px; }
  .marker-content .title {
    font-size: 32px; }
  .marker-content .item-category {
    font-size: 10px;
    margin-bottom: 20px; }
  .marker-content .info {
    margin-bottom: 10px; }

.show {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px; }

.category {
  padding: 30px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  width: auto;
  transition: 0.2s;
  top: 91px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2); }

.checkbox {
  display: flex;
  flex-flow: row nowrap;
  align-items: center; }

.category-img {
  margin: 5px 0;
  width: 20px; }

.filter {
  display: flex;
  flex-flow: column;
  cursor: initial; }

.filter {
  display: none; }
  @media (min-width: 900px) {
    .filter {
      display: block; } }

.mobile-filter {
  display: block;
  transition: 0.2s; }
  .mobile-filter img {
    width: 30px;
    height: 30px; }
  .mobile-filter.rotate {
    transform: rotate(180deg); }

.category-top {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  cursor: pointer; }

.feeds {
  display: flex;
  flex-flow: row wrap; }
  .feeds .feed {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .feeds .feed {
        flex: 50%;
        max-width: 50%;
        padding: 20px; } }
    @media (min-width: 900px) {
      .feeds .feed {
        flex: 33.33%;
        max-width: 33.33%; } }

.portfolio-listitem {
  background-color: white;
  border-radius: 2px;
  margin-bottom: 30px; }

.portfolio-listheader {
  padding: 40px; }

.article-link {
  text-decoration: none;
  transition: all 200ms; }
  .article-link:hover {
    color: #ffa000; }

.portfolio-listimage {
  width: 100%; }
  .portfolio-listimage > .img {
    height: auto;
    width: 100%; }

.post-article {
  background-color: white;
  border-radius: 2px; }

.post-image {
  display: block; }
  .post-image > .img {
    height: auto;
    width: 100%; }

.keynumbers-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .keynumbers-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 900px) {
    .keynumbers-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1240px) {
    .keynumbers-section {
      padding: 80px 0 50px 0; } }

.number-item {
  padding: 20px; }

.number {
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 2.7rem;
  font-style: italic; }

.number-text {
  display: block; }

.archive {
  padding: 150px 0; }
  .archive .container {
    padding: 0; }

.article-post {
  background-color: #FFFFFF;
  padding: 20px 20px 60px;
  font-weight: 400;
  position: relative;
  margin: 0 10px; }
  @media (max-width: 600px) {
    .article-post {
      margin: 0; } }
  .article-post h2 {
    font-size: 1.8rem;
    line-height: 1.2; }
  .article-post .content {
    line-height: 1.2;
    font-size: 16px; }

.article {
  position: relative;
  margin: 10px 0;
  height: auto;
  display: none; }

.sub-item {
  padding-left: 20px;
  margin: 5px 0; }
  .sub-item a {
    font-weight: 400; }

.subsub-item {
  padding-left: 40px; }
  .subsub-item a {
    font-weight: 400;
    font-size: 14px; }

.readmore {
  position: absolute;
  bottom: -10px;
  right: 15px;
  color: #fff;
  min-width: 200px;
  text-align: center; }

.buttonlink {
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: auto; }

.button-wrap {
  position: relative; }

aside form {
  padding-top: 0px;
  margin-bottom: 20px; }

.article-wrap {
  margin: 0px;
  position: relative; }

.articles-wrap {
  display: flex;
  flex-flow: row wrap;
  width: 100%; }
  .articles-wrap.block {
    display: inline-block; }

@media (max-width: 800px) {
  .link-list {
    display: none; } }

@media (max-width: 800px) {
  .archive h3:after {
    font-size: 14px;
    margin-left: 20px;
    content: '(klikk for å vise)'; } }

.show {
  display: block !important; }

.o-hidden {
  display: none; }

.no-results {
  display: none; }

.year-filter {
  margin-bottom: 10px; }

.place-filter {
  margin-bottom: 30px; }

.article-info {
  position: absolute;
  bottom: 5px;
  left: 15px;
  font-size: 12px;
  font-weight: normal;
  opacity: 0.5; }

.info-box {
  margin: 5px 0; }

.place-text {
  font-size: 12px;
  font-weight: normal;
  opacity: 0.5; }

.archive-search {
  margin-top: 30px; }

.article-section {
  padding: 200px 0; }

#search {
  padding: 180px 0; }
  #search h4 {
    font-size: 24px; }
  #search .excerpt {
    font-weight: 400; }

.hit {
  padding: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .hit:hover {
    background-color: #d7d7d7; }
  .hit .click {
    min-width: 20%;
    text-align: right;
    font-weight: 400; }
    @media (max-width: 600px) {
      .hit .click {
        display: none; } }

.isotope-section {
  width: 90%;
  margin: 0 5%;
  display: flex;
  padding: 60px 0; }
  @media (min-width: 600px) {
    .isotope-section {
      margin: 2.5%;
      width: 95%;
      padding: 40px 0; } }
  @media (min-width: 900px) {
    .isotope-section {
      margin: 0 auto;
      width: 95%;
      padding: 20px 0; } }
  @media (min-width: 1240px) {
    .isotope-section {
      margin: 0 auto;
      width: 1200px;
      padding: 20px; } }

.hidden {
  display: none !important; }

.grid {
  flex: 0 0 75%; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.grid-item {
  width: 96%; }
  @media (min-width: 600px) {
    .grid-item {
      width: 48%; } }
  @media (min-width: 900px) {
    .grid-item {
      width: 32%; } }
  .grid-item.show {
    display: block !important; }

.grid-sizer {
  width: 100%; }
  @media (min-width: 600px) {
    .grid-sizer {
      width: 50%; } }
  @media (min-width: 900px) {
    .grid-sizer {
      width: 33%; } }

.images {
  display: flex;
  flex-flow: row wrap; }

.grid-item {
  display: block;
  min-height: 100px;
  margin: 4%; }
  @media (min-width: 600px) {
    .grid-item {
      margin: 1%; } }
  @media (min-width: 900px) {
    .grid-item {
      margin: 0.5%; } }
  .grid-item a {
    display: block; }

.grid-item img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%; }

.button-group {
  margin: 20px 0;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  flex-direction: column;
  flex: 0 0 25%;
  align-content: flex-start; }
  @media (min-width: 900px) {
    .button-group {
      margin: 40px 0; } }
  .button-group .button {
    padding: 0;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    margin: 5px;
    margin-left: 0;
    text-align: left;
    cursor: pointer; }
    @media (min-width: 900px) {
      .button-group .button {
        width: auto; } }
    .button-group .button.is-checked {
      text-decoration: underline; }
    .button-group .button:focus {
      outline: none; }
    .button-group .button:hover {
      text-decoration: underline; }

.gallery-item {
  position: relative; }

.isotope-caption {
  align-items: flex-end;
  color: white;
  cursor: zoom-in;
  display: block;
  opacity: 0;
  padding: 30px;
  transition: all 200ms;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%; }
  @media (min-width: 900px) {
    .isotope-caption:hover {
      opacity: 1; } }

.desc {
  white-space: pre-wrap; }

.filter-top .filters {
  padding-right: 30px; }
