.fullwidth-banner-intro {
  position: relative;
  display: block;
  position: relative;
  display: block;
  margin: 6rem 0 0 0;
}
.fullwidth-banner-intro.solid-grey {
  background-color: var(--bgOdd);
}
.fullwidth-banner-intro.alt {
  width: 100%;
  margin: 0 auto 2rem auto;
  overflow-x: clip;
  overflow-y: visible;
  border-radius: 2.4rem;
}
@media screen and (max-width: 550px) {
  .fullwidth-banner-intro.alt {
    border-radius: var(--borderRadius);
  }
}
.fullwidth-banner-intro.alt .fullwidth-banner-intro-wrap {
  align-items: center;
  max-width: none;
  max-height: 40rem;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  .fullwidth-banner-intro.alt .fullwidth-banner-intro-wrap {
    flex-direction: column;
    align-items: start;
    width: calc(100% - 8rem);
    padding: 4rem;
    max-height: none;
  }
}

.fullwidth-banner-intro-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 160rem;
  margin: auto;
  padding: 6rem;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  .fullwidth-banner-intro-wrap {
    flex-direction: column;
    width: 100%;
    padding: 6rem 0;
  }
}
@media screen and (max-width: 550px) {
  .fullwidth-banner-intro-wrap {
    flex-direction: column;
    width: 100%;
    padding: 4rem 0 6rem 0;
  }
}

.fullwidth-banner {
  position: relative;
  overflow: hidden;
}
.fullwidth-banner img {
  display: block;
  width: 100%;
  max-width: 90rem;
}
.fullwidth-banner img.img-shadow {
  mix-blend-mode: multiply;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .fullwidth-banner img {
    transform: scale(1.15);
  }
}
@media screen and (max-width: 990px) {
  .fullwidth-banner img {
    max-width: 64rem;
  }
}
@media screen and (max-width: 1330px) {
  .fullwidth-banner img.integrasjoner {
    transform: scale(1.2);
    transform-origin: left;
  }
}
@media screen and (max-width: 1200px) {
  .fullwidth-banner img.integrasjoner {
    transform: none;
  }
}
@media screen and (max-width: 990px) {
  .fullwidth-banner img.kurs {
    transform: none;
    top: auto;
  }
}
.fullwidth-banner.integrasjoner {
  margin-right: 10%;
  top: -1rem;
}
.fullwidth-banner.integrasjoner img {
  max-width: 50rem;
  transform: none;
}
.fullwidth-banner.api img {
  transform: scale(1.1);
}
.fullwidth-banner.kurs img {
  transform: scale(0.8);
  top: 2rem;
}
@media screen and (max-width: 1200px) {
  .fullwidth-banner {
    margin-right: auto;
  }
}
@media screen and (max-width: 990px) {
  .fullwidth-banner {
    margin: 3rem auto -3rem auto;
  }
}
@media screen and (max-width: 550px) {
  .fullwidth-banner {
    margin: 4rem auto -3rem auto;
  }
}

.banner-image-with-shadow {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
}
.banner-image-with-shadow img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  animation: fadeIn 1s ease normal forwards;
  z-index: 1;
}

.fullwidth-banner-picture {
  position: relative;
  display: block;
  width: calc(100% - var(--pagePaddingCalc));
  max-width: 115rem;
  padding: var(--pagePadding);
  margin: auto;
}
.fullwidth-banner-picture img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .main-title.jobb {
    max-width: none;
  }
}
