@-webkit-keyframes fade-in-hero {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in-hero {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.node--articles--full .field--image picture {
  display: flex;
}
.node--articles--full .field--image img {
  width: 100%;
  border-radius: 0.5rem;
}
.node--articles--full .field--name-field-intro {
  color: #0A2540;
  font-size: calc(1.25001rem + 0.00012vw);
}
@media (min-width: 1200px) {
  .node--articles--full .field--name-field-intro {
    font-size: 1.2501rem;
  }
}
.node--articles--full .field--name-created {
  display: flex;
  align-items: center;
}
.node--articles--full .field--name-created:before {
  background-image: url("/themes/custom/nordnorsk/build/assets/icons/icon-calendar.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 14px;
  margin-right: 0.25rem;
  content: "";
}
.node--articles--full .field--read-time {
  display: flex;
  align-items: center;
}
.node--articles--full .field--read-time:before {
  background-image: url("/themes/custom/nordnorsk/build/assets/icons/icon-time.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 14px;
  margin-right: 0.25rem;
  content: "";
}
.node--articles--teaser {
  height: 100%;
}
.node--articles--teaser .field--name-title a {
  color: #318FD1;
}
.node--articles--teaser .field--name-title a:hover {
  color: #2772a7;
}
.node--articles--teaser .field--name-body {
  margin-bottom: auto;
}
@media (max-width: 1199.98px) {
  .node--articles--teaser .field--name-body {
    margin-bottom: 1rem;
  }
}
.node--articles--horizontal-teaser {
  height: 100%;
}
.node--articles--horizontal-teaser .field--name-title a {
  color: #318FD1;
}
.node--articles--horizontal-teaser .field--name-title a:hover {
  color: #2772a7;
}
.node--articles--horizontal-teaser .field--name-field-image {
  height: 100%;
}
.node--articles--horizontal-teaser .field--name-field-image a {
  display: flex;
  width: 100%;
  height: 100%;
}
.node--articles--horizontal-teaser .field--name-field-image picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.node--articles--horizontal-teaser .field--name-field-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.node--articles--horizontal-teaser .field--name-body {
  margin-bottom: auto;
}
@media (max-width: 1199.98px) {
  .node--articles--horizontal-teaser .field--name-body {
    margin-bottom: 1rem;
  }
}
.node--articles--card {
  height: 100%;
}
.node--articles--card .field--name-title a {
  color: #318FD1;
}
.node--articles--card .field--name-title a:hover {
  color: #2772a7;
}
@media (max-width: 1199.98px) {
  .node--articles--card .field--name-title {
    margin-bottom: 1rem;
  }
}
.node--articles--card .field--name-field-image {
  height: 100%;
}
.node--articles--card .field--name-field-image a {
  display: flex;
  width: 100%;
  height: 100%;
}
.node--articles--card .field--name-field-image picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.node--articles--card .field--name-field-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.node--stories--full h1, .node--stories--full h2, .node--stories--full h3, .node--stories--full h4, .node--stories--full h5, .node--stories--full h6 {
  font-family: "Inter", sans-serif;
}
.node--stories--full .node--hero {
  display: flex;
  justify-content: flex-end;
  background-color: #000;
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
}
.node--stories--full .node--hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 9;
}
@media (min-width: 992px) {
  .node--stories--full .node--hero-content {
    max-width: 70%;
    margin-right: auto;
  }
}
.node--stories--full .node--hero-content h1 {
  font-size: calc(1.825rem + 6.9vw);
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-animation: fade-in-hero 1s ease-out 0.5s 1 forwards;
          animation: fade-in-hero 1s ease-out 0.5s 1 forwards;
}
@media (min-width: 1200px) {
  .node--stories--full .node--hero-content h1 {
    font-size: 7rem;
  }
}
.node--stories--full .node--hero-content .field--name-field-intro {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-animation: fade-in-hero 1s ease-out 0.7s 1 forwards;
          animation: fade-in-hero 1s ease-out 0.7s 1 forwards;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .node--stories--full .node--hero-content .field--name-field-intro {
    font-size: 2rem;
  }
}
.node--stories--full .node--hero .field--name-field-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.node--stories--full .node--hero .field--name-field-image .media {
  height: 100%;
}
.node--stories--full .node--hero .field--name-field-image .field--name-field-media-image {
  height: 100%;
}
.node--stories--full .node--hero .field--name-field-image .field--name-field-media-image > div {
  height: 100%;
}
.node--stories--full .node--hero .field--name-field-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.75;
}
.node--stories--full .node--content {
  position: relative;
}
.node--stories--full .node--content > div.field--name-field-image {
  position: absolute;
  z-index: 0;
}
.node--stories--full .node--content > div.field--name-field-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.75;
}
.node--stories--full .node--content > div.field--name-field-intro {
  font-size: calc(1.325rem + 0.9vw);
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .node--stories--full .node--content > div.field--name-field-intro {
    font-size: 2rem;
  }
}
.node--stories--teaser {
  cursor: pointer;
}
.node--stories--teaser .field--name-title h1 {
  margin: 0;
}
.node--stories--teaser .field--name-field-image:before {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  z-index: 9;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
}
.node--stories--teaser .field--name-field-image picture {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.node--stories--teaser .field--name-field-image img {
  width: 100%;
  height: 100%;
  transition: all 0.25s linear;
}
.node--stories--teaser .card-body {
  transition: all 0.1s linear;
  z-index: 9;
}
.node--stories--teaser:hover {
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.4);
}
.node--stories--teaser:hover .card-body {
  padding-bottom: 1.25rem;
}
.node--stories--teaser:hover .field--name-field-image img {
  -webkit-filter: brightness(0.5) saturate(1.5);
          filter: brightness(0.5) saturate(1.5);
}
.node--people--teaser .field--name-field-image picture {
  display: flex;
  width: 100%;
}
.node--people--teaser .field--name-field-image img {
  width: 100%;
}
.node--read-more {
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.node--read-more:after {
  background-image: url("/themes/custom/nordnorsk/build/assets/icons/icon-arrow-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-left: 0.25rem;
  content: "";
  transition: all 0.2s ease-in-out;
}
.node--read-more:before {
  background-image: url("/themes/custom/nordnorsk/build/assets/icons/icon-caret-orange-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
  margin-left: -6px;
  content: "";
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.node--read-more:hover {
  padding-left: 0.5rem;
}
.node--read-more:hover:before {
  opacity: 1;
  margin-right: 0.25rem;
}
.node--read-more:hover:after {
  opacity: 0;
  margin-left: 0;
}
.node--events--teaser .col__date {
  max-width: 100px;
}
.node--events--teaser .col__date.long-date .date-wrapper {
  padding: 2rem 0.5rem;
}
.node--events--teaser .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-180deg, #e6e9f4, #f5f6fb);
  border-radius: 50rem;
  padding: 1rem 0.5rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.node--events--teaser .date-wrapper a {
  color: #1A1A1A;
  position: relative;
  z-index: 9;
}
.node--events--teaser .date-wrapper:after {
  border-radius: 50rem;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-180deg, #f5f6fb, #e6e9f4);
  transition: opacity 0.4s linear;
  position: absolute;
  opacity: 0;
}
.node--events--teaser .time-wrapper {
  font-size: 0.875rem;
  color: #005379;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.node--events--teaser .field--name-title a {
  color: #318FD1;
}
.node--events--teaser .field--name-title a:hover {
  color: #2772a7;
}
.node--events--teaser:hover .date-wrapper:after {
  opacity: 1;
}
.node--events--full .col__date {
  max-width: 100px;
}
.node--events--full .col__date.long-date .date-wrapper {
  padding: 2rem 0.5rem;
}
.node--events--full .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-180deg, #e6e9f4, #f5f6fb);
  border-radius: 50rem;
  padding: 1rem 0.5rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.node--events--full .date-wrapper a {
  color: #1A1A1A;
  position: relative;
  z-index: 9;
}
.node--events--full .date-wrapper:after {
  border-radius: 50rem;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-180deg, #f5f6fb, #e6e9f4);
  transition: opacity 0.4s linear;
  position: absolute;
  opacity: 0;
}
.node--events--full .field--image picture {
  display: flex;
}
.node--events--full .field--image img {
  width: 100%;
  border-radius: 0.5rem;
}
.node--planetarium-events--teaser .col__date {
  max-width: 125px;
}
.node--planetarium-events--teaser .time-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-180deg, #e6e9f4, #f5f6fb);
  border-radius: 50rem;
  padding: 0.25rem 0.5rem;
  text-align: center;
  position: relative;
  color: #1A1A1A;
}
.node--planetarium-events--teaser .time-wrapper a > time {
  position: relative;
  z-index: 9;
}
.node--planetarium-events--teaser .time-wrapper a:before {
  border-radius: 50rem;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-180deg, #f5f6fb, #e6e9f4);
  transition: opacity 0.4s linear;
  position: absolute;
  opacity: 0;
}
.node--planetarium-events--teaser .field--name-title a {
  color: #318FD1;
}
.node--planetarium-events--teaser .field--name-title a:hover {
  color: #2772a7;
}
.node--planetarium-events--teaser .field--name-field-intro {
  color: #8A8C93;
}
.node--planetarium-events--teaser:hover .time-wrapper a:before {
  opacity: 1;
}
.node--planetarium-events--full .time-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-180deg, #e6e9f4, #f5f6fb);
  border-radius: 50rem;
  padding: 0.25rem 1.5rem;
  text-align: center;
  position: relative;
  color: #1A1A1A;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.node--planetarium-events--full .field--image picture {
  display: flex;
}
.node--planetarium-events--full .field--image img {
  width: 100%;
  border-radius: 0.5rem;
}
.node--page--full .field--image picture {
  display: flex;
}
.node--page--full .field--image img {
  width: 100%;
  border-radius: 0.5rem;
}
.node--page--full .field--name-field-intro {
  color: #0A2540;
  font-size: calc(1.25001rem + 0.00012vw);
}
@media (min-width: 1200px) {
  .node--page--full .field--name-field-intro {
    font-size: 1.2501rem;
  }
}
.node--messages .field--name-body {
  margin-top: 0.25rem;
  margin-left: 0.5rem;
  flex: 1;
}
@media (max-width: 991.98px) {
  .node--messages .field--name-body {
    margin-top: 3rem;
  }
}
.node--messages .field--name-body p {
  margin: 0;
}
.node--messages .icon--alert {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  -webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 991.98px) {
  .node--messages .icon--alert {
    position: absolute;
  }
}
.node--messages .icon--alert-warning {
  background-image: url("/themes/custom/nordnorsk/build/assets/icons/icon-warning.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.node--messages .icon--alert-danger {
  background-image: url("/themes/custom/nordnorsk/build/assets/icons/icon-danger.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.node--messages .icon--alert-success {
  background-image: url("/themes/custom/nordnorsk/build/assets/icons/icon-success.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.node--messages .alert-danger a {
  color: #c50c0c;
}
.node--messages .alert-success a {
  color: #006d25;
}
.node--messages .btn-close {
  max-width: 21px;
  max-height: 21px;
  padding: 3px;
  display: inline-flex;
  background-size: 11px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 1;
  margin-top: 0.25rem;
}
@media (max-width: 991.98px) {
  .node--messages .btn-close {
    background-color: transparent;
  }
}
.node--full .field--name-body a:hover {
  text-decoration: underline;
}
.node--search-index {
  border-bottom: solid 1px #dee2e6;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.node--search-index .field--name-title a {
  color: #318FD1;
}
.node--search-index .field--name-title a:hover {
  color: #2772a7;
}
.node--search-index .field--name-created {
  display: flex;
  align-items: center;
}
.node--search-index .field--name-created:before {
  background-image: url("/themes/custom/nordnorsk/build/assets/icons/icon-calendar.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 14px;
  margin-right: 0.25rem;
  content: "";
}
.node--search-index .field--read-time {
  display: flex;
  align-items: center;
}
.node--search-index .field--read-time:before {
  background-image: url("/themes/custom/nordnorsk/build/assets/icons/icon-time.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 14px;
  margin-right: 0.25rem;
  content: "";
}
