@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translateX(-50%) translateY(-6.25vh) rotate(4deg);
            transform: translateX(-50%) translateY(-6.25vh) rotate(4deg);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0) rotate(0deg);
            transform: translate3d(-50%, 0, 0) rotate(0deg);
  }
}
@keyframes slidein {
  0% {
    -webkit-transform: translateX(-50%) translateY(-6.25vh) rotate(4deg);
            transform: translateX(-50%) translateY(-6.25vh) rotate(4deg);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0) rotate(0deg);
            transform: translate3d(-50%, 0, 0) rotate(0deg);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideup {
  0% {
    -webkit-transform: translateX(-50%) translateY(6.25vh);
            transform: translateX(-50%) translateY(6.25vh);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@keyframes slideup {
  0% {
    -webkit-transform: translateX(-50%) translateY(6.25vh);
            transform: translateX(-50%) translateY(6.25vh);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
.block--frontpagehero {
  text-align: center;
}
.block--frontpagehero .field--name-body > h2 {
  font-size: calc(1.4125rem + 1.95vw);
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .block--frontpagehero .field--name-body > h2 {
    font-size: 2.875rem;
  }
}
@media (min-width: 1200px) {
  .block--frontpagehero .field--name-body > h2 {
    font-size: calc(1.5rem + 3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .block--frontpagehero .field--name-body > h2 {
    font-size: 3.75rem;
  }
}
.block--frontpagehero .field--name-body > p {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .block--frontpagehero .field--name-body > p {
    font-size: 1.5rem;
  }
}

.frontpage-content .block--type-basic {
  position: relative;
  padding: 3rem;
}
@media (min-width: 992px) {
  .frontpage-content .block--type-basic {
    width: 70%;
  }
}
.frontpage-content .block--type-basic:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .frontpage-content .block--type-basic:after {
    border-radius: 0.25em;
  }
}
@media (max-width: 991.98px) {
  .frontpage-content .block--type-basic:after {
    left: 0;
  }
}
.frontpage-content .block--type-basic .inner-wrapper {
  position: relative;
  z-index: 99 !important;
}
.frontpage-content .block--type-basic .field--name-body p {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .frontpage-content .block--type-basic .field--name-body p {
    font-size: 1.5rem;
  }
}
.frontpage-content .block--type-basic .field--name-field-link {
  margin-bottom: 1rem;
}
.frontpage-content .block--type-basic .field--name-field-link a {
  display: inline-flex;
  padding: 0.5rem 1rem;
  border: 1px solid #09455c;
  border-radius: 0.375rem;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
  font-size: calc(1.275rem + 0.3vw);
  background-color: #09455c;
  align-items: center;
}
@media (min-width: 1200px) {
  .frontpage-content .block--type-basic .field--name-field-link a {
    font-size: 1.5rem;
  }
}
.frontpage-content .block--type-basic .field--name-field-link a:after {
  content: "";
  margin-left: 4px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  background-image: url("/themes/custom/flyktning/build/assets/icons/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100%;
}
.frontpage-content .block--type-basic .field--name-field-link a:hover {
  background-color: #000;
}
@media (max-width: 575.98px) {
  .frontpage-content.frontpage-content--first .block--type-basic {
    width: 100vw;
    margin-left: -12px;
  }
}
@media (min-width: 768px) {
  .frontpage-content.frontpage-content--first .block--type-basic {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .frontpage-content.frontpage-content--first .block--type-basic .inner-wrapper {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .frontpage-content.frontpage-content--first .block--type-basic .field--name-body {
    text-shadow: 0 0 0.25em #b3ddd4;
  }
}
.frontpage-content.frontpage-content--first .block--frontflyktningersreise:after {
  background-color: #b2ddd4;
  left: 0;
}
@media (min-width: 992px) {
  .frontpage-content.frontpage-content--first .block--frontflyktningersreise:after {
    -webkit-transform: perspective(500px) rotateY(5deg) scale(1.1);
            transform: perspective(500px) rotateY(5deg) scale(1.1);
  }
}
.frontpage-content.frontpage-content--first .block--frontpsykososialoppfolging {
  text-align: right;
}
@media (min-width: 992px) {
  .frontpage-content.frontpage-content--first .block--frontpsykososialoppfolging {
    align-self: end;
  }
}
.frontpage-content.frontpage-content--first .block--frontpsykososialoppfolging .inner-wrapper {
  margin-left: auto;
}
.frontpage-content.frontpage-content--first .block--frontpsykososialoppfolging:after {
  background-color: #f8ecc3;
  right: 0;
}
@media (min-width: 992px) {
  .frontpage-content.frontpage-content--first .block--frontpsykososialoppfolging:after {
    -webkit-transform: perspective(500px) rotateY(-5deg) scale(1.1);
            transform: perspective(500px) rotateY(-5deg) scale(1.1);
  }
}
.frontpage-content.frontpage-content--second > .block--basic {
  background-color: #ffbf94;
}
@media (max-width: 575.98px) {
  .frontpage-content.frontpage-content--second > .block--basic {
    width: 100vw;
    margin-left: -12px;
  }
}
@media (min-width: 768px) {
  .frontpage-content.frontpage-content--second > .block--basic {
    margin: 1rem;
  }
}
@media (min-width: 992px) {
  .frontpage-content.frontpage-content--second > .block--basic {
    width: 40%;
  }
}
.frontpage-content.frontpage-content--second .block--frontkommunikasjon {
  text-align: right;
}

.illu-top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  position: absolute;
  top: -18%;
  left: 0;
  z-index: 9;
}
@media (min-width: 576px) {
  .illu-top {
    top: 10%;
  }
}
.illu-top .img {
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1rem;
  position: absolute;
  top: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 576px) {
  .illu-top .img {
    width: 100%;
  }
}
.illu-top img.planet {
  -webkit-transform: translateX(-50%) translateY(-6.25vh) rotate(4deg);
          transform: translateX(-50%) translateY(-6.25vh) rotate(4deg);
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.illu-top img:not(.planet) {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(6.25vh);
          transform: translateX(-50%) translateY(6.25vh);
  -webkit-animation: fade-in 1s, slideup 2s;
          animation: fade-in 1s, slideup 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/*# sourceMappingURL=page--frontpage.css.map*/