:root {
  --dark: #222;
  --blue: #0071e3;
  --grey-stroke: #f0f0f0;
  --light-grey: whitesmoke;
  --dark-blue: #032734;
  --white: white;
  --transparent: #fff0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--dark);
  padding-top: 130px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 49px;
  font-weight: 300;
  line-height: 49px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

p {
  max-width: 700px;
  margin-bottom: 30px;
}

a {
  color: var(--blue);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
}

li {
  margin-bottom: 5px;
}

.container {
  width: 100%;
  max-width: 1600px;
  padding-left: 100px;
  padding-right: 100px;
}

.container.svh {
  margin-bottom: 20vh;
  position: relative;
}

.container.footer-container {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.wide {
  padding-left: 15px;
  padding-right: 15px;
}

.container.small {
  max-width: 980px;
}

.header {
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.header.sub {
  border-bottom: 1px solid var(--grey-stroke);
}

.logo {
  flex: 1;
  max-width: 88px;
}

.logo-image.mob {
  display: none;
}

.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/infravent-forsidebilde.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100svh;
  min-height: 500px;
  display: flex;
  position: relative;
}

.hero-overlay {
  background-image: linear-gradient(#000000d9 8%, #0000 35% 65%, #000000d9);
  position: absolute;
  inset: 0%;
}

.hero-title {
  color: #fff;
  max-width: 450px;
}

.bold {
  font-weight: 700;
}

.main {
  min-height: 100svh;
  padding-top: 50px;
  padding-bottom: 50px;
}

.areas {
  padding-top: 70px;
  display: flex;
}

.area {
  border-left: 1px solid var(--grey-stroke);
  color: var(--dark);
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
}

.area:hover {
  background-color: var(--light-grey);
}

.number {
  color: var(--blue);
  font-size: 56px;
  line-height: 56px;
  display: block;
}

.intro-title {
  margin-bottom: 30px;
  font-size: 49px;
  font-weight: 300;
  line-height: 49px;
}

.contact-info {
  font-size: 14px;
  line-height: 19px;
}

.contact-person-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.size19 {
  font-size: 19px;
}

.team-content {
  text-align: left;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px 50px;
  overflow: hidden;
}

.team-content.row {
  align-items: center;
  max-width: 1200px;
}

.team-content.row.last {
  padding-top: 0;
}

.team {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.team-wrapper {
  background-color: var(--light-grey);
  text-align: center;
  border-radius: 25px;
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
}

.team-list {
  width: 100%;
  max-width: 1034px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.footer {
  background-color: var(--dark-blue);
  color: var(--white);
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-logo {
  margin-bottom: 70px;
}

.white {
  color: var(--white);
}

.footer-phone {
  background-image: url('../images/phone-call.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
}

.footer-email {
  background-image: url('../images/mail.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
}

.see-more {
  background-image: url('../images/arrow-see-more.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 74px;
  height: 40px;
  margin-bottom: 60px;
  position: relative;
}

.uu-nav {
  z-index: 100;
  background-color: var(--white);
  border-radius: 10px;
  padding: 10px 25px;
  text-decoration: none;
  position: absolute;
  inset: -100px auto auto 10px;
}

.uu-nav:focus-visible, .uu-nav[data-wf-focus-visible] {
  top: 10px;
}

.footer-column {
  flex: 1;
}

.footer-column.right {
  text-align: right;
  flex: 0 auto;
}

.footer-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 150px;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-nav-link {
  color: var(--white);
  line-height: 40px;
  text-decoration: none;
  display: block;
}

.footer-nav-link:hover {
  text-decoration: underline;
}

.nav {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.nav-list {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-link {
  border-bottom: 2px solid var(--transparent);
  color: var(--dark);
  margin-left: 40px;
  font-size: 17px;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.nav-link:hover, .nav-link.w--current, .nav-link.w--current:hover {
  border-bottom-color: var(--dark);
}

.nav-link.light {
  color: var(--white);
}

.nav-link.light:hover {
  border-bottom-color: var(--white);
}

.menu-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 40px;
  padding: 0;
  display: none;
}

.menu-b-line {
  background-color: var(--dark);
  width: 30px;
  height: 2px;
}

.menu-b-line.top.light, .menu-b-line.middle.light, .menu-b-line.bottom.light {
  background-color: var(--white);
}

.home {
  padding-top: 0;
}

.image {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  max-height: 60vh;
  margin-bottom: 60px;
}

.faq-title {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}

.faq-body-cont {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-wrapper {
  margin-bottom: 40px;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-arrow {
  background-image: url('../images/faq-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto 0% auto auto;
}

.faq-title-icon {
  opacity: .5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.25463rem;
  height: 6.49181rem;
  margin-top: -10px;
  margin-right: 8%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.faq-heading {
  max-width: 700px;
  padding-right: 30px;
  font-size: 21px;
}

.faq-answer {
  margin-bottom: 24px;
  font-weight: 400;
}

.main-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-2.grey {
  background-color: #efefef;
}

.faq-p {
  border-top: 1px solid #c7c7c7;
  width: 100%;
  display: block;
  overflow: hidden;
}

.faq {
  color: #000;
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.list-item {
  display: block;
}

.menu-button-light {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 40px;
  padding: 0;
  display: none;
}

.row {
  display: flex;
}

.column {
  flex: 1;
}

.column.contact {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.contact-image {
  border-radius: 10px;
  width: 200px;
  max-width: none;
}

.last {
  margin-bottom: 0;
}

.team-wrapper-2 {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 25px;
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 95px;
  }

  .container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container.wide {
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    max-width: 60px;
  }

  .areas {
    flex-flow: column;
  }

  .area {
    border-left-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .team-content.row {
    flex-flow: column;
    align-items: flex-start;
  }

  .team-content.row.last {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .team {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .nav-link.w--current {
    border-bottom-color: var(--dark);
  }

  .image {
    border-radius: 0;
  }

  .main-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .body {
    padding-top: 95px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 80px;
  }

  h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 22px;
  }

  p {
    font-size: 14px;
    line-height: 21px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.footer-container {
    flex-flow: column;
  }

  .logo {
    z-index: 10;
    max-width: 50px;
    position: relative;
  }

  .logo-image {
    display: none;
  }

  .logo-image.mob {
    display: inline-block;
  }

  .hero-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 33px;
    line-height: 36px;
  }

  .main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .areas {
    flex-flow: column;
    padding-top: 30px;
  }

  .number {
    font-size: 30px;
    line-height: 32px;
  }

  .intro-title {
    font-size: 33px;
    line-height: 36px;
  }

  .size19 {
    font-size: 16px;
  }

  .team-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer {
    text-align: center;
  }

  .footer-logo {
    margin-bottom: 30px;
  }

  .footer-phone, .footer-email {
    background-position: 50% 0;
    padding-top: 30px;
    padding-left: 0;
  }

  .see-more {
    width: 50px;
    height: 30px;
    margin-bottom: 30px;
  }

  .footer-column.right {
    text-align: center;
  }

  .footer-nav {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .nav-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #222222fc;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0%;
  }

  .nav-link {
    color: var(--white);
    margin-left: 0;
    font-size: 21px;
    font-weight: 700;
  }

  .nav-link.w--current {
    border-bottom-color: var(--white);
  }

  .menu-button {
    z-index: 10;
    display: flex;
    position: relative;
  }

  .faq-title {
    padding-top: 10px;
  }

  .faq-arrow {
    width: 20px;
    height: 20px;
  }

  .faq-title-icon {
    width: 4rem;
    height: 5rem;
    top: 41%;
  }

  .faq-heading {
    max-width: 440px;
  }

  .main-2 {
    padding-top: 0;
  }

  .faq-p {
    width: auto;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .faq {
    width: auto;
    font-size: 20px;
    line-height: 24px;
  }

  .menu-button-light {
    z-index: 10;
    display: flex;
    position: relative;
  }

  .team-wrapper-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .body {
    padding-top: 80px;
  }
}

@media screen and (max-width: 479px) {
  .contact-person-name {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-nav {
    grid-row-gap: 0px;
  }

  .faq-title-icon {
    display: none;
  }

  .faq-heading {
    max-width: 260px;
  }

  .faq {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .column.contact {
    flex-flow: column;
    align-items: flex-start;
  }
}


