@keyframes arrow-animation {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translate(var(--arrow-translate-x, 30%), var(--arrow-translate-y, 0));
  }
  100% {
    transform: translateX(0);
  }
}
:root {
  --fluid-screen: 360px;
}
@media screen and (min-width: 22.5625em) {
  :root {
    --fluid-screen: 100vw;
  }
}
@media screen and (min-width: 120.0625em) {
  :root {
    --fluid-screen: 1920px;
  }
}

.flag-eu:before {
  background: url("../../images/flag/flag-eu.svg") no-repeat 0 0;
}

.flag-de:before {
  background: url("../../images/flag/flag-de.svg") no-repeat 0 0;
}

.flag-no:before {
  background: url("../../images/flag/flag-no.svg") no-repeat 0 0;
}

.flag-is:before {
  background: url("../../images/flag/flag-is.svg") no-repeat 0 0;
}

.flag-li:before {
  background: url("../../images/flag/flag-li.svg") no-repeat 0 0;
}

:root {
  --d1-font-size: calc(32 / 16 * 1rem + (72 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d1-line-height: calc(40 / 16 * 1rem + (90 - 40) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d1-margin: calc(40 / 16 * 1rem + (90 - 40) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d0-font-size: calc(29 / 16 * 1rem + (60 - 29) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d0-line-height: calc(36 / 16 * 1rem + (75 - 36) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d0-margin: calc(36 / 16 * 1rem + (75 - 36) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d-h2-font-size: calc(24 / 16 * 1rem + (42 - 24) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d-h2-line-height: calc(31 / 16 * 1rem + (55 - 31) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d-h2-margin: calc(31 / 16 * 1rem + (55 - 31) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d-h3-font-size: calc(22 / 16 * 1rem + (35 - 22) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d-h3-line-height: calc(30 / 16 * 1rem + (47 - 30) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d-h3-margin: calc(30 / 16 * 1rem + (47 - 30) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h1-font-size: calc(26 / 16 * 1rem + (60 - 26) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h1-line-height: calc(34 / 16 * 1rem + (65 - 34) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h1-margin: calc(34 / 16 * 1rem + (65 - 34) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h2-font-size: calc(24 / 16 * 1rem + (42 - 24) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h2-line-height: calc(31 / 16 * 1rem + (55 - 31) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h2-margin: calc(31 / 16 * 1rem + (55 - 31) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h3-font-size: calc(22 / 16 * 1rem + (35 - 22) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h3-line-height: calc(30 / 16 * 1rem + (47 - 30) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h3-margin: calc(30 / 16 * 1rem + (47 - 30) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h4-font-size: calc(20 / 16 * 1rem + (29 - 20) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h4-line-height: calc(29 / 16 * 1rem + (41 - 29) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h4-margin: calc(29 / 16 * 1rem + (41 - 29) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h5-font-size: calc(18 / 16 * 1rem + (24 - 18) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h5-line-height: calc(26 / 16 * 1rem + (34 - 26) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h5-margin: calc(26 / 16 * 1rem + (34 - 26) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h6-font-size: calc(16 / 16 * 1rem + (20 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h6-line-height: calc(23 / 16 * 1rem + (29 - 23) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h6-margin: calc(23 / 16 * 1rem + (29 - 23) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-font-size: calc(16 / 16 * 1rem + (20 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-line-height: calc(27 / 16 * 1rem + (34 - 27) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-margin: calc(41 / 16 * 1rem + (51 - 41) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-s-font-size: calc(15 / 16 * 1rem + (17 - 15) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-s-line-height: calc(23 / 16 * 1rem + (28 - 23) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-s-margin: calc(35 / 16 * 1rem + (42 - 35) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-xs-font-size: calc(14 / 16 * 1rem + (14 - 14) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-xs-line-height: calc(22 / 16 * 1rem + (22 - 22) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-xs-margin: calc(33 / 16 * 1rem + (33 - 33) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --ui-font-size: calc(16 / 16 * 1rem + (20 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --ui-line-height: calc(16 / 16 * 1rem + (20 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --ui-s-font-size: calc(15 / 16 * 1rem + (17 - 15) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --ui-s-line-height: calc(15 / 16 * 1rem + (20 - 15) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --ui-xs-font-size: calc(14 / 16 * 1rem + (14 - 14) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --ui-xs-line-height: calc(15 / 16 * 1rem + (15 - 15) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
}

.section-header--slideshow a.button.link.highlighted.secondary {
  font-weight: 500;
  padding: var(--action-padding);
}
.section-header--slideshow a.button.link.highlighted.secondary::after {
  content: "\e92c";
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  font-family: "efta-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slideshow {
  max-width: auto;
}
.slideshow .flickity-viewport {
  position: relative;
}
.slideshow.slideshow-small {
  --slide-height: 300px;
}
@media screen and (max-width: 64em) {
  .slideshow.slideshow-small {
    margin-top: var(--spacing-s);
    margin-bottom: var(--spacing-2xl);
  }
}
.slideshow.slideshow-small .flickity-viewport {
  height: var(--slide-height) !important;
}
.slideshow.slideshow-small .flickity-prev-next-button {
  background: #0B3F72;
}
.slideshow.slideshow-small .flickity-prev-next-button:hover, .slideshow.slideshow-small .flickity-prev-next-button:focus-visible {
  color: #ffffff;
}
.slideshow.slideshow-small .flickity-prev-next-button.previous {
  left: -10px !important;
}
@media screen and (min-width: 64.0625em) {
  .slideshow.slideshow-small .flickity-prev-next-button.previous {
    left: -15px !important;
  }
}
.slideshow.slideshow-small .flickity-prev-next-button.next {
  right: -10px !important;
}
@media screen and (min-width: 64.0625em) {
  .slideshow.slideshow-small .flickity-prev-next-button.next {
    right: -15px !important;
  }
}
.slideshow.slideshow-small .flickity-page-dots {
  margin: var(--spacing-xs) 0;
  left: 0;
  top: auto;
  bottom: auto;
  width: auto;
}
.slideshow.slideshow-small .flickity-page-dots li.dot {
  background-color: #afafaf;
}
.slideshow.slideshow-small .flickity-button:disabled {
  display: none;
}
.slideshow.slideshow-wide {
  --slide-height: 52vh;
}
@media screen and (min-width: 64.0625em) {
  .slideshow.slideshow-wide {
    --slide-height: 85vh;
  }
}
@media screen and (min-width: 64.0625em) {
  .slideshow.slideshow-wide .flickity-viewport {
    height: var(--slide-height) !important;
  }
}
@media screen and (max-width: 64em) {
  .slideshow.slideshow-wide .flickity-page-dots {
    display: none;
  }
}
@media screen and (min-width: 64.0625em) {
  .slideshow.slideshow-wide.centered {
    --slide-height: 473px;
  }
}
.slideshow.slideshow-wide.centered .slide {
  height: 100%;
}
.slideshow.slideshow-wide.centered .slide-wrapper {
  justify-content: center;
  height: 100%;
}
.slideshow.slideshow-wide.centered .slide-wrapper .slide-subtitle {
  margin-bottom: 0;
}
.slideshow.slideshow-wide.centered .slide-wrapper .slide-label {
  margin-bottom: 0 !important;
}
.slideshow.slideshow-embed {
  background: #ffffff;
  --slide-height: 1400px;
}
.slideshow.slideshow-embed .flickity-viewport {
  min-height: var(--slide-height) !important;
}
.slideshow.slideshow-embed .flickity-button:disabled {
  display: none;
}
.slideshow.slideshow-embed .flickity-prev-next-button.previous {
  left: -10px !important;
}
@media screen and (min-width: 64.0625em) {
  .slideshow.slideshow-embed .flickity-prev-next-button.previous {
    left: -25px !important;
  }
}
.slideshow.slideshow-embed .flickity-prev-next-button.next {
  right: -10px !important;
}
@media screen and (min-width: 64.0625em) {
  .slideshow.slideshow-embed .flickity-prev-next-button.next {
    right: -25px !important;
  }
}
.slideshow.slideshow-embed .flickity-page-dots {
  bottom: auto;
  margin-top: var(--spacing-l);
  justify-content: flex-start;
}
.slideshow.slideshow-embed .flickity-page-dots li.dot {
  background: #afafaf;
}
.slideshow .flickity-prev-next-button {
  background: transparent;
  color: #ffffff;
  top: auto;
  bottom: 25%;
  width: var(--spacing-2xl);
  height: var(--spacing-2xl);
}
@media screen and (min-width: 64.0625em) {
  .slideshow .flickity-prev-next-button {
    --slide-height: 85vh;
    top: 50%;
    width: var(--spacing-xl);
    height: var(--spacing-xl);
    background-color: #0B3F72;
  }
}
.slideshow .flickity-prev-next-button:hover, .slideshow .flickity-prev-next-button:focus-visible {
  color: #ffffff;
}
.slideshow .flickity-page-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: var(--spacing-l);
}
.slideshow .flickity-page-dots li.dot {
  width: var(--spacing-s);
  height: var(--spacing-s);
  opacity: 0.8;
  background-color: #ffffff;
  transition: 250ms ease-out;
}
.slideshow .flickity-page-dots li.dot.is-selected {
  width: var(--spacing-m);
  height: var(--spacing-m);
  opacity: 1;
}
.slideshow .flickity-page-dots li.dot:hover, .slideshow .flickity-page-dots li.dot:focus-visible {
  transform: scale(1.4);
}

/*# sourceMappingURL=slideshow.css.map */
