﻿.statsbidrag-hero__container .hero-block__container .hero-block__container__heading,
.statsbidrag-hero__container .hero-block__container p {
  line-height: normal;
  font-weight: 700;
  color: var(--ds-text-inverse);
  position: relative;
  text-shadow: 0.2rem 0.2rem 0 #2f040f, 0.2rem -0.2rem 0 #2f040f, -0.2rem 0.2rem 0 #2f040f, -0.2rem -0.2rem 0 #2f040f, 0.2rem 0px 0 #2f040f, 0px 0.2rem 0 #2f040f, -0.2rem 0px 0 #2f040f, 0px -0.2rem 0 #2f040f;
  font-family: merriweather;
  text-shadow: none;
  font-size: 2.2rem;
  letter-spacing: 0.15rem;
  line-height: normal;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}
.statsbidrag-hero__container .hero-block__image,
.statsbidrag-hero__container .hero-block__container__heading__image {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: none !important;
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100vw;
  width: auto;
  min-height: 100%;
  max-height: 25rem;
  transform: translateX(-50%);
}
.statsbidrag-hero__container .hero-block {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
  background-color: var(--ds-bg-default);
  min-height: 26rem;
}
.statsbidrag-hero__container .hero-block .hero-block__container {
  display: flex;
  justify-content: space-between;
  max-width: 116rem;
  width: inherit;
  margin: 0 auto;
  font-family: "Open Sans";
  font-weight: normal;
}
@media (max-width: 991.98px) {
  .statsbidrag-hero__container .hero-block {
    min-height: 20rem;
  }
}
