@charset "UTF-8";
/*
Theme Name: Danmarks Grundforskningsfond
Description: Theme developed for Danmarks Grundforskningsfond
Author: Jan Hesselvig Krogh
Author URI: https://janslyn.dk
*/
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

/* TYPOGRAPHY */
@font-face {
  font-family: "Polaris";
  src: url("fonts/PolarisBook-Regular.woff2") format("woff2"), url("fonts/PolarisBook-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Polaris";
  src: url("fonts/PolarisBookItalic-Regular.woff2") format("woff2"), url("fonts/PolarisBookItalic-Regular.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Polaris";
  src: url("fonts/PolarisBold-Regular.woff2") format("woff2"), url("fonts/PolarisBold-Regular.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Polaris";
  src: url("fonts/PolarisHeavy-Regular.woff2") format("woff2"), url("fonts/PolarisHeavy-Regular.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*
@font-face {
    font-family: 'Polaris';
    src: url('fonts/PolarisHeavyItalic-Regular.woff2') format('woff2'),
        url('fonts/PolarisHeavyItalic-Regular.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
*/
@font-face {
  font-family: "Amalia Std";
  src: url("fonts/AmaliaStd-Bld.woff2") format("woff2"), url("fonts/AmaliaStd-Bld.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amalia Std";
  src: url("fonts/AmaliaStd-Reg.woff2") format("woff2"), url("fonts/AmaliaStd-Reg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amalia Std";
  src: url("fonts/AmaliaStd-Med.woff2") format("woff2"), url("fonts/AmaliaStd-Med.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Polaris", "sans-serif";
  font-size: 1.125rem;
  color: #282828;
  line-height: 1.6;
}

h1, h2, h3 {
  font-family: "Amalia Std", "serif";
  margin-bottom: 1em;
  font-weight: 700;
  font-weight: 500;
  line-height: 1.3;
}
h1 a, h2 a, h3 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  color: #B40931;
  font-size: 2rem;
}
@media screen and (min-width : 56.25em) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width : 111.25em) {
  h1 {
    font-size: 3.75rem;
  }
}
.top h1 {
  margin-bottom: 0;
}
h1 .search-header {
  font-size: 66%;
}

p, ul, ol {
  margin-bottom: 1.6em;
}
p + h1, p + h2, p + h3, p + h4, p + h5, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5 {
  margin-top: 2em;
}

h2 {
  color: #B40931;
  font-size: 1.625rem;
}
@media screen and (min-width : 80em) {
  h2 {
    font-size: 2rem;
  }
}
h2.modal__title {
  color: #282828;
}

h3 {
  font-size: 1.25rem;
}
@media screen and (min-width : 80em) {
  h3 {
    font-size: 1.5rem;
  }
}
.related-content h3 {
  color: #B40931;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 1em;
  font-weight: 700;
}
h4 strong {
  font-weight: 700;
}

table {
  font-size: 1rem;
}

.theme-highlights {
  font-size: 1.5rem;
}
@media screen and (min-width : 56.25em) {
  .theme-highlights {
    font-size: 2rem;
  }
}
.theme-highlights p {
  font-weight: 700;
  color: #6d748d;
}
.theme-highlights p a {
  color: inherit;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: color 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.theme-highlights p a:hover {
  color: #B40931;
}
.theme-highlights p a::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #B40931;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  transition: -webkit-transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.theme-highlights p a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.theme-highlights h2 {
  margin-bottom: 0.25em;
  font-size: 2.5rem;
}
@media screen and (min-width : 56.25em) {
  .theme-highlights h2 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width : 111.25em) {
  .theme-highlights h2 {
    font-size: 4.5rem;
  }
}

.contact-card h4 {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  font-weight: normal;
  font-family: "Polaris", "sans-serif";
  font-size: 1.25rem;
}
@media screen and (min-width : 56.25em) {
  .contact-card h4 {
    font-size: 1.5rem;
  }
}

.slide-text p {
  margin-bottom: 1.5em;
}
@media screen and (min-width : 80em) {
  .slide-text p {
    font-size: 1.25rem;
  }
}

.contact-card p {
  margin-bottom: 0.25em;
}

a {
  color: #B40931;
}

.more {
  font-weight: 700;
  position: relative;
}
.more::after {
  display: inline-block;
  content: "";
  height: 15px;
  width: 24px;
  background-image: url("images/arrow-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  top: 7px;
  transition: -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.more:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

nav a, .sub-menu-title {
  color: white;
}

nav > div > ul > li > a {
  color: white;
}
@media screen and (min-width : 56.25em) {
  nav > div > ul > li > a {
    color: #B40931;
  }
}

@media screen and (min-width : 56.25em) {
  .search-init {
    color: #B40931;
  }
}

.date {
  font-weight: 700;
  font-size: 0.875rem;
}

.manchet {
  font-weight: 700;
  font-size: 1.25rem;
  color: #B40931;
}

.data-head {
  margin-bottom: 0;
  font-weight: 700;
}

.page-numbers {
  font-weight: 700;
}

.news-header {
  font-size: 1.375rem;
  font-weight: 700;
  color: #B40931;
}
@media screen and (min-width: 1920px) {
  .news-header {
    text-align: right;
    padding-right: 15px;
  }
}

.wrapper-regular ol, .wrapper-regular ul, .wrapper-regular li:not(.single-accordion) {
  margin-bottom: 1em;
}

.center-info {
  font-size: 1rem;
}

.center-info .data.link {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.newsletter {
  text-align: center;
}
.newsletter h3 {
  font-size: 1.625rem;
  color: #B40931;
}
@media screen and (min-width : 56.25em) {
  .newsletter h3 {
    font-size: 2.75rem;
  }
}

.content-grid h3 {
  font-size: 1.5rem;
  color: #B40931;
}

.content-grid.centers h3 {
  color: #282828;
  margin-bottom: 0.25em;
}

.content-grid.centers p {
  margin-bottom: 0.5em;
  font-size: 1rem;
}

footer {
  font-size: 0.875rem;
}

.so-me-item a {
  text-decoration: none;
}

ul.main-menu > li {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.25;
}
ul.main-menu > li a {
  text-decoration: none;
}
ul.main-menu > li .description {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
}
ul.main-menu > li ul.sub-menu > li {
  font-weight: 700;
  font-size: 1.125rem;
}
ul.main-menu > li ul.sub-menu > li li {
  font-size: 0.875rem;
  font-weight: 400;
}

label {
  font-size: 0.75rem;
}

input[type=submit], button {
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  color: #B40931;
}

input.search-submit {
  color: white;
}

input.search-field {
  text-align: center;
  border: none;
  border-bottom: solid 1px #979797;
  background-color: transparent;
  color: #282828;
  font-size: 1.25rem;
}
@media screen and (min-width : 56.25em) {
  input.search-field {
    font-size: 1.875rem;
  }
}
.no-results input.search-field {
  text-align: left;
}

figcaption, .gallery-meta {
  font-size: 0.8125rem;
}

.gallery-meta {
  text-align: center;
}

.download-item a {
  text-decoration: none;
  color: #282828;
}
.download-item .item-title {
  font-size: 1rem;
  font-weight: 700;
  max-width: calc(100% - 40px);
}
.download-item .item-excerpt {
  font-size: 0.8125rem;
  max-width: calc(100% - 40px);
}

.item-accordion button {
  font-weight: 800;
  text-transform: none;
  color: #282828;
  text-align: left;
}

.accordion-content, .item-info_block .content-cols {
  font-size: 89%;
}

.item-quote {
  font-size: 1.25rem;
}
.item-quote:not(.big) .the-quote {
  font-style: italic;
}
.item-quote.big {
  color: white;
  font-size: 1.5rem;
}
.item-quote .by-who {
  font-size: 1rem;
}
.item-quote .by-who p {
  margin-bottom: 0;
}

.gallery-items.is-fullscreen .gallery-meta {
  color: white;
}

aside h5 {
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 1em;
}

aside {
  font-size: 0.875rem;
}
aside p {
  margin-bottom: 0;
}
.single-organisation aside p {
  margin-bottom: 0.5em;
}

ul.footer-menu {
  list-style: none;
  padding-left: 0;
}

.term-list a {
  font-size: 0.75rem;
  display: inline-block;
  background-color: #B40931;
  color: white;
  padding: 5px 8px;
  text-decoration: none;
  margin-right: 8px;
  transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.term-list a:hover {
  background-color: hsl(22deg, 83%, 83%);
  color: #B40931;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 30px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #282828;
  border-radius: 1px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/* import "types/3dx";
@import "types/3dx-r";
@import "types/3dy";
@import "types/3dy-r";
@import "types/3dxy";
@import "types/3dxy-r";
@import "types/arrow";
@import "types/arrow-r";
@import "types/arrowalt";
@import "types/arrowalt-r";
@import "types/arrowturn";
@import "types/arrowturn-r";
@import "types/boring";
*/
/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*@import "types/collapse-r";
@import "types/elastic";
@import "types/elastic-r";
@import "types/emphatic";
@import "types/emphatic-r";
@import "types/minus";
@import "types/slider";
@import "types/slider-r";
@import "types/spin";
@import "types/spin-r";
@import "types/spring";
@import "types/spring-r";
@import "types/stand";
@import "types/stand-r";
@import "types/squeeze";
@import "types/vortex";
@import "types/vortex-r";
*/
/* HEADER */
header:not(.modal__header) {
  height: 90px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: white;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width : 56.25em) {
  header:not(.modal__header) {
    background-color: transparent;
    position: initial;
    position: absolute;
  }
}
.scrolled header:not(.modal__header) {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media screen and (min-width : 56.25em) {
  .scrolled header:not(.modal__header) {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.scroll-up header:not(.modal__header) {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.home-logo {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media screen and (min-width : 56.25em) {
  .home-logo {
    top: 50px;
    left: 40px;
    position: fixed;
    z-index: 5;
  }
}
@media screen and (min-width : 56.25em) and (max-height: 710px) {
  .home-logo {
    position: absolute;
  }
}
.home-logo img {
  width: 200px;
}

.hamburger {
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 4;
}
@media screen and (min-width : 56.25em) {
  .hamburger {
    display: none;
  }
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  transition: all;
}
.menu-open .hamburger-inner, .menu-open .hamburger-inner::before, .menu-open .hamburger-inner::after {
  background-color: white;
}

body.menu-open {
  height: 100vh;
  overflow: hidden;
}

nav#primary {
  top: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  padding-top: 15px;
  padding-left: 15px;
  -webkit-transform: translatex(100%);
          transform: translatex(100%);
  transition: -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 3;
}
@media screen and (min-width : 56.25em) {
  nav#primary {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 255px;
    padding-top: 40px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width : 56.25em) and (max-height: 710px) {
  nav#primary {
    position: absolute;
    top: 70px;
    height: auto;
  }
}
nav#primary > div {
  background-color: #B40931;
  min-height: 100%;
  position: relative;
  padding: 60px 30px;
}
@media screen and (min-width : 56.25em) {
  nav#primary > div {
    background-color: transparent;
    min-height: auto;
    position: static;
    padding-left: 40px;
    padding-right: 0;
  }
}
nav#primary .description {
  margin-top: 2px;
}
.menu-open nav#primary {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width : 56.25em) {
  .menu-open nav#primary {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
nav#primary ul.main-menu, nav#primary ul.sec-menu, nav#primary ul.sub-menu {
  list-style: none;
  padding-left: 0;
}
nav#primary ul.main-menu > li, nav#primary ul.sec-menu > li, nav#primary ul.sub-menu > li {
  margin-bottom: 0.75em;
}
nav#primary > div > ul > li > ul.sub-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #B40931;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  padding: 60px 30px;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (min-width : 56.25em) {
  nav#primary > div > ul > li > ul.sub-menu {
    padding: 40px 30px;
    overflow: auto;
    width: calc(100vw - 240px);
    max-width: 780px;
    overflow-y: auto;
  }
}
@media screen and (min-width : 56.25em) and (min-height: calc(840px + 15vh)) {
  nav#primary > div > ul > li > ul.sub-menu {
    margin-top: 15vh;
    min-height: 60vh;
    max-height: 80vh;
    height: auto;
  }
}
nav#primary > div > ul > li > ul.sub-menu.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
nav#primary > div > ul > li > ul.sub-menu > li {
  border-left: solid 4px hsl(22deg, 83%, 83%);
  padding-left: 25px;
  margin-bottom: 60px;
}
nav#primary > div > ul > li > ul.sub-menu > li .sub-menu {
  margin-top: 20px;
}
@media screen and (min-width : 56.25em) {
  nav#primary > div > ul > li > ul.sub-menu > li .sub-menu {
    display: flex;
    flex-wrap: wrap;
  }
}
nav#primary > div > ul > li > ul.sub-menu > li .sub-menu li {
  margin-bottom: 20px;
}
@media screen and (min-width : 56.25em) {
  nav#primary > div > ul > li > ul.sub-menu > li .sub-menu li {
    width: 28%;
    margin-right: 5%;
    margin-top: 15px;
    margin-bottom: 2px;
  }
}
@media screen and (min-width : 56.25em) {
  nav#primary > div > ul > li.menu-item-has-children > ul.sub-menu {
    -webkit-transform: translateX(calc(100% + 70px));
            transform: translateX(calc(100% + 70px));
  }
}
@media screen and (min-width : 56.25em) {
  nav#primary > div > ul > li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
nav#primary .nav__link.sub__close {
  text-indent: -9999px;
  overflow: hidden;
  width: 20px;
  height: 27px;
  background-image: url("images/back-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
@media screen and (min-width : 56.25em) {
  nav#primary .nav__link.sub__close {
    display: none !important;
  }
}
nav#primary .nav__link.sub__close, nav#primary .sub-menu-title {
  display: inline-block;
  margin-right: 20px;
}
nav#primary .sub-menu-title + li {
  margin-top: 40px;
}
nav#primary .sec-menu {
  margin-bottom: 0.75em;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #fefefe;
  max-width: 100%;
  overflow-x: hidden;
}

img, iframe {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.wrapper-regular img {
  width: auto;
}

main {
  margin-top: 90px;
  position: relative;
}
@media screen and (min-width : 56.25em) {
  main {
    margin-top: 0;
  }
}
.blog main, .page-template-template-oversigt-page main, .search main, .archive main {
  padding-top: 65px;
}
@media screen and (min-width : 56.25em) {
  .blog main, .page-template-template-oversigt-page main, .search main, .archive main {
    padding-top: 115px;
  }
}
.blog main::before, .page-template-template-oversigt-page main::before, .search main::before, .archive main::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  right: 15px;
  background-color: hsl(22deg, 83%, 83%);
  z-index: -1;
}
@media screen and (min-width : 56.25em) {
  .blog main::before, .page-template-template-oversigt-page main::before, .search main::before, .archive main::before {
    right: 70px;
  }
}

.grid-fw-container {
  display: grid;
  grid-template-columns: 15px 1fr 15px;
  grid-template-areas: "margin content margin";
}
@media screen and (min-width : 56.25em) {
  .grid-fw-container {
    grid-template-columns: 295px 15px minmax(450px, 1160px) minmax(15px, 1fr) 70px;
    grid-template-areas: "margin spacer content spacer margin";
  }
}
@media screen and (min-width : 111.25em) {
  .grid-fw-container {
    grid-template-columns: 70px minmax(325px, 1fr) minmax(650px, 1160px) minmax(15px, 1fr) 70px;
    grid-template-areas: "margin spacer content spacer margin";
  }
}
.grid-fw-container .bg {
  background-color: hsl(22deg, 83%, 83%);
  z-index: -1;
}

.front-page-top {
  min-height: calc(100vw - 30px);
  grid-template-rows: 15px auto 15px;
}
@media screen and (min-width : 56.25em) {
  .front-page-top {
    grid-template-rows: 70px auto 70px;
    margin-top: 50px;
    min-height: 43.75vw;
  }
}
@media screen and (min-width : 80em) {
  .front-page-top {
    min-height: 45.8333333333vw;
  }
}
.front-page-top .slide-container {
  grid-column: 2;
  grid-row: 2;
}
@media screen and (min-width : 56.25em) {
  .front-page-top .slide-container {
    grid-column: 3/-1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width : 80em) {
  .front-page-top .slide-container {
    grid-column: 3/span 2;
  }
}
.front-page-top .slide-container:not(.single-slide) .slide {
  display: none;
}
.front-page-top .slide-container.flickity-ready .slide {
  display: block;
}
@media screen and (min-width : 56.25em) {
  .front-page-top .slide-container.flickity-ready .slide {
    display: flex;
    justify-content: space-between;
  }
}
.front-page-top .flickity-viewport {
  overflow: visible;
}
.front-page-top .slide {
  width: 100%;
}
.front-page-top .slide img {
  aspect-ratio: 1040/780;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width : 56.25em) {
  .front-page-top .slide {
    display: flex;
    align-items: center;
    width: calc(100% - 15px);
  }
  .front-page-top .slide img {
    order: 2;
    width: calc(200px + ((100% - 440px) / 12 * 6));
  }
}
@media screen and (min-width : 80em) {
  .front-page-top .slide {
    width: calc(100% + 15px);
  }
  .front-page-top .slide img {
    width: calc(100% - 450px);
  }
}
@media screen and (min-width : 111.25em) {
  .front-page-top .slide img {
    width: calc(280px + ((100% - 440px) / 12 * 8));
  }
}
@media screen and (min-width : 56.25em) {
  .front-page-top .slide-text {
    flex-shrink: 0;
    width: calc(200px + ((100% - 440px) / 12 * 6));
    padding: 15px 15px 15px 35px;
  }
}
@media screen and (min-width : 80em) {
  .front-page-top .slide-text {
    padding: 70px;
    max-width: 450px;
  }
}
@media screen and (min-width : 111.25em) {
  .front-page-top .slide-text {
    width: calc(120px + ((100% - 440px) / 12 * 4));
    padding: 0;
  }
}
.front-page-top img {
  margin-bottom: 15px;
}
.front-page-top .bg {
  grid-row: 1/-1;
  grid-column: 1/-1;
}
@media screen and (min-width : 56.25em) {
  .front-page-top .bg {
    grid-column: 3/span 2;
  }
}
@media screen and (min-width : 80em) {
  .front-page-top .bg {
    grid-column: 3;
  }
}
@media screen and (min-width : 111.25em) {
  .front-page-top .bg {
    -webkit-transform: scaleX(1.15);
            transform: scaleX(1.15);
  }
}

.grid-fw-container.top {
  margin-bottom: 70px;
  grid-template-rows: auto 40px auto auto;
  grid-row-gap: 15px;
}
@media screen and (min-width : 56.25em) {
  .grid-fw-container.top {
    grid-template-rows: auto 70px auto auto;
    grid-row-gap: 40px;
  }
}
.grid-fw-container.top .page-top-image {
  grid-column: 2;
  grid-row: 1/span 2;
}
.grid-fw-container.top .page-top-image img {
  aspect-ratio: 10/6;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width : 56.25em) {
  .grid-fw-container.top .page-top-image {
    grid-column: 3;
  }
}
@media screen and (min-width : 80em) {
  .grid-fw-container.top .page-top-image img {
    max-width: calc(400px + ((100% - 440px) / 12 * 11));
  }
}
.grid-fw-container.top .page-top-text {
  grid-column: 2;
  grid-row: 3;
}
@media screen and (min-width : 56.25em) {
  .grid-fw-container.top .page-top-text {
    grid-column: 3;
  }
}
@media screen and (min-width : 56.25em) {
  .grid-fw-container.top h1 {
    max-width: calc(400px + ((100% - 440px) / 12 * 11));
  }
}
.grid-fw-container.top .manchet {
  margin-bottom: 1em;
  margin-top: 1em;
}
@media screen and (min-width : 56.25em) {
  .grid-fw-container.top .manchet {
    max-width: calc(240px + ((100% - 440px) / 12 * 7));
  }
}
.grid-fw-container.top .center-info {
  margin-bottom: 1em;
}
.grid-fw-container.top .bg {
  grid-column: 1/-1;
  grid-row: 2/-1;
}
.grid-fw-container.top.no-feature {
  grid-template-rows: auto auto auto auto;
}
.grid-fw-container.top.no-feature .page-top-text {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (min-width : 56.25em) {
  .grid-fw-container.top.no-feature .page-top-text {
    margin-bottom: calc(2em + 40px);
  }
}
.grid-fw-container.top.no-feature .bg {
  grid-row: 1/-1;
}

.date {
  margin-bottom: 0.5em;
}

.theme-highlights {
  margin-top: 105px;
  margin-bottom: 70px;
}

.center-info {
  padding-top: 40px;
}
@media screen and (min-width : 56.25em) {
  .center-info {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width : 80em) {
  .center-info {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wrapper-regular {
  margin: 0 auto;
  max-width: 1160px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 400px;
}
@media screen and (min-width : 56.25em) {
  .wrapper-regular {
    margin-left: 295px;
  }
}
@media screen and (min-width : 80em) {
  .wrapper-regular {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width : 111.25em) {
  .wrapper-regular {
    margin-left: auto;
  }
}
@media screen and (min-width : 56.25em) {
  .wrapper-regular h1 {
    min-width: calc(240px + ((100% - 440px) / 12 * 7));
  }
}
.wrapper-regular + .wrapper-regular {
  margin-top: 70px;
}

.news-feature + .wrapper-regular {
  min-height: auto;
}

@media screen and (min-width: 600px) {
  .content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    width: calc(400px + ((100% - 440px) / 12 * 11));
  }
}
@media screen and (min-width : 56.25em) {
  .content-grid {
    width: calc(360px + ((100% - 440px) / 12 * 10));
  }
}
@media screen and (min-width : 80em) {
  .content-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width : 111.25em) {
  .content-grid {
    width: 100%;
  }
}
.content-grid .img-part {
  margin-bottom: 15px;
}
.content-grid .img-part img {
  width: 100%;
  aspect-ratio: 825/510;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-grid .content-grid-item {
  margin-bottom: 70px;
}
.content-grid a.content-grid-item {
  display: block;
}
.content-grid.centers .content-grid-item {
  border-bottom: solid 1px #919DA4;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width : 80em) {
  .content-grid.centers {
    grid-template-columns: repeat(2, 1fr);
  }
}
.content-grid.centers img.profile {
  width: 150px;
  margin-bottom: 15px;
}
@media screen and (min-width : 56.25em) {
  .content-grid.centers img.profile {
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.content-grid.searchresults .date {
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .content-grid.searchresults {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width : 80em) {
  .content-grid.searchresults {
    width: calc(280px + ((100% - 440px) / 12 * 8));
  }
}
.content-grid.searchresults .content-grid-item {
  border-bottom: solid 1px #919DA4;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.page-template-page-entrance .content-grid {
  margin-top: 70px;
  order: 4;
}

.news-feature {
  position: relative;
  grid-template-rows: auto 15px auto;
}
@media screen and (min-width : 56.25em) {
  .news-feature {
    grid-template-rows: auto 70px auto;
  }
}
.news-feature .bg {
  grid-column: 1/span 2;
  grid-row: 2/-1;
}
@media screen and (min-width : 56.25em) {
  .news-feature .bg {
    grid-column: 1/span 4;
    grid-row: 3/-1;
  }
}

.news-feature .news-header {
  grid-column: 2/-1;
  grid-row: 1;
  margin-bottom: 30px;
}
@media screen and (min-width : 56.25em) {
  .news-feature .news-header {
    grid-column: 3/-1;
  }
}
@media screen and (min-width: 1920px) {
  .news-feature .news-header {
    grid-column: 2;
    grid-row: 2;
  }
}

.news-feature .content-grid {
  grid-column: 2;
  grid-row: 3/-1;
}
@media screen and (min-width : 56.25em) {
  .news-feature .content-grid {
    grid-column: 3;
    grid-row: 2/-1;
    width: 100%;
  }
}
@media screen and (min-width : 80em) {
  .news-feature .content-grid {
    grid-column: 3;
    width: calc(400px + ((100% - 440px) / 12 * 11));
    grid-row: 2/-1;
  }
}
@media screen and (min-width : 111.25em) {
  .news-feature .content-grid {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .news-feature .content-grid .content-grid-item:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width : 80em) {
  .news-feature .content-grid .content-grid-item:nth-child(3) {
    display: block;
  }
}

@media screen and (min-width : 56.25em) {
  .first-page .content-grid-item:first-child {
    grid-column: 1/-1;
    display: flex;
    justify-content: space-between;
  }
  .first-page .content-grid-item:first-child .img-part {
    width: calc(240px + ((100% - 440px) / 12 * 7));
  }
  .first-page .content-grid-item:first-child .text-part {
    width: calc(160px + ((100% - 440px) / 12 * 5));
  }
}

.content-grid .text-part {
  padding-right: 15px;
}
.content-grid .text-part > * {
  margin-bottom: 15px;
}

.btn, .download-item {
  background-color: hsl(22deg, 83%, 83%);
}

.newsletter {
  padding-top: 140px;
  padding-bottom: 140px;
  width: 80vw;
  margin: 0 auto;
  max-width: 670px;
}
@media screen and (min-width : 56.25em) {
  .newsletter {
    width: calc(280px + ((100% - 440px) / 12 * 8));
    margin-left: 255px;
  }
}
@media screen and (min-width : 80em) {
  .newsletter {
    margin-left: auto;
  }
}

figure {
  margin-bottom: 30px;
}

figcaption, .gallery-meta {
  margin-top: 5px;
}

fieldset {
  border: none;
}

.pagination {
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width : 56.25em) {
  .pagination {
    width: calc(360px + ((100% - 440px) / 12 * 10));
  }
}
@media screen and (min-width : 111.25em) {
  .pagination {
    width: calc(400px + ((100% - 440px) / 12 * 11));
  }
}
.pagination .page-numbers {
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (min-width : 56.25em) {
  .wrapper-regular > p, .wrapper-regular > h2, .wrapper-regular > h3, .wrapper-regular > h4, .wrapper-regular > h5, .wrapper-regular > .wp-block-image:not(.alignwide, .alignfull), .wrapper-regular > .wp-block-embed:not(.alignwide, .alignfull) {
    width: calc(320px + ((100% - 440px) / 12 * 9));
  }
}
@media screen and (min-width : 111.25em) {
  .wrapper-regular > p, .wrapper-regular > h2, .wrapper-regular > h3, .wrapper-regular > h4, .wrapper-regular > h5, .wrapper-regular > .wp-block-image:not(.alignwide, .alignfull), .wrapper-regular > .wp-block-embed:not(.alignwide, .alignfull) {
    margin-left: calc(40px + ((100% - 440px) / 12 * 1));
    width: calc(240px + ((100% - 440px) / 12 * 7));
  }
}
@media screen and (min-width : 56.25em) {
  .wrapper-regular > .wp-block-image.alignwide, .wrapper-regular > .wp-block-image.alignfull, .wrapper-regular > .wp-block-embed.alignwide, .wrapper-regular > .wp-block-embed.alignfull {
    width: calc(320px + ((100% - 440px) / 12 * 9));
  }
}

.wp-block-embed__wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 1.5rem;
}
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.wp-block-embed__wrapper {
  padding-bottom: 56.25%;
}
.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  padding-bottom: 42.85%;
}
.wp-embed-aspect-18-9 .wp-block-embed__wrapper {
  padding-bottom: 50%;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
}
.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
  padding-bottom: 75%;
}
.wp-embed-aspect-1-1 .wp-block-embed__wrapper {
  padding-bottom: 100%;
}
.wp-embed-aspect-9-6 .wp-block-embed__wrapper {
  padding-bottom: 66.66%;
}
.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
  padding-bottom: 200%;
}

.no-results {
  display: block;
  width: 100%;
}

.related-content {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  grid-template-rows: 30px auto auto;
  max-width: 570px;
}
@media screen and (min-width : 80em) {
  .related-content {
    grid-column-gap: 40px;
    grid-template-columns: calc(((100% - 440px) / 12 * 1)) calc(200px + ((100% - 440px) / 12 * 6)) calc(160px + ((100% - 440px) / 12 * 5));
    grid-template-rows: 70px auto 70px;
    max-width: 100%;
    width: 100%;
  }
}
.related-content .related-image {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
@media screen and (min-width : 80em) {
  .related-content .related-image {
    grid-column: 1/span 2;
    grid-row: 2;
    align-self: center;
  }
}
.related-content .related-image img {
  width: 100%;
}
.related-content .text-part {
  grid-column: 2;
  grid-row: 3;
  padding: 30px;
}
@media screen and (min-width : 80em) {
  .related-content .text-part {
    grid-column: 3;
    grid-row: 2;
    padding-left: 0;
    align-self: center;
  }
}
.related-content .bg {
  grid-column: 2/span 2;
  grid-row: 2/span 2;
  background-color: #f5f5f5;
}
@media screen and (min-width : 80em) {
  .related-content .bg {
    grid-column: 2/span 2;
    grid-row: 1/span 3;
  }
}

table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  width: 100%;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 0.4em;
}

.wrapper-regular .item figure {
  max-width: 100%;
}

.item + .item {
  margin-top: 2em;
}

@media screen and (min-width : 56.25em) {
  .item-text, .item-archive_intro {
    width: calc(320px + ((100% - 440px) / 12 * 9));
  }
}
@media screen and (min-width : 80em) {
  .item-text, .item-archive_intro {
    margin-left: calc(40px + ((100% - 440px) / 12 * 1));
    width: calc(240px + ((100% - 440px) / 12 * 7));
  }
}

@media screen and (min-width : 56.25em) {
  .item-downloads {
    width: calc(360px + ((100% - 440px) / 12 * 10));
  }
}
@media screen and (min-width : 80em) {
  .item-downloads {
    margin-left: calc(40px + ((100% - 440px) / 12 * 1));
    width: calc(280px + ((100% - 440px) / 12 * 8));
  }
}

@media screen and (min-width : 56.25em) {
  .download-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 40px;
  }
}

.download-item {
  padding: 15px;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}
.download-item::after {
  content: "";
  background-image: url("images/icon-download.svg");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 20px;
  height: 30px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.download-item:hover::after {
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.download-item a {
  display: block;
  width: 100%;
}

.item-accordion + .item-accordion {
  margin-top: 0;
}
@media screen and (min-width : 56.25em) {
  .item-accordion {
    width: calc(320px + ((100% - 440px) / 12 * 9));
  }
}
@media screen and (min-width : 80em) {
  .item-accordion {
    margin-left: calc(40px + ((100% - 440px) / 12 * 1));
    width: calc(240px + ((100% - 440px) / 12 * 7));
  }
}
.item-accordion > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.item-accordion button {
  width: 100%;
  background-color: transparent;
  position: relative;
  padding-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  height: auto;
}
.item-accordion button:hover {
  cursor: pointer;
}
.item-accordion .single-accordion {
  border-bottom: solid 1px #919DA4;
}
.item-accordion .accordion-content {
  display: none;
  padding-bottom: 30px;
}
.active .item-accordion .accordion-content {
  display: block;
}
.item-accordion .accordion-content .row {
  display: flex;
}
.item-accordion .accordion-content .row .time {
  width: 125px;
}
.item-accordion .trigger::after {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 15px;
  content: " ";
  top: 23px;
  transition: -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url("images/arrow-foldout.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.item-accordion .trigger.active::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (min-width : 56.25em) {
  .item-form {
    width: calc(320px + ((100% - 440px) / 12 * 9));
  }
}
@media screen and (min-width : 80em) {
  .item-form {
    margin-left: calc(40px + ((100% - 440px) / 12 * 1));
    width: calc(240px + ((100% - 440px) / 12 * 7));
  }
}

.item-info_block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /*&.no-image{
    background-color: $bg-fade-color;
  }*/
}
@media screen and (min-width : 56.25em) {
  .item-info_block {
    width: calc(320px + ((100% - 440px) / 12 * 9));
  }
}
@media screen and (min-width : 80em) {
  .item-info_block {
    margin-left: calc(40px + ((100% - 440px) / 12 * 1));
    width: calc(280px + ((100% - 440px) / 12 * 8));
  }
}
.item-info_block .image-container {
  width: 100%;
  position: relative;
  min-height: 250px;
}
@media screen and (min-width : 80em) {
  .item-info_block .image-container {
    width: 33%;
  }
}
.item-info_block .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  top: 0;
  left: 0;
}
.item-info_block .content {
  padding: 30px;
  background-color: #f5f5f5;
  width: 100%;
}
@media screen and (min-width : 80em) {
  .item-info_block .content {
    width: 67%;
  }
}
@media screen and (min-width : 80em) {
  .item-info_block.no-image .content {
    width: 100%;
  }
}
.item-info_block .content-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.item-info_block .content-cols > div {
  width: 100%;
}
@media screen and (min-width: 500px) {
  .item-info_block .content-cols > div {
    width: 48%;
  }
}

.item-quote {
  padding: 45px calc(80px + ((100% - 440px) / 12 * 2)) 45px calc(40px + ((100% - 440px) / 12 * 1));
}
.item-quote.big {
  background-color: #B40931;
}
.item-quote .info {
  border-top: solid 1px;
  padding-top: 15px;
}
.item-quote .by-who {
  display: flex;
  margin-top: 30px;
}
.item-quote .by-who .info {
  flex-grow: 1;
}
.item-quote .by-who .image {
  margin-right: 25px;
}
.item-quote .by-who .image img {
  height: 80px;
  width: auto;
}

.item-gallery {
  padding-bottom: 70px;
  width: 100%;
}

.gallery-wrapper.grid .gallery-item {
  width: 100%;
}
@media screen and (min-width : 56.25em) {
  .gallery-wrapper.grid .gallery-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
}

.gallery-wrapper.slider .gallery-items:not(.is-fullscreen) .gallery-item img {
  aspect-ratio: 10/6;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.gallery-wrapper.slider .gallery-items:not(.is-fullscreen) .gallery-item.portrait img {
  max-height: 700px;
  height: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.gallery-wrapper.slider .gallery-items.is-fullscreen {
  z-index: 11;
}
.gallery-wrapper.slider .gallery-items.is-fullscreen .gallery-item {
  height: 100%;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-wrapper.slider .gallery-items.is-fullscreen .gallery-item img {
  max-width: calc(100vw - 80px);
  max-height: calc(100vh - 80px);
  height: auto;
  width: auto;
}
@media screen and (min-width : 56.25em) {
  .gallery-wrapper.slider .gallery-items.is-fullscreen .gallery-item {
    padding: 100px;
  }
  .gallery-wrapper.slider .gallery-items.is-fullscreen .gallery-item img {
    max-width: calc(100vw - 200px);
    max-height: calc(100vh - 200px);
  }
}
.gallery-wrapper.slider .gallery-items.is-fullscreen .gallery-item .gallery-meta {
  position: absolute;
  bottom: 15px;
}
.gallery-wrapper.slider .gallery-item {
  width: 100%;
}

.gallery-wrapper .flickity-page-dots {
  bottom: -60px;
}
.gallery-wrapper .flickity-page-dots .dot {
  border-radius: 0;
}
.gallery-wrapper .flickity-prev-next-button {
  background-color: hsl(22deg, 83%, 83%);
  border-radius: 0;
  background-image: url("images/arrow-red.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  width: 60px;
  height: 60px;
  transition: background-color 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.gallery-wrapper .flickity-prev-next-button:hover {
  background-image: url("images/arrow-red.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}
.gallery-wrapper .flickity-prev-next-button.previous {
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
  left: 0;
}
.gallery-wrapper .flickity-prev-next-button.next {
  right: 0;
}
.gallery-wrapper .flickity-prev-next-button .flickity-button-icon {
  display: none;
}
.gallery-wrapper .flickity-fullscreen-button {
  padding-right: 0;
}

aside {
  width: 100%;
  margin-top: 70px;
}
@media screen and (min-width : 80em) {
  aside {
    margin-top: 0;
    width: calc(80px + ((100% - 440px) / 12 * 3));
    order: 3;
    position: absolute;
    right: 15px;
  }
}
aside > div {
  max-width: 280px;
}
@media screen and (min-width : 80em) {
  aside > div {
    max-width: 100%;
  }
}

.term-list {
  margin-bottom: 45px;
}

.wrapper-regular .item,
.wrapper-regular > *:not(aside) {
  order: 4;
}

.wrapper-regular > *:first-child {
  order: 1;
}

.wrapper-regular .item-gallery:first-child + .item {
  order: 2;
}

.wrapper-regular .item-gallery:first-child ~ aside {
  position: relative;
}

.sidebar-item_contact-person {
  background-color: #f5f5f5;
}
.sidebar-item_contact-person .contact-info {
  padding: 30px;
}

/* fix image width in WP media-text block */
.wp-block-media-text__media img {
  max-width: 100%;
}

/* FOOTER */
footer {
  padding-bottom: 70px;
}
@media screen and (min-width : 56.25em) {
  footer.grid-fw-container {
    grid-template-columns: 70px minmax(70px, 1fr) minmax(650px, 1160px) minmax(15px, 1fr) 70px;
  }
}
footer .bg {
  grid-column: 2/-1;
  grid-row: 1/-1;
}
footer .inner-wrap {
  grid-column: 2;
  grid-row: 1;
  padding-left: 15px;
  padding-top: 30px;
}
@media screen and (min-width : 56.25em) {
  footer .inner-wrap {
    grid-column: 3;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width : 111.25em) {
  footer .inner-wrap {
    padding-left: 0;
  }
}
footer .logo {
  padding-bottom: 30px;
}
footer .logo img {
  width: 80%;
  max-width: 280px;
}
@media screen and (min-width : 56.25em) {
  footer .logo {
    width: calc(160px + ((100% - 440px) / 12 * 5));
  }
}
footer .contacts {
  padding-bottom: 15px;
}
@media screen and (min-width : 56.25em) {
  footer .contacts {
    width: calc(80px + ((100% - 440px) / 12 * 3));
  }
  footer .contacts.col-1 {
    margin-left: auto;
    margin-right: 40px;
  }
  footer .contacts.col-2 {
    width: calc(80px + ((100% - 440px) / 12 * 3));
  }
}
@media screen and (min-width : 111.25em) {
  footer .contacts {
    width: calc(40px + ((100% - 440px) / 12 * 2));
  }
}
footer .socials {
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width : 56.25em) {
  footer .socials {
    width: calc(200px + ((100% - 440px) / 12 * 6));
    margin-left: calc(240px + ((100% - 440px) / 12 * 6));
  }
}
@media screen and (min-width : 111.25em) {
  footer .socials {
    width: calc(120px + ((100% - 440px) / 12 * 4));
    margin-left: calc(280px + ((100% - 440px) / 12 * 7));
  }
}
footer .socials img {
  height: 30px;
  width: auto;
  margin-right: 15px;
}
footer .socials .so-me-item {
  width: calc(200px + ((100% - 440px) / 12 * 6));
  display: flex;
}
footer .socials .so-me-item a {
  display: inline-flex;
  align-items: center;
}

.wrap-exp {
  max-width: 100vw;
  display: none;
  grid-template-columns: 70px 1fr minmax(700px, 1160px) 1fr 70px;
}

/* forms */
input[type=text], input[type=email] {
  border-radius: 0;
  border: solid 1px hsl(22deg, 83%, 83%);
  height: 70px;
  padding: 15px;
  width: 100%;
  margin-bottom: 15px;
}

input[type=checkbox] {
  border: solid 1px hsl(22deg, 83%, 83%);
  width: 22px;
  height: 22px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-shrink: 0;
  margin-right: 10px;
}
input[type=checkbox]:checked {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border: solid 1px transparent;
}

input[type=submit], button {
  width: 160px;
  height: 70px;
  background-color: hsl(22deg, 83%, 83%);
}
#CookiebotWidget input[type=submit], #CookiebotWidget button {
  width: auto;
  height: auto;
}
input[type=submit]:disabled, button:disabled {
  background-image: url("images/loading.gif");
  background-size: 30px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
}

textarea {
  display: block;
}

label {
  text-align: left;
  margin-bottom: 15px;
}
label.sr-only {
  position: absolute;
  width: 0;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
}

.search-form label {
  display: block;
}
.search-form input.search-field {
  display: block;
  width: 100%;
  line-height: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.search-form input.search-submit {
  background-color: #B40931;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.search-form input.search-submit:hover {
  cursor: pointer;
}
.no-results .search-form input {
  margin-left: 0;
}

body:not(.user-is-tabbing) input.search-field:focus {
  outline: none;
}

#mc_embed_signup form {
  padding-left: 15px;
  padding-right: 15px;
}
#mc_embed_signup form ul {
  list-style: none;
  padding-left: 0;
}
#mc_embed_signup form li {
  display: flex;
}

@media screen and (min-width : 56.25em) {
  #mc_embed_signup_scroll {
    display: flex;
    flex-wrap: wrap;
  }
  #mc_embed_signup_scroll > div {
    order: 3;
  }
  #mc_embed_signup_scroll .input-field-email {
    order: 1;
    flex-grow: 1;
    margin-right: 15px;
  }
  #mc_embed_signup_scroll .forms-submit-container {
    order: 2;
  }
}

.frm_forms fieldset fieldset {
  padding: 0;
}

.frm_submit {
  margin-top: 30px;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
  }
}
.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
}
@media screen and (min-width : 56.25em) {
  .modal__overlay {
    z-index: 8;
  }
}

.modal__container {
  background-color: hsl(22deg, 83%, 83%);
  padding: 40px;
  width: 80vw;
  max-width: 1000px;
  max-height: 100vh;
  min-height: 40vh;
  max-height: 90vh;
  height: 500px;
  overflow-y: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.modal__header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__title {
  /*margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
  */
}

.modal__close {
  background: transparent;
  border: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 30px;
  right: 30px;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.5s cubic-bezier(0.65, 0, 0.35, 1);
          animation: mmfadeIn 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.5s cubic-bezier(0.65, 0, 0.35, 1);
          animation: mmslideIn 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.5s cubic-bezier(0.65, 0, 0.35, 1);
          animation: mmfadeOut 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.5s cubic-bezier(0.65, 0, 0.35, 1);
          animation: mmslideOut 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* animation */
@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
.page-top-image img, .slide-container.single-slide img {
  opacity: 0;
  -webkit-animation: reveal 1s 0.5s;
          animation: reveal 1s 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.slide-container.single-slide .slide-text {
  opacity: 0;
  -webkit-animation: reveal 1s 0.25s;
          animation: reveal 1s 0.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.slide-container:not(.single-slide) {
  opacity: 0;
}
.slide-container:not(.single-slide).flickity-ready {
  opacity: 0;
  -webkit-animation: reveal 1s 0.5s;
          animation: reveal 1s 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.no-js .wrapper-regular img {
  opacity: 0;
  -webkit-animation: reveal 1s 0.25s;
          animation: reveal 1s 0.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js .wrapper-regular img {
  -webkit-animation: none;
          animation: none;
  opacity: 0;
}

.js .loadin {
  opacity: 0;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
  transition: opacity 0.9s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.6s, opacity 0.9s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.6s;
}
.js .loadin.loaded {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition-delay: 0s;
}

.slide-container.flickity-ready .slide .slide-text {
  opacity: 0;
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
  transition: all 1.1s cubic-bezier(0.65, 0, 0.35, 1) 0.4s;
}
.slide-container.flickity-ready .slide img {
  opacity: 0;
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
  transition: all 1.1s cubic-bezier(0.65, 0, 0.35, 1) 0.6s;
}
.slide-container.flickity-ready .slide.is-selected .slide-text {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.slide-container.flickity-ready .slide.is-selected img {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
