.template--fullheighthero .node-header {
  position: relative;
  height: 200vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.template--fullheighthero .header-image {
  position: sticky;
  top: 0;
  width: 100vw;
  height: 100vh;
}

@media (min-width: 768px) {
  .template--fullheighthero .header-image {
    height: 100vh;
  }
}

.template--fullheighthero .header-image picture {
  height: 100vh;
}

@media (min-width: 768px) {
  .template--fullheighthero .header-image picture {
    height: 100vh;
  }
}

.template--fullheighthero .header-image picture img {
  height: 140vh;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .template--fullheighthero .header-image picture img {
    height: 100vh;
  }
}

.template--fullheighthero.additional-height .node-header {
  height: 230vh;
}

@media (min-width: 768px) {
  .template--fullheighthero.additional-height .node-header {
    height: 300vh;
  }
}

.template--fullheighthero .field--name-node-title {
  position: absolute !important;
  top: 50vh;
  width: 95%;
}

@media (min-width: 768px) {
  .template--fullheighthero .field--name-node-title {
    width: 50vw;
  }
}

.template--fullheighthero .field--name-node-title h1 {
  background: #ff0;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  display: block;
  text-align: center;
  padding: 9px 28px;
  line-height: 36px;
}

@media (min-width: 992px) {
  .template--fullheighthero .field--name-node-title h1 {
    line-height: 46px;
  }
}

.template--fullheighthero .aksjon-node-title,
.template--fullheighthero .title-with-back-link {
  position: absolute !important;
  top: 50vh;
  width: 95%;
}

.template--fullheighthero .aksjon-node-title .field--name-node-title,
.template--fullheighthero .title-with-back-link .field--name-node-title {
  width: auto;
  top: 0;
  position: inherit !important;
  margin-top: 0;
}

.template--fullheighthero .node-header-description {
  position: absolute;
  top: 150vh;
  background-color: #fff;
  width: 95%;
  font-size: 24px;
  line-height: 32px;
  font-family: "Amnesty Trade Gothic Cn18", sans-serif;
  padding: 20px;
}

@media (min-width: 768px) {
  .template--fullheighthero .node-header-description {
    top: 150vh;
    font-size: 32px;
    line-height: 40px;
    padding: 40px;
  }
}

.template--fullheighthero .node-header-description .field--name-node-changed-date {
  font-family: "Amnesty Trade Gothic", sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .template--fullheighthero .node-header-description .field--name-node-changed-date {
    font-size: 16px;
    margin-top: 20px;
  }
}

.template--fullheighthero .node-header-description .field--name-node-changed-date div {
  font-weight: normal;
}

@media (min-width: 768px) {
  .template--fullheighthero .node-header-description {
    width: 50vw;
    font-size: 2rem;
  }
}

.template--fullheighthero .fullheight__bottom {
  position: absolute;
  bottom: 0;
}

.template--fullheighthero .wrap-tekst-med-bilder + .wrap-multiple-fullwidth-image-with-fa {
  margin-top: 0;
}

.template--fullheighthero .factbox__title {
  background: #000;
  color: #fff;
  left: 20px;
  font-size: 21px;
}

@media (min-width: 768px) {
  .template--fullheighthero .factbox__title {
    left: 40px;
    font-size: 24px;
  }
}

.template--fullheighthero .factbox__content {
  padding: 30px 20px 20px;
}

.template--fullheighthero .factbox__content p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 16px;
}

.template--fullheighthero .factbox__content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .template--fullheighthero .factbox__content p {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .template--fullheighthero .factbox__content {
    padding: 40px;
  }
}

.template--fullheighthero .node-content .paragraph {
  margin-bottom: 3.75rem;
}

.template--fullheighthero .node-content .paragraph.paragraph--type--background-image-with-factbox,
.template--fullheighthero .node-content .paragraph.paragraph--type--video-full {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .template--more-animations {
    margin-top: -60px;
  }
}

.template--more-animations .title-with-back-link#typing-wrapper {
  position: fixed;
  bottom: 100px;
  z-index: 1;
  max-width: 1200px;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}

.template--more-animations .title-with-back-link#typing-wrapper.hidden {
  visibility: hidden;
  bottom: 0;
  display: block;
}

.template--more-animations #typing-text {
  display: inline;
  background: #ff0;
  color: #000;
  font-family: Amnesty Trade Gothic Cn18, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 10px;
  font-size: 40px;
}

@media (min-width: 768px) {
  .template--more-animations #typing-text {
    font-size: 75px;
    line-height: 87px;
  }
}

.template--more-animations #source-text {
  display: none;
}

.template--more-animations div.header-image {
  overflow: hidden;
  position: relative;
  height: 100vh;
}

@media (max-width: 767.98px) {
  .template--more-animations div.header-image {
    height: 90vh;
  }
}

.template--more-animations div.header-image img {
  width: 150%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
  max-width: unset;
}

.template--more-animations .field--name-field-reading-time {
  position: absolute;
  right: 0;
  bottom: 20px;
  background-color: #e5e5e5;
  font-size: 28px;
  font-weight: 700;
  font-family: "Amnesty Trade Gothic BdCn20";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  background-image: url("/themes/custom/amnesty/images/../images/icons/read_time.png");
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 22px;
  padding-left: 42px;
}

@media (min-width: 768px) {
  .template--more-animations .field--name-field-reading-time {
    margin-right: calc(-50vw + 600px);
  }
}

.template--more-animations .field--name-field-reading-time label {
  display: none;
}

@media (min-width: 768px) {
  .template--more-animations .field--name-field-reading-time label {
    padding-right: 5px;
    margin-bottom: 0;
    display: block;
  }
}

.template--more-animations .field--name-field-reading-time .field__item {
  padding-right: 0;
}

.template--more-animations .ingress {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  width: 100%;
  max-width: unset;
  font-family: "Amnesty Trade Gothic";
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .template--more-animations .ingress {
    font-size: 48px;
    line-height: 55px;
  }
}

.template--more-animations .paragraph--type-tekst-med-bilder {
  font-size: 22px;
}

@media (min-width: 768px) {
  .template--more-animations .paragraph--type-tekst-med-bilder {
    font-size: 28px;
  }
}

.template--more-animations .paragraph--type-tekst-med-bilder h2 {
  font-size: 40px;
}

@media (min-width: 768px) {
  .template--more-animations .paragraph--type-tekst-med-bilder h2 {
    font-size: 86px;
  }
}

.template--more-animations .paragraph--type-tekst-med-bilder h3 {
  font-size: 36px;
}

@media (min-width: 768px) {
  .template--more-animations .paragraph--type-tekst-med-bilder h3 {
    font-size: 58px;
  }
}

.template--more-animations .paragraph--type-tekst-med-bilder h4 {
  font-size: 28px;
}

@media (min-width: 768px) {
  .template--more-animations .paragraph--type-tekst-med-bilder h4 {
    font-size: 48px;
  }
}

.template--more-animations .paragraph--type-tekst-med-bilder figure > div {
  margin-left: 0;
  max-width: 700px;
}

@media (min-width: 768px) {
  .template--more-animations .paragraph--type-tekst-med-bilder figcaption {
    margin-left: -300px;
  }
}

.template--more-animations .paragraph--type-tekst-med-bilder .col-12 {
  float: right;
}

.template--more-animations *::-moz-selection {
  background: black;
  color: #ff0;
}

.template--more-animations *::selection {
  background: black;
  color: #ff0;
}

#scroll-indicator {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 5px;
  z-index: 1;
}

.node-id-86 .tool-box {
  -webkit-columns: 3 300px;
  -moz-columns: 3 300px;
  columns: 3 300px;
}

.node-id-86 .tool-box .wrap-transport-module-list {
  display: block;
  margin: 0;
  width: unset;
}

.node-id-86 .tool-box .wrap-transport-module-list:first-child .paragraph--type--transport-module-list {
  margin-top: 0;
}

.node-id-86 .tool-box .paragraph--type--transport-module-list {
  margin-top: 20px;
}

.node-id-86 .tool-box .paragraph--type-tekst-med-bilder .col-12.col-lg-7 {
  max-width: unset;
}

.node-id-86 .tool-box .yellow-button a {
  text-decoration: none;
}

.node-id-86 .tool-box .yellow-button a:hover {
  text-decoration: underline;
}