﻿@charset "UTF-8";
/*$red: rgb(208,51,58);*/
.gallery-image-container, .card.video-card, .archive .archive-filter-toggle, .archive .filter-container, .archive .archive-filters, .photo-credit-container, .social-buttons .fb-share-button span, .social-buttons .buttons-container .mail, .story-card, .museum-card .card-button, .museum-card .card-image, .item-filter, .download-article .download-row, .download-article, .museum-icons .icons-container, .issuu-container .issuu-card .issuu-footer, .issuu-container .issuu-card, .nav-buttons, .fortimus-container, .homepage-article-container, .tile-content, .hva-skjer-featured-image, .aktuelt-tile .aktuelt-featured-image, .homepage-article-header, .homepage-articles-container, .footer-logo-container, .page-footer, .breadcrumb-container, #logo-container, .header-image-section .header-image, nav li, ul.nav-list, #nav-desktop, .mobile-nav ul, .mobile-nav-container, #main, .site-search-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-buttons .buttons-container {
  display: -ms-grid;
  display: grid;
}

.header-slider .header-slider-controls, .modal-backdrop, .image-overlay-container, .om-oss-child-title, .social-buttons .buttons-container div, .project-info .project-icon, .story-card .card-image, .icon-container, .icon-circle, #support-button, .header-content-container, .header-image-section, .site-search-input-container .search-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-slider .current-slide, .membership-form, .story-card, .avdeling-card, .download-article .download-image, .press-container .press-image .card-image, .press-container .press-image, .press-container .image-info, .issuu-container .issuu-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#support-button {
  transition: all 0.5s ease-out;
}

@media only screen and (max-width : 600px) {
  .divider {
    width: 90%;
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .divider {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px ) {
  .divider {
    width: 80%;
  }
}
@media only screen and (min-width : 1601px) {
  .divider {
    width: 1000px;
  }
}

.person-card, .story-card, .om-oss-card, .handverker-card, .event-card, .news-card, .default-card, .download-article, .homepage-article-container {
  border: 1px solid rgb(197, 197, 197);
}

.site-search-container {
  display: flex;
}

.site-search-container.open {
  position: fixed;
  width: 100%;
  height: 100%;
  flex-direction: column;
  transition: all 1s;
  left: 0;
  z-index: 100;
  top: 0;
}
.site-search-container ul {
  position: relative;
  background-color: white;
  color: black;
  margin: 0;
  padding: 0 1em;
  height: auto;
  height: 100%;
  overflow-y: scroll;
  list-style: none;
}
.site-search-container .search-result {
  line-height: 2em;
  border-bottom: 1px solid black;
  margin: 0;
}
@media only screen and (max-width : 1200px) {
  .site-search-container .search-result {
    font-size: 1em;
    line-height: 2em;
  }
}
.site-search-container .search-result:hover a {
  color: rgb(230, 10, 19);
}
.site-search-container .search-result a {
  width: 100%;
  height: 100%;
  color: black;
}

.site-search-input-container {
  position: relative;
  right: 0;
  display: flex;
  justify-content: flex-end;
  transition: all 1s;
  align-items: center;
}

.site-search-input-container {
  height: 5em;
}
@media only screen and (max-width : 1200px) {
  .site-search-input-container {
    height: 4em;
  }
}
.site-search-input-container .search-button {
  text-align: right;
  margin-right: 2.5em;
  cursor: pointer;
}
@media only screen and (max-width : 1200px) {
  .site-search-input-container .search-button {
    font-size: 1.5em;
    margin-right: 0;
  }
}
.site-search-input-container input {
  transition: all 1s;
  font-size: 1.5em;
}
@media only screen and (max-width : 1200px) {
  .site-search-input-container input {
    font-size: 1em;
    flex: 1 1 auto;
  }
}
.site-search-input-container .site-search-input {
  flex: 1 1 auto;
  padding: 1em;
  position: relative;
}
.site-search-input-container.open {
  width: 100%;
  background-color: white;
  position: relative;
  top: 0;
  z-index: 100;
}
.site-search-input-container.open .search-button {
  margin-right: 1em;
}
@media only screen and (min-width: 1200px ) {
  .site-search-input-container.closed.search-button {
    margin: 0;
  }
}
.site-search-input-container .search-loading {
  position: relative;
}

/*$red: rgb(208,51,58);*/
/*$red: rgb(208,51,58);*/
.gallery-image-container, .card.video-card, .archive .archive-filter-toggle, .archive .filter-container, .archive .archive-filters, .photo-credit-container, .social-buttons .fb-share-button span, .social-buttons .buttons-container .mail, .story-card, .museum-card .card-button, .museum-card .card-image, .item-filter, .download-article .download-row, .download-article, .museum-icons .icons-container, .issuu-container .issuu-card .issuu-footer, .issuu-container .issuu-card, .nav-buttons, .fortimus-container, .homepage-article-container, .tile-content, .hva-skjer-featured-image, .aktuelt-tile .aktuelt-featured-image, .homepage-article-header, .homepage-articles-container, .footer-logo-container, .page-footer, .breadcrumb-container, #logo-container, .header-image-section .header-image, nav li, ul.nav-list, #nav-desktop, .mobile-nav ul, .mobile-nav-container, #main, .site-search-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-buttons .buttons-container {
  display: -ms-grid;
  display: grid;
}

.header-slider .header-slider-controls, .modal-backdrop, .image-overlay-container, .om-oss-child-title, .social-buttons .buttons-container div, .project-info .project-icon, .story-card .card-image, .icon-container, .icon-circle, #support-button, .header-content-container, .header-image-section, .site-search-input-container .search-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-slider .current-slide, .membership-form, .story-card, .avdeling-card, .download-article .download-image, .press-container .press-image .card-image, .press-container .press-image, .press-container .image-info, .issuu-container .issuu-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#support-button {
  transition: all 0.5s ease-out;
}

@media only screen and (max-width : 600px) {
  .divider {
    width: 90%;
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .divider {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px ) {
  .divider {
    width: 80%;
  }
}
@media only screen and (min-width : 1601px) {
  .divider {
    width: 1000px;
  }
}

.person-card, .story-card, .om-oss-card, .handverker-card, .event-card, .news-card, .default-card, .download-article, .homepage-article-container {
  border: 1px solid rgb(197, 197, 197);
}

html {
  font-family: myriad-pro, sans-serif;
  line-height: 1.5;
  font-size: calc(0.6em + 0.6vw);
}
@media only screen and (max-width : 1200px) {
  html {
    font-size: calc(15px + 0.8vw);
  }
}

html, body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  transition: all 1s;
  cursor: pointer;
  color: black;
}

picture {
  position: relative;
}

h1, h2, h3, h4, h5, h6, p {
  line-height: normal;
  margin: 1em 0;
}

p, span, div {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width : 600px) {
  h1 {
    font-size: 1.5em;
  }
}

.no-margin {
  margin: 0;
}

.page-description {
  margin: 1em 0;
  font-weight: 600;
}

h2, h3 {
  font-size: 1.3em;
  font-weight: 600;
}

h3 {
  font-weight: 400;
}

h4, h5, h6 {
  font-size: 1.2em;
  font-weight: 400;
}

h2 {
  width: 100%;
  text-align: center;
  color: rgb(230, 10, 19);
  font-size: 1.5em;
}

/*img:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: white;
    color: black;
    z-index: 10000;
    height: 100px;
    left: 0;
}*/
/*img[title]::after {
    content: attr(title);
    width: 1000px;
    position: absolute;
    bottom: 0;
    background-color: white;
    color: black;
    z-index: 10000;
    height: 100px;
    left: 0;
}*/
button {
  font-size: inherit;
}

input {
  font-size: inherit;
}

p {
  font-weight: 400;
}

address {
  font-style: normal;
}

.card {
  border-radius: 0;
}

.card.white-text a {
  color: white;
}

body {
  background-size: cover;
}

label {
  margin-right: 1em;
}

.umb-grid a {
  color: rgb(82, 110, 139);
}

#main {
  align-items: center;
  flex-direction: column;
  position: relative;
}

[v-cloak] > * {
  display: none;
}

[v-cloak]::before {
  content: "loading…";
}

@media only screen and (max-width : 600px) {
  .container {
    width: 90%;
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .container {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px ) {
  .container {
    width: 80%;
  }
}
@media only screen and (min-width : 1601px) {
  .container {
    width: 1000px;
  }
}

section.archive {
  margin-top: 1em;
}

.grid-section {
  margin-bottom: 1em;
}

.grid-area img {
  max-width: 100%;
  /*max-height: 100%;*/
  width: 100%;
  height: 100%;
  height: auto;
}

.rte img {
  max-width: 90%;
  max-height: 90%;
  width: 100%;
  height: 100%;
}

.grid-area {
  display: grid;
  grid-row-gap: 1em;
}
.grid-area.with-anchor {
  padding-top: 35px;
}
.grid-area p:first-child {
  margin-top: 0;
}
@media only screen and (max-width : 600px) {
  .grid-area .video-wrapper iframe {
    width: 90vw;
  }
}
@media only screen and (max-width : 600px) {
  .grid-area p {
    max-width: 90vw;
  }
}

.grid-row {
  background-size: cover;
}
.grid-row.with-anchor {
  padding-top: 35px;
}

.divider {
  border-top: solid 1px black;
  height: 1px;
  margin: 1em 0;
}

.columns-1 {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 1fr;
}

.columns-2 {
  display: grid;
  grid-gap: 1em;
}
@media only screen and (max-width : 1200px) {
  .columns-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 1200px ) {
  .columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.columns-3 {
  display: grid;
  grid-gap: 1em;
}
@media only screen and (max-width : 600px) {
  .columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1200px ) {
  .columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.columns-4 {
  display: grid;
  grid-gap: 1em;
}
@media only screen and (max-width : 600px) {
  .columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1200px ) {
  .columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.columns-5 {
  display: grid;
  grid-gap: 1em;
}
@media only screen and (max-width : 600px) {
  .columns-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .columns-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px ) {
  .columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.span-2 {
  grid-column: span 2;
}
@media only screen and (max-width : 600px) {
  .span-2 {
    grid-column: span 1;
  }
}

.grid-image img {
  width: 100%;
  height: 100%;
}

/* Nav */
#main-logo {
  height: 4em;
  width: auto;
  margin: 0.5em 0 0.5em 1em;
}
@media only screen and (max-width : 600px) {
  #main-logo {
    width: 50vw;
    height: auto;
    margin: 1em 0 1em 1rem;
  }
}

nav li {
  margin-bottom: 1em;
}

.menu-button {
  position: relative;
  height: 3em;
  width: 3em;
  margin: 0 1rem;
  font-size: 0.5em;
  cursor: pointer;
}
.menu-button.open {
  z-index: 100;
}

.menu-line {
  position: absolute;
  top: 1em;
  height: 0.5em;
  background-color: black;
  width: 100%;
  animation-duration: 1s;
  animation-name: menu-button;
}

.nav-container {
  width: 100%;
  position: sticky;
  top: 0;
  transition: all 0.3s ease;
  z-index: 50;
}
.nav-container.hidden {
  transform: translateY(-100%);
}

.mobile-nav-container {
  justify-content: space-between;
  align-items: center;
  background-color: rgb(230, 10, 19);
  font-size: 1em;
}

#nav-mobile {
  flex-direction: column;
  justify-content: flex-start;
}

.mobile-nav {
  position: fixed;
  height: 100%;
  width: auto;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: white;
  padding-top: 4em;
  transition: all 1s;
}

.mobile-nav ul {
  padding: 0;
}

.mobile-nav-animation-enter-active, .mobile-nav-animation-leave-active {
  transition: all 0.5s ease 0.5s;
}

.mobile-nav-animation-enter {
  right: -100%;
}

.mobile-nav-animation-leave-to {
  right: -100%;
}

.mobile-nav ul {
  flex-direction: column;
  justify-content: flex-start;
}

#nav-mobile ul {
  flex-direction: column;
  justify-content: flex-start;
  display: none;
}

#nav-desktop {
  flex-direction: row;
  flex: 1 1 auto;
  justify-content: space-between;
}

.desktop-nav {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid grey;
}

ul.nav-list {
  flex: 3;
  justify-content: center;
  margin: 0;
  padding: 0;
}

nav i {
  height: inherit !important;
  line-height: inherit !important;
}

nav a {
  font-weight: 600;
}

nav li {
  align-items: center;
  margin: 0 1em;
}

.menu-item {
  position: relative;
}

.menu-item > .dropdown {
  display: none;
}

.menu-item:hover > .dropdown {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  position: absolute;
  top: 5em;
  left: -1em;
  z-index: 50;
  background-color: white;
  padding: 0;
  margin: 0;
  font-size: 0.8em;
}

.dropdown-line {
  position: relative;
  margin: 0;
  line-height: 1.8em;
}
.dropdown-line:hover {
  background-color: #d9d9d9;
}
.dropdown-line:hover::after {
  content: "";
  width: 3px;
  height: 100%;
  background-color: rgb(230, 10, 19);
  position: absolute;
  top: 0;
  left: 0;
}
.dropdown-line a {
  padding: 0 1em;
}

.menu-link {
  color: black;
  position: relative;
  font-size: 0.8em;
}
@media only screen and (max-width : 1200px) {
  .menu-link {
    font-size: 1.5em;
  }
}
.menu-link:hover::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: rgb(230, 10, 19);
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
}

/* Header Image*/
.header-image-section {
  width: 100%;
  height: 100%;
  position: relative;
}
.header-image-section .header-image {
  width: 100%;
  height: 100%;
}
.header-image-section .header-image img {
  width: 100%;
  height: 100%;
}
.header-image-section .image-label {
  position: absolute;
  z-index: 10;
  padding: 0.5em 1em 0.5em 1em;
  color: white;
  bottom: 0;
  left: 0;
}
.header-image-section .truet {
  background-color: #cc3333;
}
.header-image-section .reddet {
  background-color: #99cccc;
}
.header-image-section .revet {
  background-color: #336699;
}
.header-image-section.margin-bottom {
  margin-bottom: 1em;
}
@media only screen and (min-width : 1601px) {
  .header-image-section {
    width: 1000px;
  }
}
.header-image-section.full-width {
  width: 100%;
}

.header-image-section h1 {
  font-size: 32em;
  color: white;
  text-align: center;
}
@media only screen and (max-width : 600px) {
  .header-image-section h1 {
    font-size: 8vw;
    padding: 0px 3vw;
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .header-image-section h1 {
    font-size: 5vw;
    padding: 0px 2vw;
  }
}
@media only screen and (min-width: 1200px ) {
  .header-image-section h1 {
    font-size: 2em;
  }
}

.header-content-container {
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width : 600px) {
  .header-content-container {
    justify-content: flex-start !important;
  }
}
.header-content-container img {
  height: 9em;
  margin-bottom: 1em;
}
@media only screen and (max-width : 600px) {
  .header-content-container img {
    height: 6em;
    margin-top: 7em;
  }
}

.header-image-container {
  height: auto;
}

.header-image-container h4 {
  font-weight: 600;
}

.header-image-container .row {
  margin-top: 20%;
  margin-bottom: 10%;
}

#logo-container {
  height: 100%;
  align-items: center;
}
@media only screen and (min-width: 1200px ) {
  #logo-container {
    max-width: 80%;
  }
}
@media only screen and (max-width : 1200px) {
  #logo-container {
    flex: 0;
  }
}

/* Breadcrumbs */
.breadcrumb-container {
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  margin: 1em 0;
  font-weight: normal;
}
@media only screen and (max-width : 600px) {
  .breadcrumb-container {
    font-size: 0.6em;
  }
}

.breadcrumb-container i {
  margin: 0 1em;
  color: black;
}
@media only screen and (max-width : 600px) {
  .breadcrumb-container i {
    font-size: 0.6em;
  }
}

a.breadcrumb-item {
  color: black;
}

a.breadcrumb-item:last-child {
  color: rgb(82, 110, 139);
}

@media only screen and (max-width : 600px) {
  .page-title {
    padding: 0;
  }
}
.page-title h2 {
  text-align: left;
}

.page-footer {
  margin-bottom: 3em;
  margin-top: 1em;
  font-size: 0.7em;
  flex-direction: column;
  background-color: rgb(197, 197, 197);
}
.page-footer .footer-content {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  width: 100%;
  align-self: center;
}
@media only screen and (max-width : 600px) {
  .page-footer .footer-content {
    grid-template-columns: 1fr;
  }
}
.page-footer .footer-content .credit {
  margin-left: 25%;
}
@media only screen and (max-width : 600px) {
  .page-footer .footer-content .credit {
    margin-left: 2em;
  }
}
.page-footer .footer-content .left {
  border-right: 1px solid #526e8b;
  margin-left: 25%;
}
@media only screen and (max-width : 600px) {
  .page-footer .footer-content .left {
    margin-left: 2em;
  }
}
.page-footer .footer-content .right {
  margin-left: 4em;
}
@media only screen and (max-width : 600px) {
  .page-footer .footer-content .right {
    margin-left: 2em;
  }
}
.page-footer .footer-content ul {
  list-style: none;
  padding-left: 0;
}

.page-footer ul {
  margin-bottom: 1em;
  padding: 0;
}

.footer-logo-container {
  justify-content: space-between;
  margin: 1em;
  margin-bottom: 0;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px ) {
  .footer-logo-container {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .footer-logo-container {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.footer-logo-container .social-icon {
  width: 2.5em;
  height: 2.5em;
  margin-left: 1em;
}

#footer-logo {
  width: 33%;
}
@media only screen and (max-width : 600px) {
  #footer-logo {
    width: 100%;
    margin-bottom: 1em;
    flex: 1 1 auto;
  }
}

/* Colors */
.red-background {
  background-color: rgb(230, 10, 19);
}

.red-text {
  color: rgb(230, 10, 19);
}

.blue-background {
  background-color: rgb(82, 110, 139);
}

.blue-text {
  color: rgb(82, 110, 139);
}

.grey-background {
  background-color: rgb(197, 197, 197);
}

.grey-text {
  color: rgb(197, 197, 197);
}

.green-background {
  background-color: rgb(167, 194, 184);
}

.green-text {
  color: rgb(167, 194, 184);
}

.white-background {
  background-color: white;
}

.white-text {
  color: white !important;
}

.black-background {
  background-color: black;
}

.black-text {
  color: black;
}

a:hover {
  text-decoration: none !important;
}

a.blue-background:hover {
  background-color: rgb(59, 88, 116) !important;
  color: white !important;
  text-decoration: none;
  text-decoration: none;
}
a.green-background:hover {
  background-color: rgb(140, 167, 158) !important;
  color: white !important;
  text-decoration: none;
}
a.red-background:hover {
  background-color: rgb(160, 0, 0) !important;
  color: white !important;
  text-decoration: none;
}
a.grey-background:hover {
  background-color: rgb(168, 168, 168) !important;
  color: white !important;
  text-decoration: none;
}

.fortimus-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
}

.fortimus-image {
  position: absolute;
  width: 18em;
  left: -500px;
  bottom: -500px;
  transform: rotate(45deg);
}

.fortimus-speach {
  position: absolute;
  right: 1em;
  width: 70%;
  bottom: 1em;
  background-color: white;
  border-radius: 25px;
  padding: 0 3em 3em;
  border-style: solid;
}

/*.fortimus-speach::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 44px solid transparent;
    border-right-color: black;
    border-left: 0;
    border-bottom: 0;
    margin-top: -22px;
    margin-left: -44px;
}*/
.close-button {
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 10;
  cursor: pointer;
}

.event-info i {
  width: 1em;
  margin-right: 1em;
}

/* Adjust padding on the articles container box when its 1 per row*/
.homepage-articles-wrapper {
  overflow: hidden;
}

.card-button img {
  height: 2em;
  width: 2em;
}

.homepage-articles-section {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  grid-column-gap: 1em;
  position: relative;
}
.homepage-articles-section .card-button {
  width: 100%;
  text-align: right;
  color: white;
  position: absolute;
  padding: 0.5em;
}
@media only screen and (max-width : 1200px) {
  .homepage-articles-section {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 1em;
  }
}

.card-title-underline.blue {
  border-style: solid;
  border: 0px;
  border-top: 0.3em #426E8D solid;
  width: 2em !important;
}

.archive-title {
  display: flex;
}
.archive-title h1 {
  flex: 0 0 auto;
  position: relative;
}
.archive-title .underlined:after {
  content: "";
  width: 2em;
  background: rgb(82, 110, 139);
  height: 7px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.homepage-articles-container {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  flex-direction: column;
  padding: 1em;
}

.homepage-article-header {
  flex-direction: column;
  align-items: center;
  font-size: 1.2em;
}

.homepage-article-header h4 {
  font-weight: 600;
}

.homepage-article-header h3 {
  position: relative;
  margin-top: 0;
  padding: 1em 0 0;
  font-weight: 600;
}

.homepage-article-header .date {
  font-weight: 600;
}

.homepage-article-header h5 {
  font-weight: 600 !important;
}

.homepage-article-button {
  margin: 1em;
}

.homepage-tile-container {
  width: 100%;
  display: grid;
  grid-gap: 1em;
}

.aktuelt-tile-container {
  padding: 0 1em 1em 1em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
  position: relative;
  width: calc(100% - 2em);
}
@media only screen and (min-width: 1200px ) {
  .aktuelt-tile-container {
    padding-bottom: 4em;
  }
}
@media only screen and (max-width : 1200px) {
  .aktuelt-tile-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width : 600px) {
  .aktuelt-tile-container {
    grid-template-columns: 1fr;
  }
}
.aktuelt-tile-container .card-button {
  position: absolute;
  width: auto;
  filter: brightness(0%);
  padding: 0.5em;
}

.aktuelt-tile {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  padding: 0;
}
.aktuelt-tile iframe {
  border: none;
  width: 100%;
  max-height: 200px;
}
.aktuelt-tile video {
  width: 100%;
  height: auto;
  height: 100%;
  max-height: 200px;
}
@media only screen and (max-width : 600px) {
  .aktuelt-tile video {
    max-height: 150px;
  }
}
@media only screen and (min-width: 1200px ) {
  .aktuelt-tile:first-child iframe, .aktuelt-tile:first-child video {
    height: 400px;
    max-height: 400px;
  }
}

.aktuelt-tile:first-child {
  /*margin-top: .5em;*/
  /*@include device(desktop) {
      grid-column: span 2;
  }*/
}
@media only screen and (max-width : 600px) {
  .aktuelt-tile:first-child {
    grid-column: 1;
  }
}
.aktuelt-tile:first-child .card-title {
  font-size: 1.5em;
  font-weight: 600;
  /*padding: 1em .5em;*/
}
.aktuelt-tile:first-child .card-title.video-title {
  font-size: 1em;
}
.aktuelt-tile:first-child .aktuelt-featured-image {
  width: 100%;
  position: relative;
}
.aktuelt-tile:hover .card-title, .aktuelt-tile:hover p {
  text-decoration: underline;
}
.aktuelt-tile .aktuelt-featured-image {
  overflow: hidden;
}
.aktuelt-tile .aktuelt-featured-image img {
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width : 600px) {
  .aktuelt-tile .aktuelt-featured-image img {
    max-height: 150px;
  }
}
.aktuelt-tile .aktuelt-featured-image img i {
  font-size: 8em;
  width: 100%;
  text-align: center;
}
.aktuelt-tile .aktuelt-content {
  width: 100%;
  padding-top: 1em;
}
.aktuelt-tile .card-title {
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.hva-skjer-container {
  display: grid;
  margin-bottom: 1em;
  grid-template-columns: 100%;
  padding: 1em;
  padding-top: 0;
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .hva-skjer-container {
    width: calc(100% - 2em);
  }
}
.hva-skjer-container .card-button {
  position: absolute;
  width: auto;
  filter: brightness(0%);
}
.hva-skjer-container .read-more {
  margin-top: 1em;
}

.homepage-tile {
  position: relative;
  height: 200px;
}

.hva-skjer-tile {
  position: relative;
  height: auto;
}

.hva-skjer-featured-image img {
  width: 100%;
  height: 100%;
}

.hva-skjer-tile {
  /*&:nth-child(even) {
          background-color: lighten($grey, 5%);
      }*/
}
.hva-skjer-tile .tile-content {
  padding: 0.5em;
  position: relative;
  font-size: 1em;
}
.hva-skjer-tile .date {
  color: rgb(82, 110, 139);
  font-weight: 800;
}
.hva-skjer-tile:hover .card-title, .hva-skjer-tile:hover p {
  text-decoration: underline;
}

.homepage-tile:hover .tile-content {
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease;
}

.tile-background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
}

.tile-content {
  color: white;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  padding-top: 0.5em;
  color: black;
}

.tile-content p {
  margin: 0;
  font-weight: 600;
}

.so-med-background-image {
  width: auto;
  height: 50%;
  right: 1em;
  top: 1em;
  position: absolute;
}

.homepage-article-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  /*-webkit-box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.09);
  box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.09);*/
  position: relative;
}
.homepage-article-container:hover .card-button i {
  border-color: rgb(230, 10, 19);
  color: rgb(230, 10, 19);
}

.fortimus-container {
  padding: 1em;
  flex: 1;
  flex-direction: column;
  align-items: center;
}

.homepage-fortimus {
  width: 13em;
}

.homepage-article-divider {
  height: 1px;
  background-color: darkblue;
  width: 40%;
  left: 0;
  margin: 1em 0 1em;
  clear: right;
  border-style: none;
  margin-left: 1em;
}

.content-image {
  border-style: none;
  width: 100%;
  object-fit: cover;
  max-height: 300px;
}

.article-card .card-title {
  text-align: left;
}

.nav-buttons {
  align-items: center;
}

.issuu-container .issuu-card {
  background-color: rgb(197, 197, 197);
}
.issuu-container .issuu-card .issuu-content {
  padding: 1em;
  flex: 1 1 auto;
}
.issuu-container .issuu-card .issuu-content p {
  line-height: 1.5em;
  margin: 0;
}
.issuu-container .issuu-card .issuu-content h4 {
  color: white;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.issuu-container .issuu-card .issuu-footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}
.issuu-container .issuu-card .issuu-footer p {
  margin: 0;
  color: rgb(82, 110, 139);
  font-weight: 600;
}
.issuu-container .issuu-card .issuu-footer i {
  color: white;
  padding: 6px;
  border-radius: 50%;
  height: 23px;
  width: 22px;
  border: 4px solid white;
}

.museum-icons {
  margin-bottom: 2em;
}
.museum-icons h3 {
  margin-bottom: 1em;
}
.museum-icons .icons-container {
  padding: 0;
  justify-content: space-evenly;
}

.bold {
  font-weight: bold;
}

.press-container .image-info {
  background-color: rgb(197, 197, 197);
  padding: 1em;
  flex: 1 1 auto;
  justify-content: space-around;
}
.press-container .image-info p {
  font-size: 0.8em;
  margin-top: 0;
}
.press-container .press-image .card-image {
  flex: 0 0 auto;
}
.press-container .press-image .card-image img {
  width: 100%;
  height: 100%;
}
.press-container .download {
  font-size: 1em;
  cursor: pointer;
  color: rgb(230, 10, 19);
}
.press-container .download i {
  margin-left: 1em;
}

.download-article {
  /*-webkit-box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.09);
  box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.09);*/
}
@media only screen and (max-width : 600px) {
  .download-article {
    flex-direction: column;
  }
}
.download-article .download-info {
  padding: 1em;
  flex: 1;
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .download-article .download-info {
    font-size: 0.9em;
  }
}
.download-article .download-info h3 {
  margin-top: 0;
}
.download-article .download-image {
  flex: 0 0 25%;
}
@media only screen and (max-width : 600px) {
  .download-article .download-image {
    min-height: 200px;
    flex: 1 0 auto;
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .download-article .download-image {
    flex: 0 1 40%;
  }
}
.download-article .download-image img {
  width: 100%;
}
.download-article .download-row {
  flex-wrap: wrap;
}
.download-article .download-row a {
  height: 2em;
  padding: 0 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  font-size: 0.8em;
  padding: 0.5em 1em;
  justify-content: space-between;
}
@media only screen and (max-width : 1200px) {
  .download-article .download-row a {
    height: auto;
    flex: 1 1 auto;
    justify-content: space-between;
  }
}
.download-article .download-row a:hover {
  font-size: 0.8em;
}

.background-image-left {
  position: fixed;
  bottom: 0;
  height: 75vh;
  left: -12%;
  opacity: 0.05;
  z-index: -1;
  transform: rotateY(180deg);
  max-width: 60vw;
}

.background-image-right {
  position: fixed;
  bottom: 0;
  height: 75vh;
  right: -12%;
  z-index: -1;
  max-width: 60vw;
  opacity: 0.05;
}

.contact-list {
  list-style: none;
  padding: 0;
}

.section-title {
  display: flex;
}
.section-title h1 {
  flex: 0 0 auto;
  position: relative;
  margin-bottom: 1em;
}
.section-title .underlined:after {
  content: "";
  width: 2em;
  background: rgb(82, 110, 139);
  height: 7px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

@media print {
  html {
    font-size: 15px;
  }
  .nav-container {
    display: none;
  }
  .social-buttons {
    display: none;
  }
}
.museum-map {
  margin-bottom: 2em;
}

.popup-message {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  padding: 2em;
  background-color: rgb(82, 110, 139);
  color: white;
  border-radius: 8px;
  font-size: 0.5em;
  display: grid;
  grid-gap: 2em;
  z-index: 1000;
}
.popup-message.popup-message-backend {
  position: relative;
  margin-left: 1em;
}
.popup-message.popup-message-backend i {
  cursor: pointer;
}
.popup-message.popup-message-backend button:focus i {
  transform: rotate(360deg);
  transition: all 1s ease;
}
@media only screen and (min-width: 1200px ) {
  .popup-message {
    font-size: 0.5em;
    grid-template-columns: 15vw 1fr;
    max-width: 40vw;
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .popup-message {
    font-size: 0.5em;
    grid-template-columns: 30vw 1fr;
    max-width: calc(70vw - 4rem);
  }
}
@media only screen and (max-width : 600px) {
  .popup-message {
    font-size: 0.5em;
    max-width: calc(100vw - 4rem);
    grid-template-columns: 1fr;
  }
}
.popup-message h1 {
  color: white;
}
@media only screen and (max-width : 600px) {
  .popup-message h1 {
    font-size: 2em;
  }
}
.popup-message p {
  font-size: 1.5em;
}
.popup-message .close-popup {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: transparent;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 2em;
  height: 1em;
}
.popup-message .popup-image {
  height: 100%;
  background-size: cover;
  min-height: 200px;
}
@media only screen and (max-width : 600px) {
  .popup-message .popup-image {
    height: 30vh;
    width: 100%;
  }
}
.popup-message a {
  height: 3em;
  font-size: 1.2em;
  font-weight: bold;
}
.popup-message button {
  height: 2em;
  margin: 0 !important;
}
@media only screen and (max-width : 600px) {
  .popup-message button {
    font-size: 1em;
  }
}
.popup-message .close-forever {
  border: none;
  background-color: transparent;
  cursor: pointer;
  text-decoration: underline;
}
.popup-message .popup-message-footer {
  margin-top: 1em;
  font-size: 1.2em;
  display: grid;
  grid-column-gap: 1em;
}

.workshop-column .card {
  position: relative;
  display: grid;
  margin-bottom: 1em;
}
.workshop-column .card .card-button {
  margin-bottom: 1em;
  height: 2em;
  margin-right: 0.5em;
  width: auto;
}

.fixed-header {
  grid-template-rows: auto 1fr !important;
}

.update-info-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
  justify-content: flex-start;
}
.update-info-form label {
  font-weight: bold;
}
.update-info-form .form-row {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
}
.update-info-form .form-row input {
  margin: 0;
  width: 100%;
  padding: 0.25em;
  margin-bottom: 1em;
}

/*$red: rgb(208,51,58);*/
.gallery-image-container, .card.video-card, .archive .archive-filter-toggle, .archive .filter-container, .archive .archive-filters, .photo-credit-container, .social-buttons .fb-share-button span, .social-buttons .buttons-container .mail, .story-card, .museum-card .card-button, .museum-card .card-image, .item-filter, .site-search-input-container, #main, .mobile-nav-container, .mobile-nav ul, #nav-desktop, ul.nav-list, nav li, .header-image-section .header-image, #logo-container, .breadcrumb-container, .page-footer, .footer-logo-container, .homepage-articles-container, .homepage-article-header, .aktuelt-tile .aktuelt-featured-image, .hva-skjer-featured-image, .tile-content, .homepage-article-container, .fortimus-container, .nav-buttons, .issuu-container .issuu-card, .issuu-container .issuu-card .issuu-footer, .museum-icons .icons-container, .download-article, .download-article .download-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-buttons .buttons-container {
  display: -ms-grid;
  display: grid;
}

.header-slider .header-slider-controls, .modal-backdrop, .image-overlay-container, .om-oss-child-title, .social-buttons .buttons-container div, .project-info .project-icon, .story-card .card-image, .icon-container, .icon-circle, #support-button, .site-search-input-container .search-button, .header-image-section, .header-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-slider .current-slide, .membership-form, .story-card, .avdeling-card, .issuu-container .issuu-card, .press-container .image-info, .press-container .press-image, .press-container .press-image .card-image, .download-article .download-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#support-button {
  transition: all 0.5s ease-out;
}

@media only screen and (max-width : 600px) {
  .divider {
    width: 90%;
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .divider {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px ) {
  .divider {
    width: 80%;
  }
}
@media only screen and (min-width : 1601px) {
  .divider {
    width: 1000px;
  }
}

.person-card, .story-card, .om-oss-card, .handverker-card, .event-card, .news-card, .default-card, .homepage-article-container, .download-article {
  border: 1px solid rgb(197, 197, 197);
}

/*$red: rgb(208,51,58);*/
iframe {
  max-width: 100%;
}

/* BIG BUTTON */
.big-button-container {
  /*padding-left: 1em;
  padding-right: 1em;*/
}

.big-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: 400;
  height: 80px;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
  text-align: center;
  overflow-wrap: anywhere;
  hyphens: auto;
}
@media only screen and (max-width : 600px) {
  .big-button {
    height: 60px;
  }
}
.big-button .big-button-icon {
  height: 6em;
  width: 6em;
  margin-bottom: 1em;
}
.big-button.booking-button {
  font-size: 0.7em;
}

a.big-button.large {
  height: 120px;
}

a.big-button.with-icon {
  height: auto;
}
a.big-button.with-icon img {
  width: auto;
  height: 50%;
  transition: height 0.5s ease;
  margin-bottom: 0.5em;
}

.big-button.with-icon {
  flex-direction: column !important;
  height: 9em !important;
}
.big-button.with-icon:hover {
  font-size: 1em;
}
.big-button.with-icon:hover img {
  height: 55%;
}

a.big-button:hover {
  font-size: 1.1em;
}

.big-button h5 {
  width: 100%;
  /* margin: 1em; */
}

.big-button i {
  margin: 0 1em;
  font-size: 1.5em;
}

/* Popup button */
#support-button {
  background-color: #9DC3B9;
  position: fixed;
  right: 0;
  top: 130px;
  height: 4vh;
  width: 3vw;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  padding: 2em;
  z-index: 1;
  text-align: center;
  font-size: 1.3em;
}
@media only screen and (max-width : 1200px) {
  #support-button {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width : 600px) {
  #support-button {
    font-size: 0.8em;
    padding: 3em;
  }
}

#support-button.open {
  transform: translateX(0%);
}

#support-button.closed {
  transform: translateX(60%);
}

#support-button span {
  margin: 2em 0.5em 2em 1em;
  overflow-wrap: normal;
}

.icons-card {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.icons-card h3 {
  color: white;
}

.icon-circle {
  border-radius: 50%;
  padding: 0.5em;
  width: 5em;
  height: 5em;
}

.icon-circle img {
  width: 100%;
  border-radius: 50%;
}

.museum-icons .icon-circle img {
  border-radius: 0;
}

.icons-container {
  width: 100%;
  padding: 1em;
  margin-bottom: 0;
  flex-wrap: wrap;
}
@media only screen and (max-width : 600px) {
  .icons-container {
    grid-template-columns: repeat(3, 1fr);
    font-size: 0.6em;
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .icons-container {
    grid-template-columns: repeat(3, 1fr);
    font-size: 0.9em;
  }
}

.icon-container {
  flex-direction: column;
  flex: 0 0 125px;
}

.icon-link-text {
  text-decoration: none;
  text-align: center;
  flex: 1 1 auto;
  align-items: center;
  display: flex;
  font-weight: 400;
  font-size: 0.8em;
}

/* Cards */
/* Generic propertys for all cards */
.card {
  position: relative;
}

.default-card {
  color: black;
  background-color: white;
  padding: 1em;
}

.card-content {
  flex: 1 1 auto;
}
.card-content ul {
  list-style: none;
  padding: 0;
}

.card h3 {
  position: relative;
  margin-top: 0;
  font-size: 1.3em;
  margin-bottom: 0.75em;
}
.card h3.underlined:after {
  content: "";
  width: 2em;
  background: rgb(82, 110, 139);
  height: 0.25em;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.card .card-content {
  padding: 1em;
  color: black;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
}
.card hr {
  border: 5px solid rgb(82, 110, 139);
  margin: 1em 40%;
}
.card .card-title {
  text-align: center;
  color: white;
  font-weight: 600;
}
.card ul {
  margin: 0;
  padding: 0;
  color: rgb(82, 110, 139);
  font-weight: bold;
  list-style: none;
}
.card li {
  margin-bottom: 0.5em;
}
.card .card-image img {
  width: 100%;
  height: 100%;
}

.card-button {
  text-align: right;
  position: relative;
  bottom: 0;
  right: 0;
  color: white;
  height: 2em;
  width: 2em;
  margin-top: 1em;
  justify-content: flex-end;
  width: 100%;
}

.card-button i {
  color: inherit;
  padding: 6px;
  border-radius: 50%;
  height: 2em;
  width: 2em;
  border: 4px solid white;
}

.card:hover .card-title {
  color: rgb(230, 10, 19);
}

/* Avdeling Card */
.avdeling-card {
  position: relative;
  margin-right: 0;
}

.avdeling-card .card-image {
  position: relative;
  display: flex;
}
.avdeling-card .card-image img {
  width: 100%;
  height: 100%;
}
.avdeling-card .card-title {
  position: absolute;
  height: 2em;
  bottom: 0;
  width: calc(100% - 1em);
  background-color: rgba(0, 0, 0, 0.6);
  color: inherit;
  padding: 0.5em;
  margin: 0;
  text-align: left !important;
  align-items: center;
  display: flex;
  font-size: 0.9em;
  z-index: 50;
}
.avdeling-card .card-content {
  background-color: rgb(197, 197, 197);
  color: white;
  flex: 1 1 auto;
  justify-content: space-evenly;
  min-height: 1.5em;
}
.avdeling-card .card-content select {
  padding: 3px 0;
  text-align: center;
  min-width: 11em;
  text-align: justify;
  text-align-last: center;
  border: none;
  margin-top: 0.5em;
  cursor: pointer;
}
.avdeling-card .card-button {
  text-align: right;
  padding: 1em;
}
.avdeling-card .card-button i {
  color: inherit;
}
.avdeling-card a {
  transition: all 0.2s;
  height: 100%;
  min-height: 2.5em;
}
.avdeling-card a:hover {
  color: rgb(230, 10, 19);
}
.avdeling-card ul {
  list-style: none;
}
.avdeling-card p {
  margin: 0;
}

/* Archive */
.articles-container > article {
  transition: all 1s;
}

.item-filters {
  display: flex;
  flex-direction: row;
  color: white;
  flex-wrap: wrap;
  top: 0;
  z-index: 1;
  margin: 1em 0;
  justify-content: space-around;
  align-items: center;
  position: relative;
  transition: max-height 1s ease;
  overflow: hidden;
  padding-bottom: 0.5em;
}
@media only screen and (max-width : 600px) {
  .item-filters {
    padding: 0;
  }
}

.item-filters .item-filter-toggle {
  margin-bottom: 0.5em;
}
.item-filters.top {
  border-bottom: 1px solid black;
}
.item-filters.open {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-height: 100em;
}
.item-filters.closed {
  height: 4em;
  max-height: 4em;
}
.item-filters .filters-title {
  margin-top: 0.5em;
}
.item-filters .filters-title p {
  margin-top: 1em;
}
.item-filters .filters-title, .item-filters .toggle-filters {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.item-filters .filters-title h3, .item-filters .toggle-filters h3 {
  margin: 0;
  margin-top: 0.5em;
}
.item-filters .filters-title i, .item-filters .toggle-filters i {
  margin: 1em;
}
.item-filters .toggle-filters {
  order: 2;
}

.filters-open-close {
  flex: 1 1 100%;
  display: flex;
  justify-content: space-around;
}

.item-filters select, .filter-container select {
  padding: 3px 0;
  text-align: center;
  min-width: 11em;
  text-align: justify;
  text-align-last: center;
  border: none;
  font-size: 0.9em;
}

.item-filters option {
  text-align: justify;
  text-align-last: center;
}

@media only screen and (max-width : 1200px) {
  .item-filter-toggle {
    order: 1;
  }
}

.item-filter input {
  padding: 0.3em 0.5em;
  border-radius: 5px;
  border-style: none;
}
.item-filter input, .item-filter label, .item-filter select {
  font-size: 1em;
}
.item-filter i {
  font-size: 2em;
  cursor: pointer;
}
.item-filter select:focus {
  outline: none;
  box-shadow: 0 0 3pt 2pt rgb(82, 110, 139);
}

.item-filter {
  margin: 1em;
  position: relative;
  align-items: center;
}
@media only screen and (max-width : 1200px) {
  .item-filter {
    margin: 1em;
  }
}
.item-filter .filter-label {
  margin-right: 1em;
}

.item-filter-on {
  color: rgb(230, 10, 19);
}

.item-filter-off {
  color: white;
}

.archive-toggles {
  display: flex;
}

.lds-dual-ring {
  display: flex;
  width: 64px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  justify-content: center;
  align-items: center;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid rgb(230, 10, 19);
  border-color: rgb(230, 10, 19) transparent rgb(230, 10, 19) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Museums */
.museum-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.museum-card .card-image img {
  width: 100%;
  height: 100%;
}
.museum-card .card-title-underline {
  margin: 0.5em 40%;
}
.museum-card .museum-card-content {
  padding: 1em;
  padding-bottom: 0;
  flex: 1 1 auto;
  color: black;
  display: flex;
  flex-direction: column;
}
.museum-card p {
  max-height: 200px;
  min-width: 0;
  text-overflow: ellipsis;
  flex: 1;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1200px ) {
  .museum-card p {
    max-height: 350px;
  }
}
@media only screen and (max-width : 600px) {
  .museum-card p {
    font-size: 1em;
    overflow: scroll;
  }
}
.museum-card ul {
  list-style: none;
}
.museum-card .card-button {
  position: relative;
  width: auto;
  justify-content: flex-end;
  align-items: center;
  text-align: left;
}
.museum-card .card-button p {
  margin: 0;
}
/* Events */
.event-card, .news-card {
  display: grid;
  grid-column-gap: 1em;
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width : 1200px) {
  .event-card, .news-card {
    grid-template-columns: auto;
  }
}
@media only screen and (min-width: 1200px ) {
  .event-card, .news-card {
    grid-template-columns: 350px auto;
    grid-row-gap: 1em;
  }
}

.event-card h3 {
  color: white !important;
}
.event-card .event-card-description {
  /*flex: 1 1 auto;*/
}
.event-card .event-card-image {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1200px ) {
  .event-card .event-card-image {
    max-width: 350px;
  }
}
.event-card .event-card-image img {
  height: 100%;
  width: 100%;
}
.event-card .event-card-title {
  color: inherit;
  line-height: normal;
  position: absolute;
  width: calc(100% - 1em);
  bottom: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5em;
  font-size: 22px;
}
.event-card p {
  margin: 1em 0;
  color: black;
  font-weight: bold;
  min-width: 0;
}
.event-card .card-button {
  color: black;
}
.event-card .card-button i {
  border-color: black;
}
.event-card ul {
  font-size: 0.8em;
}
.event-card .card-content {
  font-size: 15px;
  justify-content: flex-start;
}
.event-card .card-content .card-button {
  filter: brightness(0%);
  flex: 1 1 auto;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.other-events {
  margin-top: 1em;
}

/* Google Maps */
@media only screen and (max-width : 1200px) {
  .map-container {
    position: fixed;
    top: 6em;
    height: 100% !important;
    width: 100%;
    left: 0;
  }
}

.map-card {
  display: flex;
}
@media only screen and (max-width : 600px) {
  .map-card {
    flex-direction: column;
  }
}
.map-card h2 {
  margin-top: 0;
}
.map-card .map-card-footer a {
  height: auto;
  padding: 0.5em 0;
  margin-bottom: 1em;
}
.map-card .map-card-footer a:hover {
  font-size: 1em !important;
}

.map-card-image-container {
  margin-right: 1em;
}
@media only screen and (max-width : 600px) {
  .map-card-image-container {
    margin-right: 0;
  }
  .map-card-image-container img {
    width: 100%;
    height: 100%;
  }
}

.google-map-enter-active, .google-map-leave-active {
  transition: all 1s;
}

.google-map-enter, .google-map-leave-to {
  height: 0px;
  opacity: 0;
}

.card {
  transition: all 1s;
}

.list-article-enter, .list-article-leave-to {
  opacity: 0;
  transform: translateY(30px);
}

.list-article-leave-active {
  position: absolute;
  max-width: 33%;
  display: inline-block;
}

/*.list-article-enter-active, .list-article-leave-active {
        transition: all 1s;
        display: inline-block;
    }

.list-article-enter, .list-article-leave-to {
    transform: translateX(-15%);
    opacity: 0;
    display: inline-block
}

.list-article-move {
    transition: transform 1s;
    display: inline-block;
}

.list-article-leave-active {
    position: relative;
    display: inline-block;
}*/
.icon-box-icon {
  width: 100%;
}

.icon-circle svg {
  width: 100%;
  fill: none;
  transition: all 0.5s ease;
}

.icon-circle:hover img, .icon-circle:hover svg {
  transform: scale(1.1);
  transition: all 0.5s;
}

.icon-circle {
  /*&.blue-icon svg {
      fill: $blue;
  }

  &.green-icon svg {
      fill: $green;
  }

  &.grey-icon svg {
      fill: $grey;
  }

  &.red-icon svg {
      fill: $red;
  }

  &.white-icon svg {
      fill: white;
  }*/
}

/* Hus Card */
.hus-card {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  display: flex;
  flex-direction: column;
}

.hus-card .image-label {
  position: absolute;
  z-index: 10;
  padding: 0.5em 1em 0.5em 1em;
  color: white;
}
.hus-card .truet {
  background-color: #cc3333;
}
.hus-card .reddet {
  background-color: #99cccc;
}
.hus-card .revet {
  background-color: #336699;
}
.hus-card .hus-card-image {
  display: flex;
}
.hus-card .hus-card-image img {
  width: 100%;
  height: 100%;
}
.hus-card .card-content {
  padding: 1em;
  background-color: rgb(197, 197, 197);
  display: flex;
  flex-direction: column;
  flex: 1;
  font-size: 0.8em;
}
.hus-card .card-content {
  flex: 1 1 auto;
}

/* News Card */
.news-card {
  background-color: white;
}

.news-card h3 {
  color: black;
  margin: 0.5em 0;
}
.news-card ul {
  padding: 0;
  list-style: none;
}
.news-card .news-card-image {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.news-card .news-card-image img {
  width: 100%;
}
.news-card .card-content {
  font-size: 15px;
  justify-content: flex-start;
}
.news-card .card-content .card-button {
  flex: 1 1 auto;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  filter: brightness(0%);
}

/* Handverker Card */
.handverker-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: white;
}
@media only screen and (max-width : 600px) {
  .handverker-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

.handverker-card {
  display: grid;
  grid-template-columns: 1fr;
}
.handverker-card h3 {
  color: black;
  margin: 0;
}
.handverker-card .handverker-related {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.handverker-card .handverker-projects {
  /*   @include device(desktop) {
      li {
          text-align: right;
      }
  }*/
  padding: 0;
  flex: 1 1 auto;
}
.handverker-card .handverker-projects a:hover {
  color: rgb(230, 10, 19);
}
.handverker-card .handverker-fylker {
  margin: 0;
  margin-top: 1em;
  font-size: 1em;
  font-weight: 600;
}
.handverker-card li {
  margin-bottom: 0;
}

.om-oss-card .card-button {
  filter: brightness(0%);
}

/* Story */
.story-card {
  background-color: white;
}

.story-card {
  justify-content: flex-start;
}
.story-card h3 {
  margin: 0.5em 0;
}
.story-card .card-image {
  flex: 0 0 350px;
}
.story-card .card-image img {
  max-width: 290px;
  max-height: 240px;
}
.story-card .card-title {
  color: rgb(230, 10, 19);
}
.story-card .card-content {
  flex: 0;
}
.story-card .card-content p {
  margin: 0;
}

.story-section {
  margin-top: 1em;
}

.story-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.story-container .story-body {
  position: absolute;
  width: 40%;
  height: 80%;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  border-radius: 8px;
  padding: 1.5em 1em;
  overflow-y: hidden;
  overflow-x: hidden;
}
.story-container .story-body-content {
  overflow-y: scroll;
  height: 100%;
  margin-top: 2em;
  margin-right: calc(-1em - 16px);
  padding-right: 1em;
  overflow-x: hidden;
}

.story-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}

button.big-button {
  width: 100%;
  margin: 1em 0;
  border-style: none;
}

button.story-previous-button, button.story-next-button {
  position: absolute;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 2em;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20%;
  padding: 0.3em;
  display: flex;
  justify-content: center;
  align-items: center;
}

button.story-next-button {
  bottom: 2rem;
}

button.story-previous-button {
  top: 2rem;
}

.story-content {
  max-width: 90%;
  padding: 1em;
  background: rgba(0, 0, 0, 0.44);
  border-radius: 1em;
}

.story-content h3 {
  text-shadow: 1px 1px 20px black;
  font-weight: bold;
  margin: 0;
  color: white;
  font-size: 2em;
  text-align: center;
}
.story-content h5 {
  text-shadow: 1px 1px 20px black;
  font-weight: bold;
  margin: 0;
  color: white;
  font-size: 1.5em;
  text-align: center;
}
.story-content p {
  font-size: 1em;
  color: white;
}
.story-content ul {
  text-align: left;
  color: white;
}
.story-content .show-content-button {
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 1px;
  padding: 0.25rem 0.5rem;
  -webkit-box-shadow: 0 0 0 1px hsla(0deg, 0%, 100%, 0.6);
  -moz-box-shadow: 0 0 0 1px hsla(0deg, 0%, 100%, 0.6);
  box-shadow: 0 0 0 1px hsla(0deg, 0%, 100%, 0.6);
  background: rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  -moz-transition: opacity 0.35s ease-out;
  font-weight: 500;
  border: 0;
  cursor: pointer;
  margin-top: 1em;
}

/* Project */
/* Events */
.project-card h3 {
  color: white !important;
}
.project-card .project-card-description {
  flex: 1 1 auto;
}
.project-card .project-card-image {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.project-card .project-card-image img {
  height: 100%;
  width: 100%;
  transition: all 5s;
}
.project-card .project-card-image:hover img {
  transform: scale(1.2) translateX(5%);
}
.project-card .project-card-title {
  color: inherit;
  line-height: normal;
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5em;
  font-size: 1.2em;
}
@media only screen and (min-width: 1200px ) {
  .project-card .project-card-title {
    font-size: 0.8em;
  }
}

.project-info {
  /*   .handverker-contact {
         @extend %flex-column;
     }*/
}
.project-info .project-map {
  margin-top: 1em;
}
.project-info .info-container {
  margin: 0;
  background-color: rgb(197, 197, 197);
  padding: 2em 1em 1em 0;
}
.project-info .left-content {
  font-size: 0.7em;
}
@media only screen and (max-width : 600px) {
  .project-info .left-content {
    order: 1;
  }
}
.project-info p {
  margin: 0;
  margin-bottom: 0.5em;
}
.project-info h3 {
  margin: 0;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.project-info h4 {
  font-weight: 600;
  margin: 0;
  margin-bottom: 0.5em;
}
.project-info h5 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: 600;
}
.project-info ul {
  list-style: none;
  padding: 0;
}
.project-info li {
  margin-bottom: 1em;
}
.project-info .title-row {
  position: relative;
  padding-left: 2em;
  margin-bottom: 1.5em;
}
.project-info .title-row.address {
  margin-left: 2em;
}
.project-info .address-icon {
  position: absolute;
  left: 0;
}
.project-info .project-icon {
  flex-direction: column;
  cursor: pointer;
}
.project-info i {
  margin-right: 1em;
  width: 1em;
  text-align: center;
}
.project-info .project-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 1em;
  margin-top: 1em;
}
@media only screen and (max-width : 1200px) {
  .project-info .project-section {
    grid-template-columns: 1fr;
  }
}
.project-info .icons-container {
  grid-template-columns: 1fr;
}
@media only screen and (max-width : 1200px) {
  .project-info .icons-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Social Media */
.social-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: rgb(197, 197, 197);
  width: 100%;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em 0;
}
.social-buttons .buttons-container {
  -ms-grid-columns: 3;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  align-items: center;
}
@media only screen and (max-width : 600px) {
  .social-buttons .buttons-container {
    -ms-grid-columns: 2;
    grid-template-columns: repeat(2, 1fr);
  }
}
.social-buttons .buttons-container .mail {
  align-items: center;
}
.social-buttons .buttons-container .mail .icon {
  margin-right: 0.5em;
  max-height: 1.2em;
  width: auto;
}
.social-buttons p {
  color: white;
}
.social-buttons a {
  position: relative;
  flex: 0 1 auto;
  margin: 0;
}
.social-buttons img {
  height: 2em;
  width: auto;
}
.social-buttons img:hover {
  transform: scale(1.2);
  transition: all 1s ease;
}

/* People */
.person-card {
  display: flex;
  background-color: white;
  color: black;
  width: 100%;
  /*@include device(mobile) {
      flex-direction: column;
  }*/
}

@media only screen and (max-width : 600px) {
  .person-card {
    overflow: hidden;
    font-size: 0.6em;
  }
}
.person-card .card-title {
  text-align: left;
  font-size: 1.2em;
  color: black !important;
}
.person-card p {
  font-size: 1em;
  margin: 0;
}
.person-card .card-image {
  display: flex;
  flex: 0 0 33%;
}
.person-card .card-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media only screen and (max-width : 600px) {
  .person-card .card-image {
    height: auto;
  }
  .person-card .card-image img {
    /*max-height: 40vw;*/
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .person-card .card-image {
    max-width: 35%;
  }
  .person-card .card-image img {
    /*max-height: 20vw;*/
  }
}
@media only screen and (min-width: 1200px ) {
  .person-card .card-image {
    max-width: 35%;
  }
  .person-card .card-image img {
    /*max-height: 10vw;*/
  }
}
.person-card .card-content {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
@media only screen and (max-width : 600px) {
  .person-card .card-content {
    font-size: 1em;
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .person-card .card-content {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1200px ) {
  .person-card .card-content {
    font-size: 0.7rem;
  }
}
.person-card a {
  color: black;
  display: flex;
  align-items: center;
}
.person-card hr {
  border-top: 2px solid rgb(82, 110, 139);
  margin: 1em 0;
  width: 100%;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.person-card i {
  margin-right: 0.5em;
}

.nyhetsbrev-tile {
  cursor: pointer;
}

.mailmojo {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  height: 13em;
  width: 400px;
  justify-content: space-between;
  z-index: 5;
}

.mailmojo label {
  position: absolute;
  top: -1.5em;
  font-size: 0.8em;
  color: rgb(82, 110, 139);
}
.mailmojo input {
  border-radius: 8px;
  padding: 0.2em;
  border: 1px solid rgb(82, 110, 139);
}
.mailmojo button {
  background-color: rgb(82, 110, 139);
  border-style: none;
  border-radius: 8px;
  padding: 0.5em;
  color: white;
  cursor: pointer;
}
.mailmojo .field {
  position: relative;
}
.mailmojo p {
  margin: 0;
}

#multi-lang-selector-container {
  display: flex;
  align-items: center;
  padding: 1em;
}

#multi-lang-selector-container .multi-lang-selector {
  position: absolute;
  top: 0em;
  background-color: white;
  right: 3em;
  height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
}
#multi-lang-selector-container i {
  cursor: pointer;
}
#multi-lang-selector-container select {
  padding: 0.5em;
  border-radius: 8px;
}

.ms-icon {
  width: 90%;
  height: 90%;
}

.ms-icon svg {
  height: 100%;
  width: 100%;
}

.icon-map {
  font-size: 2em;
  background-color: white;
  border-radius: 50%;
  padding: 4px;
  cursor: pointer;
}

.icon-map .path1:before {
  content: "\e900";
  color: #222221;
}

.icon-map .path2:before {
  content: "\e901";
  color: #222221;
  margin-left: -1em;
}

.icon-map .path3:before {
  content: "\e902";
  color: #222221;
  margin-left: -1em;
}

.icon-map .path4:before {
  content: "\e903";
  color: #c20e1a;
  margin-left: -1em;
}

img.black-filter {
  filter: brightness(0%);
}

img.white-filter {
  filter: brightness(0) invert(1);
}

/* Om Oss page */
.om-oss-child-title {
  background-color: rgb(82, 110, 139);
  padding: 1em;
}

.om-oss-child-title h3 {
  margin: 0 1em;
}

.om-oss-child-body {
  padding: 0 1em;
  padding-bottom: 1em;
  color: black;
}
.om-oss-child-body p {
  margin: 1em 0;
}
.om-oss-child-body p:last-child {
  margin-bottom: 0;
}

.photo-credit-container {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0.5em;
  font-size: 0.5em;
  z-index: 10;
  cursor: pointer;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 0.7em;
  flex-wrap: wrap;
}
.photo-credit-container .fas {
  font-size: 1.5em;
}
.photo-credit-container .photo-credit {
  display: none;
  margin-right: 1em;
}
.photo-credit-container .photo-text {
  display: none;
  margin-right: 1em;
  line-height: 0.85rem;
}
@media only screen and (max-width : 600px) {
  .photo-credit-container.show {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    width: 90vw;
  }
  .photo-credit-container.show .fas {
    margin-bottom: 0.5em;
  }
}
.photo-credit-container.show .fas {
  margin-right: 1em;
}
.photo-credit-container.show .photo-credit {
  display: flex;
  margin: 1em;
  margin-left: 0;
}
.photo-credit-container.show .photo-text {
  display: flex;
}

.image-overlay .photo-credit-container {
  position: relative;
}

.slide-left {
  animation: slide-left 0.4s ease;
}

@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.show-more {
  margin-top: 1em;
}

.archive .archive-filters {
  flex: 1 1 auto;
  justify-content: space-evenly;
  margin-bottom: 1em;
}
@media only screen and (max-width : 600px) {
  .archive .archive-filters {
    flex-wrap: wrap;
  }
}
.archive .filter-container {
  align-items: center;
}
@media only screen and (max-width : 600px) {
  .archive .filter-container {
    margin-bottom: 1em;
    flex: 1 0 100%;
    justify-content: center;
  }
}
.archive .archive-filter-toggle {
  align-items: center;
}
.archive .archive-filter-toggle .filter-label {
  margin-right: 1em;
}
.archive .google-map {
  height: 350px;
  margin-bottom: 1em;
  display: none;
}
@media only screen and (max-width : 600px) {
  .archive .columns-4 {
    -ms-grid-columns: 1;
    grid-template-columns: repeat(1, 1fr);
  }
}

.map {
  height: 500px;
}

.header-slider .current-slide .photo-credit-container {
  top: 1em;
  bottom: unset;
}

@media only screen and (max-width : 600px) {
  .card.video-card {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
}
.card.video-card .card-title {
  color: black;
  text-align: left;
}
.card.video-card video {
  height: auto;
}
@media only screen and (max-width : 600px) {
  .card.video-card video {
    max-width: 100%;
  }
}
.card.video-card iframe {
  border: none;
}
.card.video-card .video-content {
  padding: 0 1em;
}
.card.video-card video-featured-image {
  width: 100%;
}
.card.video-card video-featured-image video, .card.video-card video-featured-image iframe {
  width: 100%;
  height: 100%;
}

.video-container .video-card {
  width: 100%;
}
@media only screen and (max-width : 600px) {
  .video-container .video-card {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
}
.video-container .video-card .video-featured-image {
  width: 100%;
}
.video-container .video-card .video-featured-image video, .video-container .video-card .video-featured-image iframe {
  width: 100%;
  height: 100%;
}

.advert-slider {
  overflow-x: hidden;
  overflow-y: visible;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.advert-slider .advert-slide {
  width: 100%;
  top: 0;
  position: absolute;
}

.handverker-header {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  cursor: pointer;
}
.handverker-header h3 {
  flex: 1 1 auto;
  overflow-wrap: anywhere;
  overflow-wrap: break-word;
}
.handverker-header .icon {
  flex: 0 1 2em;
  justify-content: center;
  display: flex;
}
.handverker-header .icon i {
  height: 1em;
}

.accordian .fa-chevron-down {
  transition: all 0.3s ease;
  transform-origin: center;
}
.accordian .accordian-content {
  height: auto;
  display: none;
  transition: all 0.3s ease;
  padding: 1em;
}
.accordian.open .accordian-content {
  display: block;
}
.accordian.open .fa-chevron-down {
  transform: rotate(180deg);
}

.handverker-profile-image img {
  border-radius: 50%;
}

.handverker-profile-content h5 {
  text-align: center;
}

.handverker-profiles {
  grid-gap: 3em !important;
}

.inline-images {
  align-items: center;
}
@media only screen and (max-width : 600px) {
  .inline-images {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width : 600px) {
  .grid-area p[style*="float: right"] {
    float: none !important;
  }
}

.login {
  display: flex;
  flex-direction: column;
}
.login label {
  font-size: 1.5em;
}
.login input {
  padding: 0.5rem;
  margin-top: 0.5rem;
}

.product {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .product {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width : 600px) {
  .product {
    grid-template-columns: 1fr;
  }
}
.product .product-price {
  font-size: 3em;
}
.product .gallery-image {
  max-width: 150px;
}
.product .product-image img {
  max-width: 100%;
}

.pointer {
  cursor: pointer;
}

.container.product-groups {
  margin-top: 4rem;
  grid-gap: 2rem;
}
@media only screen and (min-width: 1200px ) {
  .container.product-groups {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .container.product-groups {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: unset;
  }
}
@media only screen and (max-width : 600px) {
  .container.product-groups {
    grid-gap: 1rem;
    grid-auto-flow: unset;
  }
}

.product-group-item {
  display: flex;
  flex-direction: column;
}
.product-group-item img {
  max-width: 100%;
}

.product-title {
  padding: 0.5em;
  text-align: center;
  font-size: 1.2em;
  color: rgb(82, 110, 139);
}

.cart-icon-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.cart-icon-container .cart-icon {
  position: relative;
}
.cart-icon-container .cart-icon .number-of-items {
  position: absolute;
  top: -0.5em;
  right: -0.75em;
  background-color: rgb(82, 110, 139);
  color: white;
  font-size: 0.5em;
  width: 1.5em;
  line-height: 1em;
  height: 1.5em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-items {
  margin-bottom: 1em;
  margin-top: 2rem;
}

.cart-items-header, .cart-item-line {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
}
@media only screen and (max-width : 600px) {
  .cart-items-header, .cart-item-line {
    font-size: 1em !important;
    grid-gap: 0.5rem;
  }
}
.cart-items-header i, .cart-item-line i {
  cursor: pointer;
}
.cart-items-header.loading:after, .cart-item-line.loading:after {
  content: "...loading";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cart-items-header {
  font-weight: bold;
  font-size: 1.5em;
  grid-gap: 1em;
  margin-bottom: 1em;
}

.cart-item-line {
  margin-bottom: 1em;
}

.cart-items-total {
  font-size: 2em;
  color: rgb(230, 10, 19);
  display: flex;
  justify-content: flex-start;
  border-top: 2px solid black;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.cart-items-total .total-label {
  text-align: right;
  margin-right: 1rem;
}

.cart-items-frakt {
  font-size: 1.2em;
  color: #d0333a;
  display: flex;
  justify-content: flex-start;
  border-top: 2px solid black;
  padding-top: 1rem;
  margin-bottom: 1rem;
}
.cart-items-frakt .frakt-label {
  margin-right: 1rem;
}

.shop-buttons {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 1fr 1fr;
}

.shop-button {
  flex: 1;
  padding: 0 1em;
}

.pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.pill {
  background-color: rgb(230, 10, 19);
  color: white;
  font-size: 16px;
  line-height: 1em;
  width: max-content;
  margin: 0.5em;
  padding: 0 1em;
  height: 1.5em;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pill.blue-background {
  background-color: rgb(82, 110, 139);
}
.pill.green-background {
  background-color: rgb(167, 194, 184);
}

.cart-quantity {
  background-color: rgb(230, 10, 19);
}

@media only screen and (max-width : 600px) {
  .cart-quatity-container {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width : 600px) {
  .cart-quatity-container .cart-quantity {
    order: -1;
  }
}

.add-to-cart-button {
  width: -webkit-fill-available;
}

.min-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .min-side {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width : 600px) {
  .min-side {
    grid-template-columns: 1fr;
  }
}
.min-side canvas {
  width: 100%;
  height: auto;
  border: 4px solid;
  max-width: 80%;
}
.min-side .qr .member-check {
  width: 100%;
  padding-top: 100%;
  display: none;
  position: relative;
  justify-content: center;
}
.min-side .qr .member-check i {
  font-size: 8em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.min-side .qr.check canvas {
  display: none;
}
.min-side .qr.check .member-check {
  display: flex;
}

.cart-quatity-container {
  display: flex;
}
.cart-quatity-container .pill {
  cursor: pointer;
}

.loading {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
  width: 100%;
  z-index: 100;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: rgb(230, 10, 19);
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
/*$red: rgb(208,51,58);*/
.gallery-image-container, .site-search-input-container, #main, .mobile-nav-container, .mobile-nav ul, #nav-desktop, ul.nav-list, nav li, .header-image-section .header-image, #logo-container, .breadcrumb-container, .page-footer, .footer-logo-container, .homepage-articles-container, .homepage-article-header, .aktuelt-tile .aktuelt-featured-image, .hva-skjer-featured-image, .tile-content, .homepage-article-container, .fortimus-container, .nav-buttons, .issuu-container .issuu-card, .issuu-container .issuu-card .issuu-footer, .museum-icons .icons-container, .download-article, .download-article .download-row, .item-filter, .museum-card .card-image, .museum-card .card-button, .story-card, .social-buttons .buttons-container .mail, .social-buttons .fb-share-button span, .photo-credit-container, .archive .archive-filters, .archive .filter-container, .archive .archive-filter-toggle, .card.video-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-buttons .buttons-container {
  display: -ms-grid;
  display: grid;
}

.header-slider .header-slider-controls, .modal-backdrop, .image-overlay-container, .site-search-input-container .search-button, .header-image-section, .header-content-container, #support-button, .icon-circle, .icon-container, .story-card .card-image, .project-info .project-icon, .social-buttons .buttons-container div, .om-oss-child-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-slider .current-slide, .membership-form, .issuu-container .issuu-card, .press-container .image-info, .press-container .press-image, .press-container .press-image .card-image, .download-article .download-image, .avdeling-card, .story-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#support-button {
  transition: all 0.5s ease-out;
}

@media only screen and (max-width : 600px) {
  .divider {
    width: 90%;
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .divider {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px ) {
  .divider {
    width: 80%;
  }
}
@media only screen and (min-width : 1601px) {
  .divider {
    width: 1000px;
  }
}

.homepage-article-container, .download-article, .default-card, .event-card, .news-card, .handverker-card, .om-oss-card, .story-card, .person-card {
  border: 1px solid rgb(197, 197, 197);
}

/*$red: rgb(208,51,58);*/
.gallery-section {
  width: 100%;
}

@media only screen and (max-width : 600px) {
  .background-gallery-container {
    grid-template-columns: auto;
    grid-template-rows: repeat(2, 50vh);
  }
}

@media only screen and (max-width : 600px) {
  .gallery-container {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
}

.gallery-container, .background-gallery-container {
  display: grid;
  grid-gap: 0.5em;
  position: relative;
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .gallery-container, .background-gallery-container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5em;
  }
}
@media only screen and (min-width: 1200px ) {
  .gallery-container, .background-gallery-container {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1em;
  }
}
.gallery-container .photo-credit-container.show, .background-gallery-container .photo-credit-container.show {
  width: calc(100% - 3em);
}
@media only screen and (min-width: 1200px ) {
  .gallery-container .photo-credit-container, .background-gallery-container .photo-credit-container {
    display: none;
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .gallery-container .photo-credit-container, .background-gallery-container .photo-credit-container {
    display: none;
  }
}

.gallery-image-container {
  position: relative;
}
.gallery-image-container .photo-credit-container {
  position: absolute;
}

@media only screen and (max-width : 1200px) {
  .gallery-image {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
}
@media only screen and (min-width: 1200px ) {
  .gallery-image {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
}

.background-gallery-image {
  width: 100%;
}
@media only screen and (max-width : 1200px) {
  .background-gallery-image {
    position: relative;
    height: 50%;
    position: absolute;
  }
}

@media only screen and (max-width : 1200px) {
  .mobile-top-image {
    top: 0;
  }
}

@media only screen and (max-width : 1200px) {
  .mobile-bottom-image {
    bottom: 0;
  }
}

.gallery-image:hover {
  opacity: 0.85;
}

.image-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 100;
  top: 0;
  left: 0;
}

.image-overlay p {
  color: white;
}

.close-image {
  position: absolute;
  right: 1em;
  top: 1em;
  font-size: 3em;
  color: white;
  z-index: 15;
}

.image-overlay-container {
  width: 80%;
  height: 100%;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width : 600px) {
  .image-overlay-container {
    width: 100%;
  }
}
.image-overlay-container .photo-credit-container {
  position: absolute;
  bottom: 5em;
  z-index: 100;
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .image-overlay-container .photo-credit-container {
    position: absolute;
    z-index: 120;
    left: 1em;
    bottom: 2em;
  }
  .image-overlay-container .photo-credit-container.show {
    width: calc(100% - 3em);
  }
}
@media only screen and (max-width : 600px) {
  .image-overlay-container .photo-credit-container {
    bottom: 2em;
  }
  .image-overlay-container .photo-credit-container.show {
    bottom: 7em;
    background-color: rgba(0, 0, 0, 0.7);
  }
}

.current-image {
  width: auto;
  height: auto;
  z-index: 11;
  max-width: 100%;
  max-height: 90%;
}

.previous, .next, .close {
  font-size: 2em;
  color: white;
  position: fixed;
  top: calc(50% - 1em);
  z-index: 120;
  cursor: pointer;
}
@media only screen and (max-width : 600px) {
  .previous, .next, .close {
    top: calc(100% - 2em);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
  }
}

.close {
  top: 0.5rem;
  right: 1rem;
}

.previous {
  left: 3em;
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .previous {
    left: 0.5em;
  }
}

.next {
  right: 3em;
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .next {
    right: 0.5em;
  }
}

.read-more {
  cursor: pointer;
  color: rgb(80, 99, 111);
  font-weight: bold;
}

.gallery-enter {
  position: absolute;
  opacity: 0;
}

@supports not (display: grid) {
  .gallery-image {
    flex: 1 1 30%;
    -webkit-flex: 1 1 30%;
  }
  .gallery-container, .background-gallery-container {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
.zoomed-image {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: fixed;
  z-index: 150;
}

/*$red: rgb(208,51,58);*/
/*$red: rgb(208,51,58);*/
.site-search-input-container, #main, .mobile-nav-container, .mobile-nav ul, #nav-desktop, ul.nav-list, nav li, .header-image-section .header-image, #logo-container, .breadcrumb-container, .page-footer, .footer-logo-container, .homepage-articles-container, .homepage-article-header, .aktuelt-tile .aktuelt-featured-image, .hva-skjer-featured-image, .tile-content, .homepage-article-container, .fortimus-container, .nav-buttons, .issuu-container .issuu-card, .issuu-container .issuu-card .issuu-footer, .museum-icons .icons-container, .download-article, .download-article .download-row, .item-filter, .museum-card .card-image, .museum-card .card-button, .story-card, .social-buttons .buttons-container .mail, .social-buttons .fb-share-button span, .photo-credit-container, .archive .archive-filters, .archive .filter-container, .archive .archive-filter-toggle, .card.video-card, .gallery-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-buttons .buttons-container {
  display: -ms-grid;
  display: grid;
}

.header-slider .header-slider-controls, .modal-backdrop, .site-search-input-container .search-button, .header-image-section, .header-content-container, #support-button, .icon-circle, .icon-container, .story-card .card-image, .project-info .project-icon, .social-buttons .buttons-container div, .om-oss-child-title, .image-overlay-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-slider .current-slide, .membership-form, .issuu-container .issuu-card, .press-container .image-info, .press-container .press-image, .press-container .press-image .card-image, .download-article .download-image, .avdeling-card, .story-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#support-button {
  transition: all 0.5s ease-out;
}

@media only screen and (max-width : 600px) {
  .divider {
    width: 90%;
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .divider {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px ) {
  .divider {
    width: 80%;
  }
}
@media only screen and (min-width : 1601px) {
  .divider {
    width: 1000px;
  }
}

.homepage-article-container, .download-article, .default-card, .event-card, .news-card, .handverker-card, .om-oss-card, .story-card, .person-card {
  border: 1px solid rgb(197, 197, 197);
}

.form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 1.5em 0;
}

.form-row input, .form-row select {
  margin: 0.8em 0;
}
@media only screen and (max-width : 600px) {
  .form-row input, .form-row select {
    width: 100%;
  }
}

.class {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

label[for=all] {
  cursor: default;
  position: absolute;
  top: -1em;
}

.filter-trash {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 10;
  cursor: pointer;
}

/* Checkbox */
/* Customize the label (the checkbox-container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey-backgroundbackground color */
.checkbox-container:hover input ~ .checkmark {
  background-color: rgb(197, 197, 197);
}

/* When the checkbox is checked, add a blue-backgroundbackground */
.checkbox-container input:checked ~ .checkmark {
  background-color: rgb(82, 110, 139);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.membership-form {
  align-items: center;
}

.membership-form form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
  transition: all 1s ease;
  position: relative;
  margin-bottom: 1em;
}
.membership-form .form-row, .membership-form .form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
}
.membership-form label {
  margin-right: 1em;
  position: absolute;
  top: -1em;
}
.membership-form .form-group {
  flex: 1;
}
.membership-form select, .membership-form input, .membership-form textarea {
  font-size: 1em;
  padding: 0.5em;
}
.membership-form input, .membership-form textarea {
  flex: 3 1 auto;
  margin: 1em 0;
}
.membership-form select {
  flex: 1 1 auto;
  margin: 1em 0;
}
.membership-form .address {
  position: relative;
  display: flex;
  flex: 1 1 100%;
}
.membership-form .form-group select {
  margin-right: 1em;
  flex: 0 1 4em;
}
.membership-form .form-group input {
  flex: 1 1 50%;
}
.membership-form .form-loading {
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative;
}
.membership-form .form-loading:after {
  content: " ";
  display: block;
  width: 5em;
  height: 5em;
  margin: 1px;
  border-radius: 50%;
  border: 0.5em solid #dc0c15;
  border-color: #dc0c15 transparent #dc0c15 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.membership-form .status-icon {
  margin-left: 1em;
}
.membership-form .errors {
  width: 80%;
  color: rgb(230, 10, 19);
}

.personvern-link {
  color: rgb(82, 110, 139);
  cursor: pointer;
}

.response-message {
  text-align: center;
}

/*$red: rgb(208,51,58);*/
.site-search-input-container, #main, .mobile-nav-container, .mobile-nav ul, #nav-desktop, ul.nav-list, nav li, .header-image-section .header-image, #logo-container, .breadcrumb-container, .page-footer, .footer-logo-container, .homepage-articles-container, .homepage-article-header, .aktuelt-tile .aktuelt-featured-image, .hva-skjer-featured-image, .tile-content, .homepage-article-container, .fortimus-container, .nav-buttons, .issuu-container .issuu-card, .issuu-container .issuu-card .issuu-footer, .museum-icons .icons-container, .download-article, .download-article .download-row, .item-filter, .museum-card .card-image, .museum-card .card-button, .story-card, .social-buttons .buttons-container .mail, .social-buttons .fb-share-button span, .photo-credit-container, .archive .archive-filters, .archive .filter-container, .archive .archive-filter-toggle, .card.video-card, .gallery-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-buttons .buttons-container {
  display: -ms-grid;
  display: grid;
}

.header-slider .header-slider-controls, .modal-backdrop, .site-search-input-container .search-button, .header-image-section, .header-content-container, #support-button, .icon-circle, .icon-container, .story-card .card-image, .project-info .project-icon, .social-buttons .buttons-container div, .om-oss-child-title, .image-overlay-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-slider .current-slide, .issuu-container .issuu-card, .press-container .image-info, .press-container .press-image, .press-container .press-image .card-image, .download-article .download-image, .avdeling-card, .story-card, .membership-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#support-button {
  transition: all 0.5s ease-out;
}

@media only screen and (max-width : 600px) {
  .divider {
    width: 90%;
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .divider {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px ) {
  .divider {
    width: 80%;
  }
}
@media only screen and (min-width : 1601px) {
  .divider {
    width: 1000px;
  }
}

.homepage-article-container, .download-article, .default-card, .event-card, .news-card, .handverker-card, .om-oss-card, .story-card, .person-card {
  border: 1px solid rgb(197, 197, 197);
}

/*$red: rgb(208,51,58);*/
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-template {
  display: none;
}

.modal {
  width: auto;
  height: auto;
  position: relative;
  background-color: white;
  padding: 1em;
  min-width: 300px;
  /* min-height: 200px; */
  border-radius: 8px;
  transform: translateY(-100px);
}
@media only screen and (max-width : 600px) {
  .modal {
    width: 80vw;
  }
}

.modal .close-button {
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
  font-size: 1em;
}
.modal .modal-content h4 {
  margin: 0 0 1em;
}

.modal-enter-active, .modal-leave-active, .modal {
  transition: all 0.5s ease;
}

.modal-enter, .modal-leave-to {
  opacity: 0;
}

.modal-leave-active, .modal-enter-active .modal {
  transition-delay: 0.25s;
}

.modal-enter .modal, .modal-leave-to .modal {
  opacity: 0;
  transform: translateX(-10%);
}

/*$red: rgb(208,51,58);*/
/*$red: rgb(208,51,58);*/
.site-search-input-container, #main, .mobile-nav-container, .mobile-nav ul, #nav-desktop, ul.nav-list, nav li, .header-image-section .header-image, #logo-container, .breadcrumb-container, .page-footer, .footer-logo-container, .homepage-articles-container, .homepage-article-header, .aktuelt-tile .aktuelt-featured-image, .hva-skjer-featured-image, .tile-content, .homepage-article-container, .fortimus-container, .nav-buttons, .issuu-container .issuu-card, .issuu-container .issuu-card .issuu-footer, .museum-icons .icons-container, .download-article, .download-article .download-row, .item-filter, .museum-card .card-image, .museum-card .card-button, .story-card, .social-buttons .buttons-container .mail, .social-buttons .fb-share-button span, .photo-credit-container, .archive .archive-filters, .archive .filter-container, .archive .archive-filter-toggle, .card.video-card, .gallery-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-buttons .buttons-container {
  display: -ms-grid;
  display: grid;
}

.header-slider .header-slider-controls, .site-search-input-container .search-button, .header-image-section, .header-content-container, #support-button, .icon-circle, .icon-container, .story-card .card-image, .project-info .project-icon, .social-buttons .buttons-container div, .om-oss-child-title, .image-overlay-container, .modal-backdrop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-slider .current-slide, .issuu-container .issuu-card, .press-container .image-info, .press-container .press-image, .press-container .press-image .card-image, .download-article .download-image, .avdeling-card, .story-card, .membership-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#support-button {
  transition: all 0.5s ease-out;
}

@media only screen and (max-width : 600px) {
  .divider {
    width: 90%;
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .divider {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px ) {
  .divider {
    width: 80%;
  }
}
@media only screen and (min-width : 1601px) {
  .divider {
    width: 1000px;
  }
}

.homepage-article-container, .download-article, .default-card, .event-card, .news-card, .handverker-card, .om-oss-card, .story-card, .person-card {
  border: 1px solid rgb(197, 197, 197);
}

.header-slider {
  width: 100%;
  height: auto;
  position: relative;
  overflow-x: hidden;
  /*@include device(tablet) {
      height: calc(600px - 5em);
  }

  @include device(mobile) {
      height: 350px;
  }*/
}

.header-slider {
  /*@include device(desktop) {
      margin-bottom: 4em;
  }*/
}
.header-slider .current-slide {
  width: 100%;
  height: auto;
  background-size: cover;
  position: relative;
  /*@include device(tablet) {
      height: calc(600px - 5em);
  }

  @include device(mobile) {
      height: 350px;
  }*/
}
.header-slider .current-slide picture {
  height: 100%;
}
.header-slider .current-slide picture img {
  width: 100%;
  height: 100%;
  height: auto;
}
.header-slider .header-slider-controls {
  position: absolute;
  bottom: 1em;
  width: 100%;
}
.header-slider .header-slider-controls i {
  color: white;
  padding: 1em 0.3rem;
  cursor: pointer;
}
@media only screen and (max-width : 1200px) {
  .header-slider .header-slider-controls i {
    padding-bottom: 2em;
  }
}
.header-slider .header-slider-controls i.active {
  color: rgb(230, 10, 19);
}
.header-slider .slide-content {
  background-color: rgb(82, 110, 139);
  padding: 1em;
  border-radius: 5px;
  position: absolute;
  color: white;
  font-size: 1.5em;
}
@media only screen and (max-width : 1200px) {
  .header-slider .slide-content {
    bottom: 7em;
    width: 66%;
    align-self: center;
  }
}
@media only screen and (min-width: 1200px ) {
  .header-slider .slide-content {
    left: 10%;
    bottom: 3rem;
    max-width: 35%;
    width: 10rem;
  }
}
.header-slider .slide-content .slide-button {
  font-size: 2em;
  color: white;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
  font-weight: bold;
}
.header-slider .slide-content .slide-button:hover i {
  opacity: 1;
}
.header-slider .slide-content .slide-description {
  margin: 0 0 1em 0;
}
.header-slider .slide-content i {
  margin-left: 0.5rem;
  transition: all 1s ease;
  opacity: 0;
}

/*$red: rgb(208,51,58);*/
/*$red: rgb(208,51,58);*/
.site-search-input-container, #main, .mobile-nav-container, .mobile-nav ul, #nav-desktop, ul.nav-list, nav li, .header-image-section .header-image, #logo-container, .breadcrumb-container, .page-footer, .footer-logo-container, .homepage-articles-container, .homepage-article-header, .aktuelt-tile .aktuelt-featured-image, .hva-skjer-featured-image, .tile-content, .homepage-article-container, .fortimus-container, .nav-buttons, .issuu-container .issuu-card, .issuu-container .issuu-card .issuu-footer, .museum-icons .icons-container, .download-article, .download-article .download-row, .item-filter, .museum-card .card-image, .museum-card .card-button, .story-card, .social-buttons .buttons-container .mail, .social-buttons .fb-share-button span, .photo-credit-container, .archive .archive-filters, .archive .filter-container, .archive .archive-filter-toggle, .card.video-card, .gallery-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-buttons .buttons-container {
  display: -ms-grid;
  display: grid;
}

.site-search-input-container .search-button, .header-image-section, .header-content-container, #support-button, .icon-circle, .icon-container, .story-card .card-image, .project-info .project-icon, .social-buttons .buttons-container div, .om-oss-child-title, .image-overlay-container, .modal-backdrop, .header-slider .header-slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.issuu-container .issuu-card, .press-container .image-info, .press-container .press-image, .press-container .press-image .card-image, .download-article .download-image, .avdeling-card, .story-card, .membership-form, .header-slider .current-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#support-button {
  transition: all 0.5s ease-out;
}

@media only screen and (max-width : 600px) {
  .divider {
    width: 90%;
  }
}
@media only screen and (min-width: 601px ) and (max-width : 1200px) {
  .divider {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px ) {
  .divider {
    width: 80%;
  }
}
@media only screen and (min-width : 1601px) {
  .divider {
    width: 1000px;
  }
}

.homepage-article-container, .download-article, .default-card, .event-card, .news-card, .handverker-card, .om-oss-card, .story-card, .person-card {
  border: 1px solid rgb(197, 197, 197);
}

.background-image-left {
  transform: unset;
}

.product-groups {
  grid-gap: 1rem;
  margin-bottom: 2rem;
  grid-template-columns: none;
}

.product-title {
  padding: 0.5em;
  font-size: 1em;
  line-height: 1.2em;
  text-align: left;
}

.product-group-item {
  transition: none;
  background-color: #eee;
}

.product-group-item:hover {
  background-color: lightgray;
  color: magenta;
}

.product-group-item img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  object-position: center bottom;
}
