body {
  background-color: #f2f4f8;
  font-family: NewJune, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 800;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #466091;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-left: 19px;
  background-image: url('../images/list-dot.svg');
  background-position: 0% 6px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}

.nav-bar {
  background-color: #fff;
  box-shadow: 0 0 29px -4px rgba(51, 51, 51, 0.47);
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.body {
  background-color: #f2f4f8;
}

.logo-img {
  margin-top: 12px;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/HF_IMG4802.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tjenester-lenke-box {
  position: relative;
  width: 30vw;
  padding: 17px 24px 32px;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/gartner.svg');
  background-position: 90% 38px;
  background-size: 75px;
  background-repeat: no-repeat;
  box-shadow: 0 0 29px -4px rgba(51, 51, 51, 0.47);
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
}

.tjenester-lenke-box:hover {
  background-color: #f2f4f8;
}

.tjenester-lenke-box.iconhandverk {
  background-image: url('../images/handverk.svg');
  background-size: 58px;
}

.tjenester-lenke-box.iconvaktmester {
  background-image: url('../images/vaktmester.svg');
  background-size: 38px;
}

.tjenester-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.greenline {
  width: 60px;
  height: 5px;
  margin-bottom: 16px;
  background-color: #466091;
}

.greenline.white {
  background-color: #f2f4f8;
}

.btn-default {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #35476b;
  border-radius: 6px;
  background-color: #466091;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-default:hover {
  border-color: rgba(70, 96, 145, 0.5);
  background-color: #35476b;
  box-shadow: inset 0 0 0 1px rgba(70, 96, 145, 0.5);
  color: #f2f4f8;
}

.btn-default.whitebtn {
  border-color: #f2f4f8;
  background-color: #f2f4f8;
  color: #466091;
  font-weight: 700;
  letter-spacing: 0px;
}

.btn-default.whitebtn:hover {
  background-color: #fff;
  box-shadow: none;
}

.btn-default.leadform {
  margin-top: 24px;
}

.btn-default.form {
  margin-top: 16px;
}

.btn-default.marginbottom {
  margin-bottom: 16px;
}

.subheading-tjenester {
  display: inline-block;
  margin-bottom: 60px;
  font-size: 1.2em;
}

.h2-frontpage {
  display: inline-block;
  color: #1f2f4f;
  font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
}

.h2-frontpage.whiteh2 {
  color: #fff;
}

.hero-txt-div {
  max-width: 520px;
  margin-left: 24px;
  padding: 40px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 96.9%, 0.79);
}

.hero-tittle {
  margin-top: 0px;
  margin-bottom: 6px;
  color: #35476b;
  font-size: 2.2em;
  line-height: 1em;
  text-transform: uppercase;
}

.hero-txt-subtitle {
  font-size: 1.4em;
  line-height: 1.6em;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #466091;
  color: #f2f4f8;
  font-size: 0.8em;
}

.nav-link {
  border-right: 1px solid #f2f4f8;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #35476b;
  font-size: 15px;
  font-weight: 600;
}

.nav-link:hover {
  background-color: #f2f4f8;
  color: #466091;
}

.nav-link.w--current {
  margin-bottom: -4px;
  border-bottom: 4px solid #466091;
  color: #466091;
}

.nav-link.external {
  color: #000;
  font-weight: 600;
}

.footer-link {
  color: #fff;
}

.container {
  margin-top: 62px;
  padding: 32px;
  border-radius: 10px;
  background-color: #fff;
}

.container.green {
  margin-bottom: 64px;
  background-color: #466091;
  color: #fff;
}

.container.adresse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
  margin-top: 78px;
  margin-bottom: 181px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.bottom {
  margin-bottom: 62px;
}

.about-txt-home {
  max-width: 860px;
  padding-bottom: 30px;
}

.inside-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Hi_IMG5045.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inside-hero-section.handverk {
  background-image: url('../images/Hi_IMG5380.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.inside-hero-section.vaktmester-hero {
  background-image: url('../images/Hi_IMG4626.jpg');
  background-size: cover;
}

.inside-hero-section.kontakt {
  background-image: url('../images/Hi_IMG4540.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.inside-hero-section.kontakt.bestilling {
  background-image: url('../images/Hi_IMG4777-Edit.jpg');
}

.inside-hero-section.gartner4 {
  background-image: url('../images/gartner-planlegging-tegning2.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.inside-hero-section.gartner1 {
  background-image: url('../images/Hi_IMG4851.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.inside-hero-section.gartner2 {
  background-image: url('../images/Hi_IMG4765.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.inside-hero-section.gartner5 {
  background-image: url('../images/Hi_IMG4834.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.inside-hero-section.handverk1 {
  background-image: url('../images/Hi_IMG4578-Edit.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.inside-hero-section.handverk2 {
  background-image: url('../images/Hi_IMG4540.jpg');
  background-size: cover;
}

.inside-hero-section.handverk3 {
  background-image: url('../images/Hi_IMG4430.jpg');
  background-size: cover;
}

.inside-hero-section.handverk4 {
  background-image: url('../images/Hi_IMG5380.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.inside-hero-section.vaktmester1 {
  background-image: url('../images/trappevask.jpg');
  background-size: cover;
}

.inside-hero-section.vaktmester2 {
  background-image: url('../images/vestbo-9163.jpg');
  background-size: cover;
}

.inside-hero-section.vaktmester3 {
  background-image: url('../images/TB-snomaking.jpg');
  background-size: cover;
}

.inside-hero-section.vaktmester4 {
  background-image: url('../images/Hi_IMG5152.jpg');
  background-position: 50% 50%;
}

.inside-hero-section.gartner6 {
  background-position: 50% 0%;
}

.inside-hero-section.gartner7 {
  background-image: url('../images/Hi_IMG4782.jpg');
  background-position: 0% 0%;
}

.hero-container-tjenester {
  width: 100%;
  max-width: 940px;
  margin-bottom: -24px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 29px -4px rgba(51, 51, 51, 0.47);
}

.subheading-tjenestesider {
  margin-top: -6px;
  margin-bottom: 24px;
  font-size: 1.2em;
}

.h1-tjenesteside {
  margin-bottom: 0px;
}

.tjeneste-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 62px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.tjeneste-container.last {
  margin-bottom: 62px;
}

.tjeneste-img-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 340px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/gartner-planlegging-tegning2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tjeneste-img-div.gartner2 {
  background-image: url('../images/Hi_IMG4851.jpg');
  background-position: 50% 50%;
}

.tjeneste-img-div.gartner3 {
  background-image: url('../images/Hi_IMG4834.jpg');
}

.tjeneste-img-div.handverk1 {
  background-image: url('../images/Hi_IMG4578-Edit.jpg');
}

.tjeneste-img-div.handverk2 {
  background-image: url('../images/Hi_IMG4532-Edit.jpg');
}

.tjeneste-img-div.handverk3 {
  background-image: url('../images/Hi_IMG4430.jpg');
  background-position: 0% 50%;
}

.tjeneste-img-div.handverk4 {
  background-image: url('../images/Hi_IMG5327.jpg');
}

.tjeneste-img-div.vaktmester1 {
  background-image: url('../images/renhold.jpg');
}

.tjeneste-img-div.vaktmester2 {
  background-image: url('../images/tjenester-vakmester.jpg');
}

.tjeneste-img-div.vaktmester3 {
  background-image: url('../images/snomaking.jpg');
}

.tjeneste-img-div.vaktmester4 {
  background-image: url('../images/Hi_IMG5152.jpg');
}

.tjeneste-img-div.gartner2-1 {
  background-image: url('../images/Hi_IMG5045.jpg');
  background-position: 0% 50%;
}

.tjeneste-img-div.gartner2-2 {
  background-image: url('../images/Hi_IMG4765.jpg');
}

.tjeneste-img-div.gartner2-3 {
  background-image: url('../images/Hi_IMG4782.jpg');
  background-position: 50% 50%;
}

.tjeneste-txt-div {
  width: 50%;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.h2-tjenester {
  margin-bottom: -5px;
  color: #466091;
  line-height: 46px;
  font-weight: 600;
  text-transform: uppercase;
}

.heading {
  font-size: 1em;
  text-transform: uppercase;
}

.heading.inside {
  margin-top: 0px;
  margin-bottom: 0px;
}

.centered-link {
  display: block;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.centered-link:hover {
  color: #000;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  height: 100%;
  padding-top: 88px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.kontakt-wrapper {
  display: block;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background-color: #f2f4f8;
}

.form-field {
  height: 50px;
  border-style: none none solid;
  border-bottom-width: 3px;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  background-color: #f2f4f8;
}

.form-field:focus {
  border-bottom-color: #466091;
}

.p-lead-form {
  margin-bottom: 24px;
}

.close-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.text-block {
  color: #7c7c7c;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.handverk-into-div {
  display: inline-block;
  width: 49%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.handverk-liste {
  display: inline-block;
  width: 50%;
}

.handverk-liste._1-3 {
  width: 33%;
}

.handverk-liste._1-3.last {
  margin-bottom: 39px;
}

.tjeneste-intro-txt {
  margin-bottom: 40px;
}

.tjeneste-row-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -24px;
  margin-bottom: 24px;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.skjema-container {
  margin-top: 62px;
  margin-bottom: 62px;
  padding: 32px;
  background-color: #fff;
  color: #000;
}

.body-2 {
  font-weight: 400;
}

.skjema-felt {
  height: 50px;
  margin-bottom: 32px;
  padding-right: 40px;
  border-style: none none solid;
  border-bottom-width: 3px;
  border-bottom-color: #b4b4b4;
  background-color: transparent;
  -webkit-transition: background-color 350ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 350ms cubic-bezier(.215, .61, .355, 1);
  font-size: 1.3em;
  font-weight: 400;
}

.skjema-felt:focus {
  border-bottom-color: #466091;
  background-image: url('../images/user.svg');
  background-position: 100% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.skjema-felt.e-post:focus {
  background-image: url('../images/mail.svg');
  background-size: 40px;
}

.skjema-felt.tlf:focus {
  background-image: url('../images/phone.svg');
  background-size: 40px;
}

.skjema-felt.melding:focus {
  background-image: url('../images/note.svg');
  background-size: 40px;
}

.skjema-felt.home:focus {
  background-image: url('../images/np_house_3641688_000000.svg');
}

.h2-bestilling {
  margin-top: 0px;
}

.txt-instruks-bestilling {
  margin-bottom: 32px;
}

.scroll-to-top-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99;
  display: none;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  border-radius: 100%;
  background-color: #eee;
  box-shadow: 1px 2px 4px 1px #8b8a8a;
  text-align: center;
}

.scroll-to-top-img {
  width: 40px;
  height: 40px;
}

.ansatte-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin: 62px auto;
  padding-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.list-tittel {
  padding-left: 0px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  font-weight: 700;
  text-transform: uppercase;
}

.ansatt-div {
  display: inline-block;
  max-width: 300px;
  margin-bottom: 32px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.ansatt-detaljer {
  padding: 96px 16px 32px;
  background-color: #fff;
}

.ansatt-img-div {
  overflow: hidden;
  margin-bottom: -115px;
  padding: 24px;
}

.ansatt-img {
  border-radius: 100%;
}

.ansatt-tittel {
  margin-bottom: 16px;
  font-size: 0.9em;
  text-transform: uppercase;
}

.ansatt-navn {
  margin-bottom: 0px;
  font-size: 1.5em;
}

.ansatt-kontaktdetaljer {
  line-height: 28px;
}

.ansatt-kontaktdetaljer.adresse {
  line-height: 24px;
}

.logo-staaende-img {
  display: block;
  margin: 16px auto 20px;
  text-align: center;
}

.takk-body {
  background-color: #466091;
}

.takk-container {
  margin-top: 62px;
  color: #fff;
  text-align: center;
}

.takk-lenke {
  color: #fff;
}

.error-message {
  background-color: #c63f3f;
  color: #fff;
}

.personvern-container {
  position: relative;
  display: block;
  min-height: 100vh;
  margin-bottom: 30px;
  padding-top: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nyhetsbrev-txt {
  margin-bottom: 25px;
}

.heading-2 {
  display: inline-block;
}

.adresse-div {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 330px;
  height: auto;
  margin-top: 144px;
  padding: 24px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 29px -4px rgba(51, 51, 51, 0.47);
}

.rich-text-div ul {
  padding-left: 16px;
}

.list-item {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 14px;
  background-position: 0% 50%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}

.rich-text-block {
  font-weight: 400;
}

.vestbourl-purple {
  color: #466091;
}

.vestbourl-green {
  color: #24b9d5;
}

html.w-mod-js *[data-ix="modal-wrapper"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 14px;
  }

  .tjenester-lenke-box {
    background-image: none;
  }

  .tjenester-lenke-box.iconhandverk {
    background-image: none;
  }

  .tjenester-lenke-box.iconvaktmester {
    background-image: none;
  }

  .nav-link {
    padding-right: 14px;
    padding-left: 14px;
  }

  .inside-hero-section.gartner7 {
    background-position: 0% 100%;
  }

  .ansatte-section {
    max-width: 940px;
    margin-right: 24px;
    margin-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    height: 56px;
  }

  .tjenester-lenke-box {
    width: 90vw;
    margin-bottom: 24px;
  }

  .tjenester-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-txt-div {
    margin-right: 24px;
    padding: 24px;
  }

  .footer-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-link {
    border-bottom: 1px solid #e6e6e6;
  }

  .container.adresse {
    margin-bottom: 336px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inside-hero-section {
    height: 70vh;
  }

  .inside-hero-section.kontakt {
    padding-right: 16px;
    padding-left: 16px;
  }

  .inside-hero-section.gartner2 {
    background-position: 50% 50%;
  }

  .inside-hero-section.gartner7 {
    background-position: 0% 50%;
  }

  .tjeneste-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tjeneste-img-div {
    width: 100%;
  }

  .tjeneste-txt-div {
    width: 80%;
    margin-bottom: 24px;
  }

  .handverk-into-div {
    width: 100%;
  }

  .handverk-liste._1-3 {
    width: 80%;
  }

  .tjeneste-row-div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-menu {
    background-color: #fff;
  }

  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 62px;
    height: 100%;
    margin-right: 7px;
    padding: 0px;
    background-color: #f2f4f8;
    text-align: center;
  }

  .menu-button.w--open {
    background-color: #f2f4f8;
  }

  .ansatte-section {
    padding-top: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .personvern-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-2 {
    display: block;
  }

  .hamburger-line-top {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 32px;
    height: 4px;
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
    background-color: #333;
    text-align: center;
  }

  .hamburge-line-mid {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 32px;
    height: 4px;
    margin-top: 26px;
    margin-right: auto;
    margin-left: auto;
    background-color: #333;
  }

  .hamburger-line-bottom {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 32px;
    height: 4px;
    margin-top: 34px;
    margin-right: auto;
    margin-left: auto;
    background-color: #333;
  }

  .navbar-container {
    height: 100%;
  }

  .adresse-div {
    width: 80vw;
    margin-top: 19px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-position: 75% 50%;
  }

  .tjenester-lenke-box {
    width: 90vw;
    margin-bottom: 23px;
  }

  .tjenester-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-txt-div {
    width: 90%;
    margin-left: 5%;
  }

  .hero-tittle {
    font-size: 1.8em;
  }

  .hero-txt-subtitle {
    font-size: 1.3em;
    line-height: 1.5em;
  }

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

  .container.adresse {
    padding-top: 16px;
  }

  .inside-hero-section {
    padding-right: 8px;
    padding-left: 8px;
  }

  .inside-hero-section.vaktmester-hero {
    background-position: 50% 50%;
  }

  .inside-hero-section.gartner4 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .inside-hero-section.gartner1 {
    background-position: 50% 0%;
  }

  .inside-hero-section.gartner2 {
    background-position: 50% 50%;
  }

  .inside-hero-section.gartner5 {
    background-position: 50% 0%;
  }

  .inside-hero-section.gartner6 {
    background-position: 0% 50%;
  }

  .inside-hero-section.gartner7 {
    background-position: 14% 0%;
  }

  .tjeneste-img-div {
    height: 210px;
  }

  .tjeneste-txt-div {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .h2-tjenester {
    font-size: 29px;
  }

  .handverk-liste {
    width: 100%;
    margin-bottom: 0px;
  }

  .ansatt-img-div {
    padding-top: 74px;
  }

  .takk-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-2 {
    text-align: center;
  }
}

@font-face {
  font-family: 'NewJune';
  src: url('../fonts/italic_normal_normal.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'NewJune';
  src: url('../fonts/normal_normal_bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NewJune';
  src: url('../fonts/normal_normal_normal.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NewJune';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}