/**
 * This file contains stuff that is shared between variants
 */
/**
 * This file contains stuff that can vary between variants
 */
/**
 * Calculate an em size based on a context
 */
/**
 * Conditionally output stuff.
 * The idea is to be able to target print, browsers, sizes etc.
 */
* {
  -webkit-print-color-adjust: exact;
  /*Chrome, Safari */
  color-adjust: exact;
  /*Firefox*/
}

.theme--undervisning {
  background-color: #fff;
}
.theme--undervisning .layout__middle, .theme--undervisning .layout__top {
  background-color: #fff;
}

.page-print .layout__segment {
  display: none;
}

@keyframes slidein {
  from {
    transform: scaleX(0) skewX(0deg);
    background-color: #4affff !important;
    background-color: #01F93F !important;
    background-color: #F83D2D !important;
    background-color: #FF007C !important;
    background-color: #FFE252 !important;
  }
  to {
    transform: scaleX(1) skewX(6deg);
  }
}
@keyframes slideinBig {
  from {
    transform: scaleX(0) skewX(0deg);
    background: linear-gradient(180deg, rgba(248, 61, 45, 0.4) 0%, #FF007C 100%) !important;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(1, 240, 249, 0.4) 0%, #4affff 100%) !important;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(248, 61, 45, 0.4) 0%, #F83D2D 100%) !important;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(1, 249, 63, 0.4) 0%, #01F93F 100%) !important;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(255, 226, 82, 0.4) 0%, #FFE252 100%) !important;
    opacity: 0.4;
  }
  to {
    transform: scaleX(1) skewX(6deg);
    opacity: 0.6;
  }
}
@keyframes slideinRightLeft {
  from {
    transform: scaleX(0) skewX(0deg);
    left: 44%;
    background: #D00065 !important;
    background: #01f0f9 !important;
    background: #CB1708 !important;
    background: #00BA2F !important;
    background: #CFB226 !important;
  }
  to {
    transform: scaleX(1) skewX(6deg);
  }
}
@keyframes slideinRightLeftSmall {
  0% {
    transform: scaleX(0) skewX(0deg);
    right: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(248, 61, 45, 0.4) 0%, #FF007C 100%) !important;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(1, 240, 249, 0.4) 0%, #4affff 100%) !important;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(248, 61, 45, 0.4) 0%, #F83D2D 100%) !important;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(1, 249, 63, 0.4) 0%, #01F93F 100%) !important;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(255, 226, 82, 0.4) 0%, #FFE252 100%) !important;
    opacity: 0.4;
  }
  50% {
    transform: scaleX(0) skewX(0deg);
    width: 100%;
    background: linear-gradient(180deg, rgba(248, 61, 45, 0.4) 0%, #FF007C 100%) !important;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(1, 240, 249, 0.4) 0%, #4affff 100%) !important;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(248, 61, 45, 0.4) 0%, #F83D2D 100%) !important;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(1, 249, 63, 0.4) 0%, #01F93F 100%) !important;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(255, 226, 82, 0.4) 0%, #FFE252 100%) !important;
    opacity: 0.4;
  }
  85% {
    width: 50%;
  }
  100% {
    transform: scaleX(1) skewX(6deg);
    left: 0%;
    width: 7%;
    opacity: 0.4;
  }
}
@keyframes slideinRightLeftBig {
  0% {
    transform: scaleX(0) skewX(0deg);
    right: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(248, 61, 45, 0.4) 0%, #FF007C 100%) !important;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(1, 240, 249, 0.4) 0%, #4affff 100%) !important;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(248, 61, 45, 0.4) 0%, #F83D2D 100%) !important;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(1, 249, 63, 0.4) 0%, #01F93F 100%) !important;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(255, 226, 82, 0.4) 0%, #FFE252 100%) !important;
    opacity: 0.6;
  }
  50% {
    transform: scaleX(0) skewX(0deg);
    width: 100%;
    background: linear-gradient(180deg, rgba(248, 61, 45, 0.4) 0%, #FF007C 100%) !important;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(1, 240, 249, 0.4) 0%, #4affff 100%) !important;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(248, 61, 45, 0.4) 0%, #F83D2D 100%) !important;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(1, 249, 63, 0.4) 0%, #01F93F 100%) !important;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(255, 226, 82, 0.4) 0%, #FFE252 100%) !important;
    opacity: 0.6;
  }
  100% {
    transform: scaleX(1) skewX(6deg);
    opacity: 0.6;
  }
}
@keyframes slidedown {
  from {
    transform: scaleY(0) skewY(0deg);
    background: #D00065 !important;
    background: #01f0f9 !important;
    background: #CB1708 !important;
    background: #00BA2F !important;
    background: #CFB226 !important;
  }
  to {
    transform: scaleY(1) skewY(-6deg);
    opacity: 1;
  }
}
@keyframes slideUpRotate {
  0% {
    -ms-transform: rotate(-6deg) translateY(20px);
    /* IE 9 */
    -webkit-transform: rotate(-6deg) translateY(20px);
    /* Safari 3-8 */
    transform: rotate(-6deg) translateY(20px);
  }
  1% {
    -ms-transform: rotate(-6deg) translateY(20px);
    /* IE 9 */
    -webkit-transform: rotate(-6deg) translateY(20px);
    /* Safari 3-8 */
    transform: rotate(-6deg) translateY(20px);
  }
  100% {
    -ms-transform: rotate(-6deg) translateY(20px);
    /* IE 9 */
    -webkit-transform: rotate(-6deg) translateY(20px);
    /* Safari 3-8 */
    transform: rotate(-6deg) translateY(20px);
  }
}
@keyframes slideUp {
  0% {
    -ms-transform: translateY(20px);
    /* IE 9 */
    -webkit-transform: translateY(20px);
    /* Safari 3-8 */
    transform: translateY(20px);
    display: none;
    height: 0;
    opacity: 0.3;
    visibility: hidden;
  }
  50% {
    height: auto;
    opacity: 0.5;
    visibility: visible;
    display: block;
  }
  100% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Safari 3-8 */
    transform: translateY(0px);
    height: auto;
    opacity: 1;
    visibility: visible;
    display: block;
  }
}
@keyframes opacityAnimation {
  from {
    display: none;
    height: auto;
    opacity: 0;
    visibility: hidden;
    -ms-transform: rotate(-6deg) translateY(20px);
    /* IE 9 */
    -webkit-transform: rotate(-6deg) translateY(20px);
    /* Safari 3-8 */
    transform: rotate(-6deg) translateY(20px);
  }
  to {
    height: auto;
    opacity: 1;
    visibility: visible;
    display: flex;
    -ms-transform: rotate(-6deg) translateY(0px);
    /* IE 9 */
    -webkit-transform: rotate(-6deg) translateY(0px);
    /* Safari 3-8 */
    transform: rotate(-6deg) translateY(0px);
  }
}
@keyframes fadeIn60 {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0.6;
  }
}
@keyframes fadeIn40 {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0.4;
  }
}
@keyframes fadeIn100 {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.layout__segment:not(.colored):not(.large-space--top):not(.large-space--bottom) + .layout__segment:not(.colored):not(.large-space--top):not(.large-space--bottom) {
  margin-top: 0 !important;
}
.layout__hide-print {
  display: none;
}
.layout__bottom {
  display: none;
}
.layout__middle {
  background: none;
}
.layout__segment {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header {
  display: block;
  background: none;
}
.header__pages {
  transform: none !important;
  max-height: 350px;
}
.header__page {
  display: block;
}
.header__page:before {
  display: none;
}
.header__content {
  display: block;
}
.header__menu {
  display: none;
}
.header--image .header__content {
  min-height: 0;
}
.header__controls {
  display: none;
}

.text p {
  font-size: 16px;
  line-height: 20px;
}
.text__object {
  border: 1px solid #999;
  page-break-inside: avoid;
  clear: both;
}
.text__object--right {
  width: 30%;
  float: right;
  clear: right;
  margin: 0 0 20px 30px;
  box-sizing: border-box;
}
.article__text .text__object--right {
  margin-right: 0;
}
.text__object--left {
  width: 30%;
  float: left;
  clear: left;
  margin: 0 30px 20px 0px;
  box-sizing: border-box;
}
.article__text .text__object--left {
  margin-left: 0;
}
.text__highlight {
  background: none !important;
  color: #000;
}
.article__text .text__highlight {
  margin-right: 0;
  margin-left: 0;
}
.article__text .text__table, .article__text .text__figure, .article__text .text__gallery {
  margin-left: 0;
  margin-right: 0;
}

.picture {
  padding-bottom: 0 !important;
  page-break-after: avoid;
}
.picture__image {
  position: relative;
  width: auto;
  max-height: 350px;
  page-break-after: avoid;
}

.global-menu {
  display: none;
}

.supplementary .button, .framegrabber .button {
  display: none;
}

.button__group {
  display: none;
}

.article {
  overflow: initial;
}
.article__related {
  display: none;
}
.article__text {
  max-width: none;
  margin: 0 auto;
}
.article__top {
  max-width: none;
  margin: 0 auto 30px auto;
}
.article__bottom {
  max-width: none;
  margin: 0 auto;
}

.poster {
  page-break-inside: avoid;
}
.poster__picture:after {
  position: relative;
  background: none;
}
.poster__content {
  position: relative;
  padding: 15px 0;
  page-break-after: avoid;
}
.poster__title, .poster__text {
  color: #000;
}

.cta-box {
  display: none;
}

.masonry {
  position: static;
}
.masonry__more {
  display: none;
}
.masonry__item {
  position: static !important;
  display: inline-block;
  float: left;
  width: 100%;
}
.masonry__item .picture {
  padding-bottom: 0 !important;
}

.slider__pager, .slider__arrow {
  display: none;
}

.split--4-8 > .split__column:first-child {
  display: none;
}

.breadcrumb {
  display: none;
}

.sharing {
  display: none;
}

.tags {
  display: none;
}

.figure {
  clear: both;
}
.figure__caption {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
}
.theme--dk .figure__caption {
  color: #efefef;
}

.supplementary {
  display: block;
  background: none;
  margin: 30px 0;
}
.supplementary:before {
  display: none;
}
.supplementary__body, .supplementary__aside, .supplementary__content {
  margin: 0;
  padding: 0;
  width: auto;
  background: none;
  color: #000;
  display: block;
  max-width: none;
  position: relative;
}
.supplementary__aside {
  margin-left: 10px;
}
.supplementary__content {
  padding: 0 20px;
}
.supplementary__list {
  overflow: initial;
  display: block;
  max-height: 100%;
}

.thumbnails {
  display: none;
}

.search-input {
  display: none;
}

.structure__tile {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
.structure__bottom {
  display: none;
}

.search-bar {
  display: none;
}

.date-picker {
  display: none;
}

.cookie-banner {
  display: none !important;
}

.stumfilm-poster {
  page-break-inside: avoid;
}
.stumfilm-poster__picture:after {
  position: relative;
  background: none;
}
.stumfilm-poster__content {
  position: relative;
  padding: 15px 0;
  page-break-after: avoid;
}
.stumfilm-poster__title, .stumfilm-poster__text {
  color: #000;
}

.aside-menu {
  display: none;
}

.bar {
  display: none;
}

.popup {
  display: none;
}

.comments {
  display: none;
}

.link-list {
  display: none;
}

.framegrabber__item__textarea {
  border: none;
  padding: 0;
}

@media only screen and (min-width: 700px) and (max-width: 900px) {
  .facets__layer {
    overflow-y: scroll;
    max-height: 400px;
  }
  .facets__pager ul {
    max-width: 500px;
  }
  .facets__column {
    width: 43%;
  }
}
.fc-video-poster__play {
  display: none;
}

.cloud {
  text-align: center;
}
.cloud__footer {
  text-align: right;
}
.cloud__more {
  display: inline-block;
  height: 28px;
  line-height: 26px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff !important;
  text-decoration: none;
}
.cloud__more:focus {
  text-decoration: none;
}
.cloud__more:hover {
  text-decoration: none;
}
.cloud__more:after {
  font-family: "filmcentralen-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: '>';
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: -3px;
}
.cloud__item {
  display: inline-block;
  vertical-align: middle;
  color: #aaaaaa;
  padding: 3px 5px;
}
.cloud__item--0 {
  font-size: 1em;
}
.cloud__item--1 {
  font-size: 1.1em;
}
.cloud__item--2 {
  font-size: 1.2em;
}
.cloud__item--3 {
  font-size: 1.3em;
}
.cloud__item--4 {
  font-size: 1.4em;
}
.cloud__item--5 {
  font-size: 1.5em;
}
.cloud__item--6 {
  font-size: 1.6em;
}
.cloud__item--7 {
  font-size: 1.8em;
}
.cloud__item--8 {
  font-size: 2em;
}
.cloud__item--9 {
  font-size: 2.2em;
}
.cloud__item--10 {
  font-size: 2.4em;
}

.fc-poster-zoom {
  page-break-inside: avoid;
}
.fc-poster-zoom__picture:after {
  position: relative;
  background: none;
}
.fc-poster-zoom__content {
  position: relative;
  padding: 15px 0;
  page-break-after: avoid;
}
.fc-poster-zoom__title, .fc-poster-zoom__text {
  color: #000;
}

.fc-poster-zoom__play__icon {
  display: none;
}
