﻿@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: #f2f2f2;
  font-family: "proxima-nova", sans-serif;
  color: #333;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  height: 100%;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 800px) {
  .wrapper {
    margin-top: 100px;
  }
}

.container {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1240px) {
  .container {
    width: 1200px;
  }
}

.site-logo img {
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
  image-rendering: -webkit-optimize-contrast;
}

.flex {
  display: flex;
  flex-flow: row wrap;
}

.space-between {
  justify-content: space-between;
}

.flex-col {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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%;
}

.select-custom {
  overflow: hidden;
  background: #fff url(/assets/img/select-arrow2.png) no-repeat 100% 52%;
  /*background-size: 26px 26px;*/
  background-position-x: 100%;
  padding: 0;
  border: 1px solid #ccc;
}
.select-custom select {
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  border: none;
  background-color: transparent;
  padding: 12px 20px;
  margin: 0;
  overflow: hidden !important;
  text-overflow: ellipsis;
  padding-right: 53px;
  /*width: 140%;*/
}

h1, h2, h3, h4, h5 {
  font-family: "proxima-nova", sans-serif;
  word-wrap: break-word;
}

h1 {
  font-weight: 700;
  font-style: inherit;
  font-size: 2.1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 15px;
  max-width: 100%;
}
@media (min-width: 640px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 900px) {
  h1 {
    font-size: 3.4rem;
  }
}

h2, .post-image figcaption {
  font-weight: 700;
  font-style: inherit;
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 100%;
}
@media (min-width: 640px) {
  h2, .post-image figcaption {
    font-size: 2.5rem;
  }
}

h3 {
  font-weight: 700;
  font-style: inherit;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 100%;
}
@media (min-width: 640px) {
  h3 {
    font-size: 1.7rem;
  }
}

h4 {
  font-weight: 700;
  font-style: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
}

h5 {
  font-weight: 700;
  font-style: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
}

p, ul, ol, pre, blockquote {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 100%;
}

blockquote {
  font-style: italic;
  font-size: 1.1em;
  margin-top: 27px;
}

span {
  line-height: 1.5;
  margin-top: 0;
  max-width: 100%;
}

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: #e41d7a;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.lead {
  font-size: 1.15rem;
  line-height: 1.5;
  white-space: pre-line;
  font-weight: 700;
}
@media (min-width: 640px) {
  .lead {
    font-size: 1.6rem;
  }
}

.light-text {
  color: #ffffff;
}

.dark-text {
  color: #333333;
}

.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 {
  font-size: 16px;
  opacity: 0.9;
  padding: 0 0 20px 0;
}

figure {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
figure > img {
  margin: 5px 22px 22px 0;
  object-fit: contain;
  padding: 0;
  height: unset !important;
  max-width: 100%;
}

.button-row {
  margin: 2rem 0 1rem 0;
}

.btn {
  border: none;
  border-radius: 2px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: "proxima-nova", 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;
}

.btn2 {
  margin: 0;
  background: #fbfbfb;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 200ms;
}
.btn2:hover {
  background-color: #e2e2e2;
}
.btn2.pink {
  background: #e41d7a;
  color: #fff;
}
.btn2.pink:hover {
  background-color: #b81662;
}

.mute {
  opacity: 0.5;
  pointer-events: none;
  filter: grayscale(90%);
}

.btn-normal {
  background-color: #fff;
}
.btn-normal:hover {
  background-color: white;
}

.btn-action {
  background-color: #e41d7a;
  color: #fff;
}
.btn-action:hover {
  background-color: #b81662;
}

.btn-small {
  padding: 5px 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: 640px) {
  .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;
}

.form-row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px 20px -10px;
}

.form-col-full {
  flex: 0 0 100%;
  padding: 0 10px;
  max-width: 100%;
  position: relative;
}

.form-col-half {
  flex: 0 0 50%;
  padding: 0 10px;
  max-width: 50%;
  position: relative;
}

label {
  font-size: 15px;
  display: block;
  margin: 10px 0;
  opacity: 0.9;
}

input[type=text], input[type=email], input[type=number], input[type=password], textarea, select {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  outline: none;
  padding: 10px 12px;
  width: 100%;
}
input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}
input[type=text].parsley-error, input[type=email].parsley-error, input[type=number].parsley-error, input[type=password].parsley-error, textarea.parsley-error, select.parsley-error {
  border: 1px solid rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.6);
}

input[type=checkbox], input[type=radio] {
  transform: translateY(2px);
  height: 16px;
  width: 16px;
}

select:hover {
  cursor: pointer;
}

input[type=file] {
  position: relative;
  width: 100%;
}

.form-status {
  margin: 20px 0 20px 0;
  max-width: 800px;
}

.parsley-errors-list {
  display: inline-block;
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.parsley-errors-list > li {
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 13.5px;
  margin: 0 0 0 7px;
  padding: 5px 15px;
}

.loginbox-wrapper {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginbox {
  margin: 0 auto;
  background-color: #e41d7a;
  color: white;
  padding: 30px;
  max-width: 500px;
  /*border-radius: 24px;*/
  box-shadow: 1px 1px 6px #282828;
}
.loginbox .message {
  margin: 20px 0;
  padding: 20px;
  border-radius: 4px;
}
.loginbox input {
  margin-bottom: 10px;
}

.sub-nav {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.sub-nav.off {
  display: none;
}

.sub-nav-branch {
  flex: 0 0 25%;
  padding: 20px;
}

.sub-nav-link {
  display: block;
  text-decoration: none;
  line-height: 1.5;
}
.sub-nav-link[data-level="3"] {
  font-weight: 600;
}
.sub-nav-link[data-level="5"] {
  margin-left: 20px;
}
.sub-nav-link[data-level="6"] {
  font-size: 14px;
  margin-left: 30px;
}

.sub-nav-toggle {
  padding: 0 20px 20px 0;
}
.sub-nav-toggle > svg {
  fill: #222;
}
.sub-nav-toggle > svg > polygon {
  opacity: 0;
}
.sub-nav-toggle.active > svg > polygon {
  opacity: 1;
}
.sub-nav-toggle.active > svg > rect {
  opacity: 0;
}

.site-header {
  /*background-color: rgba(white,0.9);*/
  background-color: #fff;
  border-bottom: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.site-header .logo-and-menu {
  align-items: center;
}
@media (min-width: 800px) {
  .site-header {
    /*padding: 50px 0;*/
    padding: 0;
    /*padding-top: 50px;*/
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
  }
  .site-header .logo-and-menu {
    align-items: flex-end;
  }
}

.site-logo .plassen-logo {
  margin-top: 10px !important;
  max-height: 80px;
  width: unset !important;
}

.site-logo {
  display: block;
  padding: 20px;
  max-width: 50%;
}
.site-logo > .img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 90px;
}
@media (min-width: 800px) {
  .site-logo {
    padding: 25px;
  }
  .site-logo > .img {
    /*max-width: 200px;*/
    max-width: 107px;
  }
}

.site-logo.year50 {
  background-color: white;
  margin-bottom: -33px;
}
.site-logo.year50 > .img {
  max-width: 70px;
}
@media (min-width: 800px) {
  .site-logo.year50 {
    margin-bottom: -60px;
  }
  .site-logo.year50 > .img {
    /*max-width: 200px;*/
    max-width: 107px;
  }
}

.site-nav {
  display: block;
  padding: 5px 20px;
  padding-bottom: 30px;
  width: 100%;
}
@media (min-width: 800px) {
  .site-nav {
    padding-bottom: 0;
  }
}
.site-nav > .link {
  color: #333333;
  display: block;
  margin: 10px 0;
  padding: 5px 0;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .site-nav > .link {
    /*&:hover, &:active {
        color: $link-color;
    }*/
  }
  .site-nav > .link:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    display: block;
    margin-top: 20px;
    transition: all ease 0.6s;
  }
  .site-nav > .link.active:after, .site-nav > .link:hover:after, .site-nav > .link:active:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #e41d7a;
    display: block;
    margin-top: 20px;
  }
}
@media (min-width: 800px) {
  .site-nav {
    display: block;
    padding: 20px;
    padding-bottom: 0;
    width: auto;
    height: 72px;
  }
  .site-nav > .link {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
  }
}
.site-nav .btn-search {
  margin-bottom: -4px;
  display: block;
}
@media (min-width: 800px) {
  .site-nav .btn-search {
    display: inline-block;
  }
}
.site-nav .btn-search:after {
  display: none;
}
.site-nav .btn-search img {
  width: 22px;
  display: inline-block;
}
.site-nav .btn-search.active:after, .site-nav .btn-search:hover:after, .site-nav .btn-search:active:after {
  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: #333333;
  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 {
  background: #f7f7f7;
}
.site-footer .copyright {
  color: #2a2a2a;
  font-size: 0.9rem;
  text-align: center;
  padding: 20px;
}
.site-footer .iconlinks-section {
  padding: 50px 0;
}
.site-footer .iconlinks-section .section-header h2, .site-footer .iconlinks-section .section-header .lead {
  max-width: 100%;
  text-align: center;
}
.site-footer .iconlinks-section .flex-33 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 640px) {
  .site-footer .iconlinks-section .flex-33 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 900px) {
  .site-footer .iconlinks-section .flex-33 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1240px) {
  .site-footer .iconlinks-section .flex-33 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
}
.site-footer .iconlinks-section .flex-33 .icon {
  width: auto;
  max-width: 100%;
}

.site-info {
  padding: 20px;
}

.colophon {
  padding: 20px;
}

#searchresult {
  padding: 20px;
  min-height: 100vh;
  display: none;
  background: #f7f7f7;
}
@media (min-width: 800px) {
  #searchresult {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
#searchresult #sitesearch {
  width: 100%;
  font-size: 1.2rem;
  padding: 12px;
  outline: none;
}
@media (min-width: 800px) {
  #searchresult #sitesearch {
    font-size: 2rem;
    padding: 20px;
  }
}
#searchresult .loading {
  display: block;
  width: 100%;
  padding-top: 50px;
  text-align: left;
  font-size: 1.3rem;
  font-style: italic;
}
#searchresult .searchstring {
  font-size: 26px;
  margin-top: 75px;
}
#searchresult .hits {
  margin-bottom: 60px;
  display: block;
}
#searchresult .item {
  margin: 40px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
}
#searchresult .item .title {
  font-weight: bold;
}
#searchresult .item .txt {
  padding-bottom: 20px;
  display: flex;
}
#searchresult .item .txt .left {
  margin-right: 20px;
  flex: 0 0 120px;
}
#searchresult .prevnext {
  display: flex;
  justify-content: center;
  margin: 50px;
}
#searchresult .prevnext a {
  padding: 6px;
  text-decoration: none;
}
#searchresult .pagination {
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#searchresult .pagination a {
  -ms-flex: 0 1 5%;
  -webkit-flex: 0 1 5%;
  flex: 0 1 5%;
  text-align: center;
  padding: 10px;
  margin: 2px;
  background: #dcddde;
  text-decoration: none;
}
#searchresult .pagination a.active {
  background: #e41d7a;
  color: #fff;
}
#searchresult .pagination a.active:hover {
  color: #000;
  background: #e41d7a;
}
#searchresult .pagination a span {
  font-size: 10px;
  display: block;
}

body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

/* Navigation arrows */
.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.fancybox-share p:first-of-type {
  margin-right: -10px;
}

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  transition: all 0.2s;
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.fancybox-share input {
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.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: "proxima-nova", sans-serif;
  margin-bottom: 20px;
}

.article-link {
  text-decoration: none;
  transition: all 200ms;
  color: #333333;
}
.article-link:hover {
  color: #e41d7a;
}

.link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-main {
  padding: 20px;
}

.post-image {
  display: block;
}
.post-image > .img {
  height: auto;
  width: 100%;
}
.post-image > figcaption {
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  color: #ccc;
  padding: 15px 50px;
}

.post-header {
  padding: 60px 50px 0 50px;
}

.post-content {
  padding: 0 50px 50px 50px;
}

.section-base {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 25px 20px 20px 20px;
  /*@media (min-width: $break-l) {
      padding: 80px 20px 50px 20px;
  }*/
}
@media (min-width: 640px) {
  .section-base {
    padding: 25px 20px 20px 20px;
  }
}
@media (min-width: 900px) {
  .section-base {
    padding: 25px 20px 25px 20px;
  }
}

section.banner-section, section.section-karusell {
  margin: 25px 0;
}
section.banner-section.section-last, section.section-karusell.section-last {
  margin-bottom: 0;
}
section.banner-section.section-first, section.section-karusell.section-first {
  margin-top: 0;
}
section.section-first {
  padding-top: 90px;
}
section.section-last {
  padding-bottom: 50px;
}

.front-page section.banner-section, .front-page section.section-karusell {
  margin: 0;
}
.front-page section.banner-section.section-last, .front-page section.section-karusell.section-last {
  margin-bottom: 0;
  padding-bottom: 0;
}
.front-page section.banner-section.section-first, .front-page section.section-karusell.section-first {
  margin-top: 0;
  padding-top: 0;
}
.front-page section.section-first {
  padding-top: 50px;
}
.front-page section.section-last {
  padding-bottom: 50px;
}

/*.section {
    padding: 25px 0 20px 0;

    @media (min-width: $break-s) {
        padding: 25px 0 20px 0;
    }

    @media (min-width: $break-m) {
        padding: 25px 0;
    }
}*/
.section-header {
  padding: 20px 0;
}
.section-header.padded {
  padding-top: 20px;
}
@media (min-width: 640px) {
  .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: 150px;
}
@media (min-width: 640px) {
  .banner-section {
    padding: 50px 0 20px 0;
    min-height: 400px;
  }
}
@media (min-width: 900px) {
  .banner-section {
    padding: 88px 0 50px 0;
    min-height: 600px;
  }
}
@media (min-width: 1240px) {
  .banner-section {
    padding: 125px 0 50px 0;
    min-height: 800px;
  }
}

.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;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
}

.container {
  position: relative;
  z-index: 2;
}

.newslettersubscribe h1.title {
  display: inline-block;
  color: #e41d7a;
  margin-bottom: 50px;
}
.newslettersubscribe .banner-content {
  max-width: 100%;
  text-align: center;
}

.newsletter-form {
  max-width: 600px;
  margin: 0 auto;
}
.newsletter-form .form-part {
  justify-content: center;
}
@media (min-width: 640px) {
  .newsletter-form .form-part {
    display: flex;
  }
}
.newsletter-form .epost {
  margin: 6px;
  margin-left: 0;
  padding: 12px;
  font-size: 20px;
  border-radius: 0;
  border: 1px solid #ccc;
  width: calc(100% - 12px);
}
@media (min-width: 640px) {
  .newsletter-form .epost {
    width: 45%;
  }
}
.newsletter-form .select-custom {
  margin: 6px;
}
@media (min-width: 640px) {
  .newsletter-form .select-custom {
    width: 35%;
  }
}
.newsletter-form .submit {
  margin: 6px;
  padding: 12px 20px;
  font-size: 20px;
  border-radius: 0;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  cursor: pointer;
}
.newsletter-form .submit.pink {
  background: #e41d7a;
  color: #fff;
  border: 0;
}
@media (min-width: 640px) {
  .newsletter-form .submit {
    width: 20%;
  }
}

.avmelding {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  text-decoration: underline;
}

.message {
  color: #fff;
  font-size: 24px;
}
.message.errormsg {
  color: red;
}

.contacts-section {
  padding: 30px 0 20px 0;
}
@media (min-width: 640px) {
  .contacts-section {
    padding: 35px 0 20px 0;
  }
}
@media (min-width: 900px) {
  .contacts-section {
    padding: 40px 0 25px 0;
  }
}
@media (min-width: 1240px) {
  .contacts-section {
    padding: 50px 0 30px 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-size: 1rem;
  margin: 0 0 1rem 0;
}

.phone-number {
  line-height: 1.5;
  display: block;
}

.email-address {
  line-height: 1.5;
  display: block;
}

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.section-karusell {
  background: #fff;
  /*h2 {
      font-size: 1.666rem;
      color: #666;
      line-height: 1;
      margin: 0;
      margin-top: -10px;
  }*/
}
@media (max-width: 640px) {
  .section-karusell {
    padding-bottom: 50px;
  }
}
.section-karusell h2 {
  font-size: 4rem;
}
@media (max-width: 640px) {
  .section-karusell h2 {
    font-size: 2rem;
  }
}
.section-karusell a {
  text-decoration: none;
  color: #333333;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  /*border-radius: 50%;*/
  background: white;
  background: hsla(0deg, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 35px;
}
.flickity-prev-next-button svg {
  display: none;
}

.carousel.hastitle .flickity-prev-next-button {
  /*top: calc(50% - 106px);*/
}

.forestilling-galleri .carousel.hastitle .flickity-prev-next-button {
  /*top: calc(50% - 40px);*/
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 0;
  background: url(/assets/img/left.png) no-repeat;
  background-size: 18px 35px;
}

.flickity-prev-next-button.next {
  right: 0;
  background: url(/assets/img/right.png) no-repeat;
  background-size: 18px 35px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  /*position: absolute;*/
  width: 100%;
  /*bottom: -25px;*/
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  margin: 50px auto;
  bottom: 100px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .flickity-page-dots {
    position: relative;
    bottom: auto;
  }
}

.section-karusell-notext .flickity-page-dots {
  bottom: -35px;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background: #ccc;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
.flickity-page-dots .dot:last-child {
  width: 12px;
  height: 12px;
  width: 8px;
  height: 8px;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #e41d7a;
  height: 23px;
  width: 23px;
  height: 12px;
  width: 12px;
}

.carousel-cell {
  /*min-height: 100vw;*/
  width: 100%;
}
@media (min-width: 640px) {
  .carousel-cell {
    min-height: 300px;
  }
}
@media (min-width: 900px) {
  .carousel-cell {
    min-height: 600px;
  }
}
.carousel-cell .video-container {
  width: 100%;
}
@media (max-width: 640px) {
  .carousel-cell .video-container {
    height: auto;
    width: 100vw;
  }
}
.carousel-cell .video-container .vjs-big-play-button {
  top: 50%;
  left: 50%;
}
.carousel-cell .video-container .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
}
@media (max-width: 640px) {
  .carousel-cell .video-container .video-js {
    height: auto;
    width: 100vw;
  }
}
.carousel-cell img {
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width: 640px) {
  .carousel-cell img {
    height: auto;
    width: 100vw;
  }
}
.carousel-cell > header {
  color: #333;
  /*position: absolute;
  bottom: 0;
  left: 0;*/
  padding: 20px;
  width: 100%;
  background: #fff;
}
@media (min-width: 640px) {
  .carousel-cell > header {
    padding: 50px;
  }
}

.forestilling-galleri .carousel-cell > header {
  height: auto;
}
@media (min-width: 640px) {
  .forestilling-galleri .carousel-cell > header {
    padding: 15px 50px;
  }
}
.forestilling-galleri .carousel-cell > header .flickity-caption {
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  color: #ccc;
}

.grouptwo {
  padding: 0 25px 5px 25px;
}
@media (max-width: 640px) {
  .grouptwo {
    padding: 0;
  }
}
.grouptwo h1 {
  font-size: 2.6rem;
}
@media (max-width: 640px) {
  .grouptwo h1 {
    font-size: 2rem;
  }
}
.grouptwo h2 {
  font-size: 2.2rem;
}
.grouptwo .carousel-cell {
  width: 50%;
  padding: 25px;
}
@media (min-width: 640px) {
  .grouptwo .carousel-cell {
    min-height: 0;
  }
}
@media (min-width: 900px) {
  .grouptwo .carousel-cell {
    min-height: 0;
  }
}
.grouptwo .carousel-cell header {
  padding: 25px;
}
@media (max-width: 640px) {
  .grouptwo .carousel-cell {
    width: 100%;
    padding: 0;
  }
}
.grouptwo .carousel-cell:nth-child(even) {
  padding-top: 75px;
}
@media (max-width: 640px) {
  .grouptwo .carousel-cell:nth-child(even) {
    padding-top: 0;
  }
}
.grouptwo .flickity-page-dots {
  left: 0;
}
@media (min-width: 900px) {
  .grouptwo .flickity-page-dots {
    bottom: 30px;
  }
}

.flickity-caption {
  margin: 0;
}
@media (max-width: 640px) {
  .flickity-caption {
    font-size: 2rem;
  }
}

.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 315px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px;
}

.flatpickr-calendar.open {
  display: inline-block;
  animation: flatpickrFadeInDown 300ms cubic-bezier(0, 1, 0.5, 1);
  z-index: 99999;
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.hasWeeks {
  width: auto;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 24px;
  text-align: center;
  position: relative;
  user-select: none;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  height: 16px;
  line-height: 16px;
}

.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative;
}

.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  /*
          /*rtl:begin:ignore*/
  /*
          */
  left: calc(3.57% - 1.5px);
  /*
          /*rtl:end:ignore*/
  /*
          */
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  /*
          /*rtl:begin:ignore*/
  /*
          */
  right: calc(3.57% - 1.5px);
  /*
          /*rtl:end:ignore*/
  /*
          */
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px;
}

.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  top: 5px;
  display: inline-block;
  text-align: center;
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 7px;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
}

.flatpickr-days,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 315px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.54);
  height: 27.3333333333px;
  line-height: 24px;
  margin: 0;
  background: transparent;
  text-align: center;
  display: block;
  float: left;
  width: 14.28%;
  font-weight: bold;
  margin: 0;
  padding-top: 3.3333333333px;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 1px 12px 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
}

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  transition: height 0.33s cubic-bezier(0, 1, 0.5, 1);
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  user-select: none;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0;
}

.hasWeeks .flatpickr-days,
.hasTime .flatpickr-days {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.hasWeeks .flatpickr-days {
  border-left: 0;
}

@media all and (-ms-high-contrast: none) {
  .flatpickr-month {
    padding: 0;
  }
  .flatpickr-month svg {
    top: 0 !important;
  }
}
.flatpickr-input[readonly] {
  cursor: pointer;
}

@-moz-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-o-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.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: 640px) {
  .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;
}

.gallery-download {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 0 10px;
}

/* 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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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;
  }
}

.cards {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.card-article {
  padding: 20px;
}

.card-icon {
  margin-bottom: 20px;
}
.card-icon > .img {
  display: inline-block;
}

.iconlinks-section {
  padding: 50px 0 20px 0;
}
@media (min-width: 640px) {
  .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;
  flex-direction: column;
  margin-bottom: 15px;
}
.icon-link > .icon {
  display: block;
  padding: 20px 20px 5px 20px;
  width: 85px;
  vertical-align: middle;
}
.icon-link > .title {
  display: block;
  padding: 5px 20px 5px 20px;
  vertical-align: middle;
}

.imgandtext-section {
  padding: 50px 0 20px 0;
}
@media (min-width: 640px) {
  .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: 640px) {
  .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: 640px) {
  .flex-content {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

.normal-order {
  order: 0;
}

.alt-order {
  order: 0;
}
@media (min-width: 640px) {
  .alt-order {
    order: 1;
  }
}

.text-section {
  /*padding: 30px 20px 20px 20px;

  @media (min-width: $break-s) {
      padding: 35px 20px 20px 20px;
  }

  @media (min-width: $break-m) {
      padding: 40px 20px 25px 20px;
  }

  @media (min-width: $break-l) {
      padding: 50px 20px 30px 20px
  }*/
}
.text-section .section-header {
  padding: 0;
}
.the-content {
  padding: 0;
  width: 100%;
}
.the-content > figure {
  max-width: 730px !important;
}
.the-content > figure img {
  height: auto !important;
}

.front-page section.videoembed-section.section-first {
  padding-top: 0;
}

.videoembed-section {
  /*padding: 30px 20px 20px 20px;

  @media (min-width: $break-s) {
      padding: 35px 20px 20px 20px;
  }

  @media (min-width: $break-m) {
      padding: 40px 20px 25px 20px;
  }

  @media (min-width: $break-l) {
      padding: 50px 20px 30px 20px
  }*/
}
.videoembed-section .fit-videoembed iframe {
  width: 100%;
}

.video-container, .fit-videoembed {
  position: relative;
  padding: 56.25% 0 0 0;
}
.video-container iframe, .fit-videoembed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1000px;
}

.fit-videoembed {
  margin: 0 20px;
}

.map-section {
  display: block;
  width: 100%;
}

#map {
  height: 300px;
}
@media (min-width: 640px) {
  #map {
    height: 400px;
  }
}
@media (min-width: 900px) {
  #map {
    height: 500px;
  }
}
@media (min-width: 1240px) {
  #map {
    height: 600px;
  }
}

.feeds {
  display: flex;
  flex-flow: row wrap;
}
.feeds .feed {
  flex: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .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;
}
.portfolio-listheader .article-link h2 {
  font-size: 24px;
}

.article-link {
  text-decoration: none;
  transition: all 200ms;
}
.article-link:hover {
  color: #e41d7a;
}

.portfolio-listimage {
  width: 100%;
}
.portfolio-listimage > .img {
  height: auto;
  width: 100%;
}

.post-article .article.forestilling {
  float: right;
  max-width: 360px;
  margin: 0 0 50px 50px;
  background: #fff;
}
.post-article .article.forestilling img {
  width: 100%;
  height: auto;
}
.post-article .article.forestilling .article-listheader {
  padding: 20px;
}
.post-article .article.forestilling .article-listheader h2 {
  margin-bottom: 0;
}
.post-article .article.forestilling .cta {
  display: flex;
}
.post-article .article.forestilling .cta a {
  flex: 0 0 50%;
}

.post-main {
  padding: 20px;
}

.post-image {
  display: block;
}
.post-image > .img {
  height: auto;
  width: 100%;
}

.post-header {
  padding: 10px 0;
}
@media (min-width: 640px) {
  .post-header {
    padding: 30px 50px;
  }
}
.post-header h2 {
  margin-bottom: 50px;
}

.post-content {
  padding: 0;
}
@media (min-width: 640px) {
  .post-content {
    padding: 0 50px 50px 50px;
  }
}

.keynumbers-section {
  padding: 50px 0 20px 0;
}
@media (min-width: 640px) {
  .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: "proxima-nova", sans-serif;
  font-size: 2.7rem;
  font-style: italic;
}

.number-text {
  display: block;
}

.program-list {
  padding: 60px 20px 0 20px;
  padding-bottom: 150px;
}

.program-archive {
  padding: 50px 20px 20px 20px;
}
@media (min-width: 640px) {
  .program-archive {
    padding: 60px 20px 20px 20px;
  }
}
@media (min-width: 900px) {
  .program-archive {
    padding: 65px 20px 50px 20px;
  }
}
@media (min-width: 1240px) {
  .program-archive {
    padding: 80px 20px 50px 20px;
  }
}

.grid .grid-sizer,
.grid .grid-item {
  width: 100%;
  /*@media (max-width: $break-s) {
      width: 99%;
  }*/
}
@media (min-width: 640px) {
  .grid .grid-sizer,
  .grid .grid-item {
    width: 49%;
  }
}
@media (min-width: 900px) {
  .grid .grid-sizer,
  .grid .grid-item {
    width: 32%;
  }
}
.grid .gutter-sizer {
  width: 2%;
}
.grid .grid-item--width2 {
  width: 48%;
}
.grid .grid-item {
  margin: 0;
  background: #fff;
  /*margin:0 6px;*/
  margin-bottom: 20px;
  text-decoration: none;
  color: #333333;
}
@media (min-width: 640px) {
  .grid .grid-item {
    margin-bottom: 2%;
  }
}
.grid .grid-item img {
  width: 100%;
  height: auto;
}
.grid .grid-item .article {
  width: 100%;
}
.grid .grid-item .article-listheader {
  padding: 20px;
  min-height: 150px;
}
.grid .grid-item .article-listheader h2 {
  margin-bottom: 0;
  /*font-size:2.2rem;*/
  font-size: 24px;
}
.grid .grid-item .calendar {
  padding: 0 20px 20px;
}
.grid .grid-item .calendar .calendar-item {
  margin-bottom: 20px;
}
.grid .grid-item .cta {
  display: flex;
}
.grid .grid-item .cta a {
  flex: 0 0 50%;
  /*text-align: center;
      height: 50px;
      background: #f7f7f7;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 1.2rem;*/
  /*&.pink {
          background: #e41d7a;
          color: #fff;
      }*/
}
.grid .grid-item .cta a.fullwidth {
  flex: 0 0 100%;
}
.grid .grid-item .grid-article-link {
  font-size: 24px;
  text-decoration: none;
  padding: 20px 38px 20px 20px;
  display: block;
  position: relative;
}
.grid .grid-item .grid-article-link:after {
  content: "";
  position: absolute;
  right: 20px;
  background: url(/assets/img/arrow-right.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 26px;
}

.gap {
  grid-gap: 2%;
}

.grid-articles {
  display: flex;
  flex-wrap: wrap;
}
.grid-articles .grid-item {
  flex: 0 0 32%;
}
.grid-articles .grid-sizer {
  flex: 0 0 0%;
}

.flatpickr-day.selected {
  background: #e41d7a !important;
  border-color: #e41d7a !important;
}
.flatpickr-day.selected:hover {
  background: #e41d7a;
  border-color: #e41d7a;
}

.filter-close-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

@media (min-width: 640px) {
  .filter-wrap {
    display: flex;
    justify-content: center;
  }
}
.filter-wrap > div {
  margin: 20px;
}
@media (min-width: 640px) {
  .filter-wrap > div {
    flex: 0 0 200px;
    margin: 50px 25px;
  }
}
.filter-wrap input {
  border-radius: 0;
}
.filter-wrap .input-calender-wrap, .filter-wrap plassen-calendar {
  position: relative;
  /*padding-right: 45px;*/
  display: flex;
  flex: 0 0 230px;
  /*&:after {
      content: '';
      border: 1px solid #ccc;
      background: #fff url(/assets/img/test-calender.png) no-repeat center;
      background-size:22px;
      position: absolute;
      right: 0;
      top: 0;
      width: 46px;
      height: 40px;
  }*/
}
.filter-wrap .input-calender-wrap .flatpickr-toggle, .filter-wrap plassen-calendar .flatpickr-toggle {
  background: #fff;
  width: 68px;
  border: 1px solid #ccc;
  border-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 41px;
}
.filter-wrap .input-calender-wrap .flatpickr-toggle img, .filter-wrap plassen-calendar .flatpickr-toggle img {
  width: 24px;
}
.filter-wrap .input-calender-wrap .flatpickr-clear, .filter-wrap plassen-calendar .flatpickr-clear {
  background: #fff;
  width: 68px;
  border: 1px solid #ccc;
  border-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e41d7a;
  text-decoration: none;
  flex: 0 0 41px;
}
.filter-wrap .select-bx {
  position: relative;
}
.filter-wrap .select-bx .select-display {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px 16px;
  position: relative;
  height: 50px;
  cursor: pointer;
  line-height: 1.5;
}
.filter-wrap .select-bx .select-display:before {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  background: #ccc;
  right: 50px;
  top: 0;
}
.filter-wrap .select-bx .select-display:after {
  content: "";
  background: url(/assets/img/test-pilned.png) no-repeat;
  position: absolute;
  right: 13px;
  top: 18px;
  width: 22px;
  height: 14px;
}
.filter-wrap .select-bx .select-options {
  position: absolute;
  top: 51px;
  background: #fff;
  z-index: 1001;
  min-width: 100%;
  border: 1px solid #e6e6e6;
  padding: 8px 0;
  display: none;
  white-space: nowrap;
  max-height: 300px;
  overflow-y: auto;
}
.filter-wrap .select-bx .select-options.open {
  display: block;
}
.filter-wrap .select-bx .select-options.flatpickrlike {
  animation: flatpickrFadeInDown 300ms cubic-bezier(0, 1, 0.5, 1);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  font-size: 18px;
  line-height: 24px;
}
.filter-wrap .select-bx .select-options .option {
  padding: 8px 16px;
  transition: all ease 0.2s;
  text-decoration: none;
  display: block;
}
.filter-wrap .select-bx .select-options .option:hover {
  background: #e41d7a;
  color: #fff;
}

.kalender-list {
  padding: 60px 20px 0 20px;
  padding-bottom: 150px;
}

.kalender-grid .grid-item {
  background: #fff;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 640px) {
  .kalender-grid .grid-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
  }
}
.kalender-grid .grid-item > div {
  flex: 0 0 25%;
}
.kalender-grid .grid-item .date::first-letter {
  text-transform: capitalize;
}
.kalender-grid .grid-item .date, .kalender-grid .grid-item .title, .kalender-grid .grid-item .venue {
  padding: 6px 20px;
}
@media (min-width: 640px) {
  .kalender-grid .grid-item .date, .kalender-grid .grid-item .title, .kalender-grid .grid-item .venue {
    padding: 0;
  }
}
.kalender-grid .grid-item .status {
  text-transform: uppercase;
  color: #666;
}
.kalender-grid .grid-item .cta {
  flex: 0 0 170px;
  display: flex;
}
@media (min-width: 640px) {
  .kalender-grid .grid-item .cta {
    flex-direction: column;
  }
}
.kalender-grid .grid-item .cta a {
  flex: 1 1 auto;
  /*@media (min-width: $break-s) {
      flex: 1 1 auto;
  }*/
}

.forestilling-calendar-table {
  display: table;
  width: 100%;
}
.forestilling-calendar-table td {
  border-bottom: 1px solid #eee;
}

.capitalize {
  text-transform: capitalize;
}

.footer-section {
  padding: 50px 20px 20px 20px;
}
@media (min-width: 640px) {
  .footer-section {
    padding: 60px 20px 20px 20px;
  }
}
@media (min-width: 900px) {
  .footer-section {
    padding: 65px 20px 50px 20px;
  }
}
@media (min-width: 1240px) {
  .footer-section {
    padding: 80px 20px 50px 20px;
  }
}
.footer-section .footer-content {
  padding: 0 20px;
}
.footer-section .footer-content .img {
  max-width: 100%;
}
.footer-section .footer-content .links {
  padding-top: 50px;
  text-align: center;
}
.footer-section .footer-content .links a {
  margin: 6px;
}
.footer-section .footer-content .the-content, .footer-section .footer-content .the-content p {
  line-height: 1;
}
.footer-section .footer-content .social {
  margin: 10px 0 30px 0;
}
.footer-section .footer-content .social a {
  display: inline-block;
}
.footer-section .footer-content .social a img {
  max-width: 50px;
}
.footer-section .footer-content .footer-logo {
  margin-bottom: 30px;
}
.footer-section .footer-content .footer-logo img {
  max-width: 50%;
}
@media (min-width: 640px) {
  .footer-section .footer-content .footer-logo img {
    max-width: 200px;
  }
}
.footer-section .the-content {
  padding: 0 20px;
  width: 100%;
}
.footer-section .the-content > figure {
  max-width: 730px !important;
  width: 100% !important;
}
.footer-section .the-content > figure img {
  height: auto !important;
  width: 100% !important;
}

.forestilling-section {
  padding: 50px 20px 20px 20px;
  /*@media (min-width: $break-l) {
      padding: 0 20px 30px 20px;
  }*/
}
@media (min-width: 640px) {
  .forestilling-section {
    padding: 60px 20px 20px 20px;
  }
}
@media (min-width: 900px) {
  .forestilling-section {
    padding: 0 20px 30px 20px;
  }
}
@media (min-width: 1240px) {
  .forestilling-section .flex-70 {
    max-width: 65%;
  }
}
.forestilling-section h1 {
  margin-top: 15px;
}
.forestilling-section .subtitle {
  font-size: 1.6rem;
  margin-top: -26px;
}
.forestilling-section .lead {
  margin: 50px 0 30px 0;
}
.forestilling-section .fakta p {
  margin: 10px 0;
}
.forestilling-section .fakta .btn-ticket {
  display: block;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all 200ms;
}
.forestilling-section .fakta .fakta-info {
  padding: 30px;
  /*p{
      font-size:24px;
  }*/
}
.forestilling-section .fakta .fakta-text {
  background: #fbfbfb;
  padding: 30px;
}
.forestilling-section .kalender-grid {
  margin-top: 50px;
  scroll-margin-top: 200px;
}
@media (min-width: 640px) {
  .forestilling-section .kalender-grid .btn2 {
    min-height: 100px;
  }
}
.forestilling-section .kalender-grid .btn2.half {
  min-height: 50px;
}
.forestilling-section .forestillinger {
  margin-top: 40px;
}

.forestilling-galleri .flickity-page-dots {
  bottom: -20px;
}
@media (min-width: 640px) {
  .forestilling-galleri .flickity-page-dots {
    bottom: 33px;
  }
}

.filter-title {
  margin-bottom: 20px;
}

.faq-section {
  /*padding: 50px 20px 20px 20px;

  @media (min-width: $break-s) {
      padding: 60px 20px 20px 20px;
  }

  @media (min-width: $break-m) {
      padding: 65px 20px 50px 20px;
  }

  @media (min-width: $break-l) {
      padding: 80px 20px 50px 20px;
  }*/
}
.faq-section .faq-list .faq {
  margin-bottom: 6px;
}
.faq-section .faq-list .faq .question {
  background: #e8e8e8;
  display: block;
  text-decoration: none;
  /*height: 60px;*/
  line-height: 60px;
  padding: 0 20px;
  font-size: 24px;
  color: #333333;
}
.faq-section .faq-list .faq .question:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 24px;
  background-image: url(/assets/img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.faq-section .faq-list .faq .answer {
  display: none;
  background: #fff;
  padding: 40px 20px;
}
.faq-section .faq-list .faq .answer .ainner {
  display: flex;
  flex-flow: row wrap;
}
.faq-section .faq-list .faq .answer .ainner .one {
  width: 100%;
}
.faq-section .faq-list .faq .answer .ainner .two {
  width: 100%;
}
@media (min-width: 640px) {
  .faq-section .faq-list .faq .answer .ainner .two {
    width: 50%;
  }
}
.faq-section .faq-list .faq.open .question:after {
  background-image: url(/assets/img/close.png);
  height: 18px;
  width: 18px;
}

.textsidebyside-section {
  /*padding: 30px 20px 20px 20px;

  @media (min-width: $break-s) {
      padding: 35px 20px 20px 20px;
  }

  @media (min-width: $break-m) {
      padding: 40px 20px 25px 20px;
  }

  @media (min-width: $break-l) {
      padding: 50px 20px 30px 20px
  }*/
}
@media (min-width: 900px) {
  .textsidebyside-section .sidebyside {
    display: flex;
  }
}
@media (min-width: 900px) {
  .textsidebyside-section .sidebyside .content {
    flex: 0 0 50%;
    width: 50%;
  }
}

.grid-section {
  padding: 25px 20px 20px 20px;
}
@media (min-width: 640px) {
  .grid-section {
    padding: 25px 20px 20px 20px;
  }
}
@media (min-width: 900px) {
  .grid-section {
    padding: 25px 20px 25px 20px;
  }
}

body {
  font-size: 16px;
}

@media (min-width: 800px) {
  .hide-desktop {
    display: none !important;
  }
}

.hide-mobile {
  display: none;
}
@media (min-width: 800px) {
  .hide-mobile {
    display: initial;
  }
}

#arrangorweb .arrangor-header {
  display: flex;
}
#arrangorweb .arrangor-header .site-logo {
  margin-left: 16px;
  max-width: 110px;
  order: 1;
  margin-bottom: 0;
  background-color: transparent;
  padding: 0;
  margin-left: 23px;
}
@media (min-width: 800px) {
  #arrangorweb .arrangor-header .site-logo {
    margin: 0;
    margin-left: 38px;
    max-width: 156px;
    order: unset;
  }
}
#arrangorweb .arrangor-header .logo-and-menu {
  width: 100%;
}
#arrangorweb .toggle-menu {
  order: 3;
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 800px) {
  #arrangorweb .toggle-menu {
    order: unset;
  }
}
#arrangorweb .site-nav {
  order: 4;
  padding: 20px;
  text-align: right;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#arrangorweb .site-nav a {
  margin-bottom: 6px;
  padding: 6px 0;
  color: #333;
}
@media (min-width: 800px) {
  #arrangorweb .site-nav a {
    padding: 0 10px;
    margin-bottom: 0;
  }
}
#arrangorweb .site-nav.mobile-off {
  display: none;
}
@media (min-width: 800px) {
  #arrangorweb .site-nav.mobile-off {
    display: flex;
  }
}
@media (min-width: 800px) {
  #arrangorweb .site-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-right: 0;
    flex: 1;
    order: unset;
  }
}
#arrangorweb .loggedintop {
  height: auto;
  padding-top: 5px;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 20px;
  text-align: right;
  order: 2;
}
@media (min-width: 800px) {
  #arrangorweb .loggedintop {
    margin-left: 40px;
    padding-right: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    order: unset;
  }
}
#arrangorweb .loggedintop .arrangor-link {
  color: #333;
  margin: 0 14px;
}
#arrangorweb .loggedintop .arrangor-link:hover {
  color: #e41d7a;
}
#arrangorweb .loggedintop .loggedinname {
  margin: 0 14px;
  font-size: 14px;
  color: #e41d7a;
}
#arrangorweb .mb-20 {
  margin-bottom: 20px;
}
#arrangorweb .headline {
  font-size: 26px;
}
#arrangorweb .ingress {
  font-size: 20px;
}
#arrangorweb .forestillinger-list .month:not(:first-child) {
  padding-top: 30px;
}
#arrangorweb .forestillinger-list .month {
  margin-bottom: 10px;
  font-weight: 700;
}
#arrangorweb .forestillinger-list .month:first-letter {
  text-transform: uppercase;
}
#arrangorweb .forestilling-item {
  background: #fff;
  margin-bottom: 20px;
}
#arrangorweb .forestilling-item .line {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 76px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}
@media (min-width: 800px) {
  #arrangorweb .forestilling-item .line {
    flex-direction: row;
    align-items: center;
    padding: 0 40px;
  }
}
#arrangorweb .forestilling-item .line .date {
  flex: 0 0 20%;
  font-weight: 700;
  min-width: 210px;
  color: #e41d7a;
}
#arrangorweb .forestilling-item .line .title {
  flex: 1;
  margin: 4px 0 16px 0;
}
@media (min-width: 800px) {
  #arrangorweb .forestilling-item .line .title {
    margin: 0;
  }
}
#arrangorweb .forestilling-item .line .cta {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 800px) {
  #arrangorweb .forestilling-item .line .cta {
    flex: 0 0 40%;
    width: 40%;
  }
}
#arrangorweb .forestilling-item .line .cta .cta-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
}
#arrangorweb .forestilling-item .line .cta .icon {
  height: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  position: relative;
}
#arrangorweb .forestilling-item .line .cta .icon .icon-img {
  max-width: 32px;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
  image-rendering: -webkit-optimize-contrast;
}
#arrangorweb .forestilling-item .line .cta .icon .warning {
  position: absolute;
  bottom: 10px;
  opacity: 0.9;
  left: -9px;
}
#arrangorweb .forestilling-item .ticket {
  display: none;
  padding: 20px 40px;
}
#arrangorweb .forestilling-item .ticket button {
  margin-top: 12px;
}
#arrangorweb section .container {
  width: 100%;
}
#arrangorweb .text-section {
  padding: 40px;
}
#arrangorweb .context-menu-wrap {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
  margin-right: 20px;
}
#arrangorweb .context-menu {
  border: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
}
#arrangorweb .context-menu span {
  line-height: 1;
  margin-right: 8px;
}
#arrangorweb .context-menu svg {
  width: 16px;
  height: auto;
}
#arrangorweb .forestilling {
  display: flex;
  padding: 0 20px;
}
@media (min-width: 800px) {
  #arrangorweb .forestilling {
    margin-bottom: 20px;
  }
}
#arrangorweb .forestilling .left {
  flex: 0 0 25%;
  max-width: 300px;
  background: #fff;
  margin-right: 20px;
}
#arrangorweb .forestilling .right {
  flex: 1;
  background: #fff;
}
#arrangorweb .forestilling .back {
  padding: 12px 0;
  max-width: 41px;
  background-color: transparent;
  margin-right: 0;
}
#arrangorweb .forestilling .back a {
  display: flex;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  align-items: center;
  letter-spacing: 2px;
}
#arrangorweb .forestilling .back svg {
  width: 33px;
}
@media (min-width: 800px) {
  #arrangorweb .forestilling .back {
    padding: 20px 0 20px 40px;
    max-width: 300px;
    background-color: #fff;
    margin-right: 20px;
  }
}
#arrangorweb .forestilling .heading {
  display: flex;
  align-items: center;
  font-size: 20px;
  background-color: transparent;
}
@media (min-width: 800px) {
  #arrangorweb .forestilling .heading {
    padding-left: 40px;
    background-color: #fff;
  }
}
#arrangorweb .forestilling .tabs-nav {
  padding: 40px;
  display: none;
}
@media (min-width: 800px) {
  #arrangorweb .forestilling .tabs-nav {
    display: initial;
  }
}
@media (max-width: 800px) {
  #arrangorweb .forestilling .tabs-nav {
    position: absolute;
    width: 100%;
    max-width: 270px;
    margin-right: 0;
    /*box-shadow: -1px 1px 4px #a3a3a3;*/
    border-left: 12px solid #e74691;
    background: #f2f2f2;
    right: 0;
    z-index: 100;
  }
}
#arrangorweb .forestilling .tabs-nav .title {
  margin-top: 30px;
  margin-bottom: 11px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
#arrangorweb .forestilling .tabs-nav a {
  display: block;
  margin-bottom: 6px;
  padding: 6px 0;
  color: #333;
}
#arrangorweb .forestilling .content {
  padding: 20px;
  width: 100%;
}
@media (min-width: 800px) {
  #arrangorweb .forestilling .content {
    padding: 40px;
  }
}
#arrangorweb .forestilling .content .about {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#arrangorweb .forestilling .content .about .about-left {
  flex: 0 0 100%;
}
@media (min-width: 800px) {
  #arrangorweb .forestilling .content .about .about-left {
    flex: 1;
    padding-right: 40px;
  }
}
#arrangorweb .forestilling .content .about .about-right {
  flex: 0 0 100%;
  max-width: 100%;
  background: #fff;
  background: #f2f2f2;
  padding: 40px;
}
@media (min-width: 800px) {
  #arrangorweb .forestilling .content .about .about-right {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
#arrangorweb .forestilling .content .about .about-right .about-right-keydetails {
  margin-bottom: 20px;
}
#arrangorweb .forestilling .content .about .about-right .about-right-keydetails > div {
  margin-bottom: 6px;
}
#arrangorweb table {
  width: 100%;
  display: table;
}
#arrangorweb table td, #arrangorweb table th {
  border: 0;
  padding: 12px;
}
#arrangorweb table th {
  font-weight: 700;
}
#arrangorweb table tbody tr td {
  border: 1px solid #ccc;
}
#arrangorweb table.door-sale tbody tr:nth-child(even), #arrangorweb table.bg2 tbody tr:nth-child(even) {
  background: #f1f7f1;
}
#arrangorweb table.door-sale tbody tr:nth-child(odd), #arrangorweb table.bg2 tbody tr:nth-child(odd) {
  background: #e4f7e6;
}
#arrangorweb table.eventim-sale tbody tr:nth-child(even), #arrangorweb table.bg3 tbody tr:nth-child(even) {
  background: #fffbff;
}
#arrangorweb table.eventim-sale tbody tr:nth-child(odd), #arrangorweb table.bg3 tbody tr:nth-child(odd) {
  background: #f9f2ff;
}
#arrangorweb table.bg tbody tr:nth-child(even) {
  background: azure;
}
#arrangorweb table.bg tbody tr:nth-child(odd) {
  background: aliceblue;
}
#arrangorweb table tr.bg td {
  background: azure;
}
#arrangorweb table tr td.missing {
  opacity: 0.6;
}
#arrangorweb table.bg-tfoot tfoot tr td {
  border: 1px solid #ccc;
}
#arrangorweb table.bg-tfoot tfoot tr:nth-child(even) {
  background: #f9ffda;
}
#arrangorweb table.bg-tfoot tfoot tr:nth-child(odd) {
  background: #ecffb1;
}
#arrangorweb table.bg-tfoot tfoot tr:first-child {
  background: none;
}
#arrangorweb table.bg-tfoot tfoot tr:first-child td {
  border: none;
}
#arrangorweb .media-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 4em;
}
@media (min-width: 800px) {
  #arrangorweb .media-grid {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2rem;
    row-gap: 2em;
  }
}
#arrangorweb .media {
  text-align: center;
}
#arrangorweb .media .media-image {
  width: 100%;
  height: auto;
}
#arrangorweb .media .filetype {
  text-align: center;
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 20px;
}
#arrangorweb .media .fileinfo {
  font-size: 16px;
  margin: 10px 0 20px 0;
}
#arrangorweb .media .title {
  font-weight: 700;
}
#arrangorweb .media .mp4-icon {
  width: 200px;
  height: auto;
  margin: 0 auto;
}
#arrangorweb .media .download {
  background-color: #383838;
  display: flex;
  align-items: center;
  padding: 6px 20px;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 auto;
  width: 140px;
  color: white;
}
#arrangorweb .media .download svg {
  width: 22px;
  margin-right: 7px;
}
#arrangorweb .ticket-edit-box {
  margin-bottom: 50px;
}
#arrangorweb .ticket-edit-box .date {
  font-weight: 700;
}
#arrangorweb .ticket-edit-box button {
  margin-top: 10px;
}
#arrangorweb .btn-dark {
  background-color: #545454;
}
#arrangorweb .oppgjorsskjema, #arrangorweb .oppgjorsskjema-samfunnshus {
  margin-bottom: 80px;
}
#arrangorweb .oppgjorsskjema input, #arrangorweb .oppgjorsskjema-samfunnshus input {
  font-size: 20px;
}
#arrangorweb .input-antall {
  max-width: 100px;
}
#arrangorweb .accordion .accordion-content {
  display: none;
}
#arrangorweb .ticket-date {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 5px;
  color: #fff;
  background: #e41d7a;
  padding: 12px 20px;
  line-height: 1;
  /*border-radius: 13px;*/
  display: inline-flex;
}
#arrangorweb .ticket-date span {
  margin-left: 12px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}
#arrangorweb .ticket-date.ok {
  background: #444444;
}
#arrangorweb .ticket-date.avlyst {
  cursor: default;
  background: #cf5656;
}

.success td {
  background-color: #e4f7e6;
}

.warning td {
  background-color: #f7e4e4;
}

.delete {
  width: 24px;
  display: inline-block;
}

.loginbg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
  background-size: cover;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  transform: scale(1.1);
}

.btn-updated {
  background-color: #8c1ec9;
  color: #fff;
}

.choose-oppgjor-date {
  max-width: 300px;
  margin-bottom: 40px;
}

.text-bold {
  font-weight: 700;
}

.mt-60 {
  margin-top: 60px;
}

@media print {
  body {
    background: white !important;
  }
  .site-nav,
  .loggedintop,
  .toggle-menu,
  .context-menu,
  .context-menu-wrap,
  button,
  .delete,
  .back {
    display: none !important;
  }
  #arrangorweb .arrangor-header {
    margin-bottom: 20px !important;
  }
  #arrangorweb .forestilling .heading {
    position: absolute !important;
    top: 15px !important;
    left: 120px !important;
  }
  #arrangorweb .forestilling .content {
    padding: 0 !important;
  }
  table {
    font-size: 10px !important;
  }
  table tr, table td, table th {
    background: none !important;
  }
  table th, table td {
    padding: 6px !important;
  }
}
