:root {
  --white: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.navbar {
  background-color: #dcdcdc;
  flex-direction: column;
  align-items: flex-end;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0);
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-eiendom, .navbar-entreprenr {
  color: #000;
  font-family: var(--font-exo), sans-serif;
  font-size: 15px;
}

.navbar-entreprenr.w--current {
  font-size: 15px;
}

.navbar-prosjekter {
  color: #000;
  font-family: var(--font-exo), sans-serif;
  font-size: 15px;
}

.navbar-kontaktoss {
  color: #000;
  text-align: left;
  font-family: var(--font-exo), sans-serif;
  font-size: 15px;
}

.header-home {
  background-image: linear-gradient(#fff0, #b3afaf), url('../images/907_353722095.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.header-slagord {
  color: #000;
  text-align: center;
  width: 40%;
  margin-top: 40px;
  font-family: var(--font-exo), sans-serif;
}

.header-scroll {
  z-index: 1;
  margin-top: 30px;
  position: relative;
}

.home-section1 {
  height: auto;
  min-height: 150vh;
}

.home-section1-innledning {
  z-index: 1;
  background-color: #dcdcdc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  display: flex;
  position: relative;
  box-shadow: 0 0 100px 90px #dcdcdc;
}

.home-section1-innledning-p {
  color: #000;
  text-align: left;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--font-exo), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.home-section1-part2 {
  background-image: linear-gradient(#dcdcdc69, #dcdcdc69), url('../images/skog-take-c.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  min-height: 100vh;
}

.home-section1-part2-prosjekter {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.home-section1-part1 {
  z-index: 1;
  background-color: #b3afaf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 40vh;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 0 100px 90px #b3afaf;
}

.home-section1-prosjekter {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  min-height: 40vh;
  display: flex;
  position: relative;
}

.home-section1-prosjekter-bilde {
  float: left;
  background-color: #667666;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: auto;
  min-height: 40vh;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: static;
}

.home-section1-prosjekter-tekst {
  float: left;
  background-color: #667666;
  border-radius: 5px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 55vh;
  padding: 0;
  display: block;
}

.heading-3 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: var(--font-exo), sans-serif;
}

.paragraph-3 {
  color: #fff;
  margin-top: 15px;
  font-family: var(--font-exo), sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.home-section2-inner-button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 5px;
  width: 14em;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: var(--font-exo), sans-serif;
}

.home-section2-inner-button:hover {
  border-color: #f15c48;
}

.div-block-27 {
  border: 2px #172b4b;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 25px 0 25px 25px;
  display: flex;
  position: static;
  top: 50%;
}

.home-section1-part2-eiendomlogo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 60vh;
  display: flex;
}

.home-section1-part2-logo {
  margin-bottom: 0;
  padding-bottom: 0;
}

.home-section2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50vh;
  padding-bottom: 0;
  display: none;
}

.home-section2-inner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.home-section2-inner-left {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  display: flex;
}

.home-section2-inner-right {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.home-section2-inner-left-green {
  background-color: #667666;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: auto;
  min-height: 35vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.home-section2-inner-heading {
  color: #fff;
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-exo), sans-serif;
  font-size: 35px;
}

.home-section2-inner-p {
  color: #fff;
  width: 80%;
  margin-top: 10px;
  font-family: var(--font-exo), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.button-copy {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 5px;
  width: 14em;
  margin: 30px auto 10px;
  display: block;
}

.button-copy:hover {
  border-color: #f15c48;
}

.home-section2-inner-visoker-button {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 5px;
  width: 14em;
  margin: 30px auto 10px;
  display: block;
}

.home-section2-inner-visoker-button:hover {
  border-color: #f15c48;
}

.home-section3 {
  background-image: url('../images/907_493986080.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.home-section4 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 50vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 13px #999;
}

.home-section4-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.home-section4-inner-left {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  display: flex;
}

.home-section4-inner-right {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  height: 100%;
  display: flex;
}

.home-section4-right-green {
  background-color: #667666;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: auto;
  min-height: 35vh;
  padding: 20px 5px;
  display: flex;
}

.home-section4-inner-heading {
  color: #fff;
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-exo), sans-serif;
  font-size: 35px;
}

.home-section4-inner-p {
  color: #fff;
  width: 80%;
  margin-top: 10px;
  font-family: var(--font-exo), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.home-section4-inner-button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 5px;
  width: 14em;
  margin-top: 15px;
  margin-bottom: 10px;
}

.home-section4-inner-button:hover {
  border-color: #f15c48;
}

.footer-bottom {
  clear: both;
  justify-content: center;
  align-items: center;
  height: 30%;
  display: none;
}

.footer-top-right {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 80%;
  display: flex;
}

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

.div-block-38 {
  z-index: 10;
  cursor: default;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.footer-kontaktinfo {
  color: #fff;
  text-align: center;
  font-family: var(--font-exo), sans-serif;
  line-height: 30px;
}

.div-block-39 {
  z-index: 10;
  background-color: #0000;
  border-top: 1px solid #fff;
  width: 100%;
  max-width: 1200px;
  height: 20%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-firmainfo {
  color: #fff;
  text-align: center;
  font-family: var(--font-exo), sans-serif;
}

.footer {
  z-index: 1;
  background-color: #172b4b;
  height: 30em;
  margin-top: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-top-left {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 80%;
  display: flex;
}

.link-block-3 {
  margin-left: 15px;
  margin-right: 15px;
}

.footer-sosialemedier {
  margin-top: 10px;
}

.footer-top-middle {
  float: left;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 80%;
  display: flex;
}

.footer-bottom-left {
  float: left;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.body {
  padding-bottom: 30em;
}

.footer-linker {
  color: #fff;
  text-align: center;
  font-family: var(--font-exo), sans-serif;
  line-height: 30px;
}

.footer-byggmestermerke {
  margin-right: 20px;
}

.footer-bottom-right {
  float: left;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.link, .link-2, .link-3 {
  color: #fff;
  text-decoration: none;
}

.div-block-117 {
  height: 0;
}

.header-eiendom {
  width: 100%;
  height: 100vh;
}

.header-eiendom-bilde {
  float: left;
  background-image: linear-gradient(#1b2a4d73, #1b2a4d73), url('../images/Vesteråsveien_Novium_B2_Terrasse_04_Crop2.webp');
  background-position: 0 0, -6px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 60%;
  height: 100%;
}

.header-eiendom-info {
  float: left;
  background-color: #1b2a4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.header-eiendom-p {
  color: #fff;
  text-align: center;
  width: 90%;
  margin-top: 20px;
  font-family: var(--font-exo), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.header-eiendom-inner {
  border-top: 2px solid #667666;
  border-bottom: 2px solid #667666;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.eiendom-section1 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 70vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.eiendom-section1-innder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.eiendom-section1-inner-left {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: auto;
  min-height: 90%;
  display: flex;
}

.eiendom-section1-inner-right {
  float: left;
  background-image: url('../images/Midtoddveien-5B-1920.webp');
  background-position: 50%;
  background-size: cover;
  width: 40%;
  height: 45em;
}

.eiendom-section1-inner-left-p {
  color: #000;
  width: 90%;
  font-family: var(--font-exo), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.eiendom-section2 {
  background-image: url('../images/gjerdrum-utsikt.JPG');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: 40vh;
}

.eiendom-section3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.eiendom-section3-inner-formfield2 {
  float: left;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #f15c48;
  width: 48%;
  font-family: var(--font-exo), sans-serif;
}

.eiendom-section3-inner-formfield2:focus {
  border-top: 2px solid #f15c48;
  border-left: 2px solid #f15c48;
  border-right: 2px solid #f15c48;
}

.eiendom-section3-inner-formfield1 {
  color: #000;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #f15c48;
  font-family: var(--font-exo), sans-serif;
}

.eiendom-section3-inner-formfield1:active {
  border-style: none none solid;
  border-color: #f15c48;
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
}

.eiendom-section3-inner-formfield1:focus {
  border-top: 2px solid #f15c48;
  border-left: 2px solid #f15c48;
  border-right: 2px solid #f15c48;
}

.eiendom-section3-inner-left {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.eiendom-section3-inner-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-exo), sans-serif;
}

.eiendom-section3-inner-p {
  text-align: center;
  width: 70%;
  margin-top: 20px;
  font-family: var(--font-exo), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.eiendom-section3-inner-form-button {
  clear: left;
  color: #000;
  background-color: #0000;
  border: 2px solid #f15c48;
  border-radius: 5px;
  width: 10em;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.eiendom-section3-inner {
  width: 70%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.eiendom-section3-inner-formfield4 {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #f15c48;
}

.eiendom-section3-inner-formfield4:focus {
  border-top: 2px solid #f15c48;
  border-left: 2px solid #f15c48;
  border-right: 2px solid #f15c48;
}

.eiendom-section3-inner-formfield3 {
  float: right;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #f15c48;
  width: 48%;
}

.eiendom-section3-inner-formfield3:focus {
  border-top: 2px solid #f15c48;
  border-left: 2px solid #f15c48;
  border-right: 2px solid #f15c48;
}

.eiendom-section3-inner-right {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.eiendom-section3-inner-form {
  font-family: var(--font-exo), sans-serif;
}

.body-2 {
  padding-bottom: 30em;
}

.header-entreprenor {
  width: 100%;
  height: 100vh;
}

.header-entreprenor-bilde {
  float: left;
  background-image: linear-gradient(#1b2a4d73, #1b2a4d73), url('../images/byggeplass.jpg');
  background-position: 0 0, -6px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 60%;
  height: 100%;
}

.header-entreprenor-info {
  float: left;
  background-color: #1b2a4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.header-entreprenor-inner {
  border-top: 2px solid #667666;
  border-bottom: 2px solid #667666;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.header-entreprenor-p {
  color: #fff;
  text-align: center;
  width: 95%;
  margin-top: 20px;
  font-family: var(--font-exo), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.entreprenor-section1 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.entreprenor-section1-inner {
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 95%;
  display: flex;
}

.entreprenor-section1-inner-left {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  display: flex;
}

.entreprenor-section1-inner-left-p {
  color: #000;
  width: 90%;
  font-family: var(--font-exo), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.entreprenor-section1-inner-right {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.entreprenor-section2 {
  background-image: url('../images/gjerdrum-utsikt.JPG');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: 40vh;
}

.entreprenor-section3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.entreprenor-section3-inner-left {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  font-family: var(--font-exo), sans-serif;
  display: flex;
}

.entreprenor-section3-inner-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-exo), sans-serif;
}

.entreprenor-section3-inner-p {
  text-align: center;
  width: 70%;
  margin-top: 20px;
  font-family: var(--font-exo), sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.entreprenor-section3-inner-right {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.entreprenor-section3-inner-form {
  font-family: var(--font-exo), sans-serif;
}

.entreprenor-section3-inner-formfield1 {
  color: #000;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #f15c48;
}

.entreprenor-section3-inner-formfield1:active {
  border-style: none none solid;
  border-color: #f15c48;
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
}

.entreprenor-section3-inner-formfield1:focus {
  border-top: 2px solid #f15c48;
  border-left: 2px solid #f15c48;
  border-right: 2px solid #f15c48;
}

.entreprenor-section3-inner-formfield2 {
  float: left;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #f15c48;
  width: 48%;
}

.entreprenor-section3-inner-formfield2:active {
  border-top: 3px solid #f15c48;
  border-left: 3px solid #f15c48;
  border-right: 2px solid #f15c48;
}

.entreprenor-section3-inner-formfield2:focus {
  border-top: 2px solid #f15c48;
  border-left: 2px solid #f15c48;
  border-right: 2px solid #f15c48;
}

.entreprenor-section3-inner-formfield3 {
  float: right;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #f15c48;
  width: 48%;
}

.entreprenor-section3-inner-formfield3:focus {
  border-style: solid;
  border-top-width: 2px;
  border-top-color: #f15c48;
  border-left-width: 2px;
  border-left-color: #f15c48;
  border-right-width: 2px;
  border-right-color: #f15c48;
}

.entreprenor-section3-inner-formfield4 {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #f15c48;
}

.entreprenor-section3-inner-formfield4:focus {
  border-style: solid;
  border-top-width: 2px;
  border-top-color: #f15c48;
  border-left-width: 2px;
  border-left-color: #f15c48;
  border-right-width: 2px;
  border-right-color: #f15c48;
}

.entreprenor-section3-inner-form-button {
  clear: left;
  color: #000;
  background-color: #0000;
  border: 2px solid #f15c48;
  border-radius: 5px;
  width: 10em;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-63 {
  clear: both;
  justify-content: center;
  align-items: center;
  height: 30%;
  display: flex;
}

.div-block-33-copy2-2 {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 50%;
  display: flex;
}

.prosjekter-header-right {
  float: left;
  background-image: linear-gradient(#667666b3, #667666b3), url('../images/Midtoddveien-5B-00517-min.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 60%;
  height: 100%;
}

.prosjekter-header-info {
  border: 2px solid #172b4b;
  border-left: 1px #667666;
  border-right: 1px #667666;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.div-block-75 {
  background-color: #fff;
  height: 50vh;
  margin-top: 30px;
}

.prosjekter-section1-right {
  height: 50vh;
  margin-top: 0;
}

.image-3 {
  margin-bottom: 21px;
}

.prosjekter-section1-right-right-heading {
  color: #fff;
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-exo), sans-serif;
}

.prosjekter-header-sort-menu {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: flex;
  position: sticky;
}

.prosjekter-section2-left-left-heading {
  color: #fff;
  text-align: left;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-exo), sans-serif;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: var(--font-exo), sans-serif;
  line-height: 30px;
}

.div-block-76 {
  float: left;
  background-color: #667666;
  background-image: linear-gradient(#66766699, #66766699), url('../images/åsdalsveien.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 60%;
  height: 100%;
}

.prosjekter-header-left {
  float: left;
  background-color: #667666;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.div-block-79 {
  background-color: #fff;
  border-bottom: 1px #000;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: var(--font-exo), sans-serif;
}

.div-block-35 {
  z-index: -1;
  background-color: #172b4b;
  height: 30em;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.prosjekter-header-sort-menu-button3 {
  float: left;
  color: #000;
  text-align: center;
  background-color: #0000;
  border-top: 2px #f15c48;
  border-bottom: 2px solid #172b4b;
  width: 48%;
  margin-top: 10px;
  font-family: var(--font-exo), sans-serif;
  font-size: 15px;
}

.prosjekter-section1-right-right-p {
  color: #fff;
  text-align: left;
  width: 70%;
  margin-top: 30px;
  font-family: var(--font-exo), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.prosjekter-section1-right-bilde {
  float: left;
  background-color: #667666;
  background-image: linear-gradient(#66766680, #66766680), url('../images/skøyen.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  width: 60%;
  height: 100%;
}

.div-block-36 {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 50%;
  display: flex;
}

.image-5 {
  margin-left: 30px;
}

.prosjekter-header-sort-menu-button2 {
  float: right;
  text-align: center;
  background-color: #0000;
  border-top: 2px #f15c48;
  border-bottom: 2px solid #172b4b;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: var(--font-exo), sans-serif;
  font-size: 15px;
}

.prosjekter-header {
  justify-content: center;
  align-items: center;
  height: 96vh;
  display: block;
}

.prosjekter-header-heading {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: var(--font-exo), sans-serif;
  font-size: 30px;
}

.prosjekter-header-sort-menu-button4 {
  float: right;
  color: #000;
  text-align: center;
  background-color: #0000;
  border-top: 2px #f15c48;
  border-bottom: 2px solid #172b4b;
  width: 48%;
  margin-top: 10px;
  font-family: var(--font-exo), sans-serif;
  font-size: 15px;
}

.div-block-33-copy-2 {
  float: left;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 50%;
  display: flex;
}

.prosjekter-section1-right-right {
  float: left;
  text-align: left;
  background-color: #667666;
  border-top: 1px #000;
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding-left: 50px;
  font-family: var(--font-exo), sans-serif;
  display: flex;
}

.div-block-37 {
  float: left;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.prosjekter-header-sort-menu-button1 {
  float: left;
  text-align: center;
  background-color: #0000;
  border-top: 2px #f15c48;
  border-bottom: 2px solid #172b4b;
  width: 100%;
  margin-top: 10px;
  font-family: var(--font-exo), sans-serif;
  font-size: 15px;
}

.div-block-74 {
  float: left;
  background-color: #fff;
  background-image: linear-gradient(#66766699, #66766699), url('../images/3DCD0643760343A386677B2CFBF80478.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 60%;
  height: 100%;
}

.prosjekter-header-p {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-family: var(--font-exo), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.body-3 {
  background-color: #fff;
  padding-bottom: 30em;
}

.prosjekter {
  background-color: #fff;
  border-bottom: 1px #000;
}

.prosjekter-section2-left {
  height: 50vh;
  margin-top: 30px;
}

.prosjekter-section2-left-left {
  float: left;
  background-color: #667666;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  font-family: var(--font-exo), sans-serif;
  display: flex;
}

.prosjekter-section2-right-bilde {
  float: left;
  background-color: #667666;
  background-image: linear-gradient(#66766699, #66766699), url('../images/kjelsås.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  width: 60%;
  height: 100%;
}

.prosjekter-section2-left-left-p {
  color: #fff;
  text-align: left;
  width: 70%;
  margin-top: 30px;
  font-family: var(--font-exo), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.personvern-header {
  background-color: #172b4b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  display: flex;
}

.heading-13 {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
}

.personvern-section {
  background-color: #fff;
  height: auto;
}

.body-4 {
  background-color: #fff;
  padding-bottom: 30em;
}

.div-block-32 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.heading-17 {
  margin-top: 0;
  font-family: var(--font-exo), sans-serif;
}

.paragraph-11 {
  margin-bottom: 0;
  padding-bottom: 25px;
  font-family: var(--font-exo), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.image-6 {
  width: 100%;
}

.div-block-128 {
  background-image: url('../images/kontakt-utsikt-c.jpg');
  background-position: 50% 14%;
  background-size: cover;
  height: 50vh;
}

.div-block-104 {
  float: left;
  border-left: 2px solid #000;
  border-right: 2px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 80%;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.div-block-127 {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.div-block-126 {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 80%;
  display: flex;
}

.form-block {
  width: 80%;
  margin-top: 30px;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-exo), sans-serif;
}

.submit-button-2 {
  background-color: #172b4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--font-exo), sans-serif;
  font-size: 16px;
  display: block;
}

.text-field-5 {
  float: left;
  width: 45%;
  font-family: var(--font-exo), sans-serif;
}

.text-block-10 {
  color: #fff;
  margin-top: 20px;
  font-family: var(--font-exo), sans-serif;
  font-weight: 500;
  line-height: 21px;
}

.div-block-125 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 30px;
}

.div-block-119 {
  width: 70%;
  height: 70vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 1px 1px 6px #dcdcdc;
}

.text-field-6 {
  float: right;
  width: 45%;
  font-family: var(--font-exo), sans-serif;
}

.div-block-120 {
  float: left;
  background-color: #172b4b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  font-size: 16px;
  display: flex;
}

.text-block-5 {
  margin-top: 5px;
  font-family: var(--font-exo), sans-serif;
}

.text-block-3 {
  font-family: var(--font-exo), sans-serif;
  font-weight: 700;
}

.div-block-122 {
  width: 70%;
  height: 40vh;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-144 {
  margin-top: 10px;
}

.body-5 {
  padding-bottom: 30em;
}

.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;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

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

.body-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-4 {
  margin-top: 30px;
}

.body-7, .form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-entreprenor-logo-mobil, .entreprenor-section1-image-mobil, .header-eiendom-logo-mobil, .header-logo-mobil, .home-section1-part2-logo-mobil {
  display: none;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-size: 20px;
}

.text-field-7, .textarea {
  font-family: var(--font-exo), sans-serif;
}

.bold-text-4 {
  font-size: 21px;
}

.bold-text-5 {
  font-size: 20px;
}

.div-block-145 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding-right: 0;
  display: flex;
}

.div-block-146 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: .5em;
  display: flex;
}

.logo-kontakt-mobil-eiendom, .logo-kontakt-mobil-entreprenor {
  display: none;
}

.prosjekter-section3-right-bilde {
  float: left;
  background-color: #667666;
  background-image: linear-gradient(#66766699, #66766699), url('../images/IMG_0879.JPG');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 2016px;
  background-attachment: scroll, fixed;
  width: 60%;
  height: 100%;
}

.italic-text {
  font-size: 25px;
}

.div-block-147 {
  width: 100%;
  height: 100%;
  min-height: auto;
}

.link-5, .link-6 {
  color: #fff;
  text-decoration: none;
}

.container-eiendom, .container-entreprenor, .container-prosjekter, .container-personvern, .kontakt-container, .container-home {
  z-index: 2;
  position: relative;
}

.bold-text-6 {
  font-size: 30px;
}

.paragraph-12 {
  width: 80%;
  margin-top: 15px;
  padding-top: 1px;
  font-family: var(--font-exo), sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.link-7 {
  color: #fff;
  text-decoration: none;
}

.link-scroll-mobil {
  display: none;
  overflow: visible;
}

.header-scroll-mobil {
  z-index: 1;
  margin-top: 30px;
  position: relative;
}

.form-block-copy, .form-block-copy2, .form-block-copy3 {
  width: 80%;
  margin-top: 30px;
}

.home-section1-inner-visoker-mobil, .home-section4-logo-eiendom-mobil {
  display: none;
}

.image-8 {
  margin-left: 20px;
}

.home-section5 {
  background-color: var(--white);
  height: auto;
  min-height: 100vh;
  display: block;
}

.container-smaarb {
  z-index: 2;
  background-color: #fff;
  position: relative;
}

.samarb {
  background-color: #fff;
  border-bottom: 1px #000;
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.samarb-header {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  display: block;
}

.samarb-header-left {
  float: left;
  background-color: #667666;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.samarb-header-info {
  border: 2px solid #172b4b;
  border-left: 1px #667666;
  border-right: 1px #667666;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.samarb-header-heading {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: var(--font-exo), sans-serif;
  font-size: 30px;
}

.samarb-header-p {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-family: var(--font-exo), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.samarb-header-right {
  float: left;
  background-image: url('../images/header-samarb.jpg'), linear-gradient(#667666b3, #667666b3);
  background-position: 50%, 0 0;
  background-size: 1902px, auto;
  background-attachment: scroll, scroll;
  width: 40%;
  height: 100%;
}

.samarb-section1-right {
  height: 50vh;
  margin-top: 0;
}

.samarb-section1-right-bilde {
  float: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.samarb-section1-right-right {
  float: left;
  text-align: left;
  background-color: #667666;
  border-top: 1px #000;
  border-bottom: 1px #000;
  border-left: 1px solid #f15c48;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 50px;
  font-family: var(--font-exo), sans-serif;
  display: flex;
}

.samarb-section1-right-right-heading {
  color: #fff;
  text-align: left;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-exo), sans-serif;
}

.samarb-section1-right-right-p {
  color: #fff;
  text-align: left;
  width: 70%;
  margin-top: 30px;
  font-family: var(--font-exo), sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.samarb-section2-left {
  height: 50vh;
  margin-top: 0;
}

.samarb-section2-left-left {
  float: left;
  background-color: #667666;
  border-right: 1px solid #f15c48;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 50px;
  font-family: var(--font-exo), sans-serif;
  display: flex;
}

.samarb-section2-left-left-heading {
  color: #fff;
  text-align: left;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-exo), sans-serif;
}

.samarb-section2-left-left-p {
  color: #fff;
  text-align: left;
  width: 70%;
  margin-top: 30px;
  font-family: var(--font-exo), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.samarb-section2-right-bilde {
  float: left;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.samarb-button-url {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 5px;
  width: 14em;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: var(--font-exo), sans-serif;
}

.samarb-button-url:hover {
  border-color: #f15c48;
}

.nav-link {
  color: #000;
  font-family: var(--font-exo), sans-serif;
  font-size: 15px;
}

.footer-fotoalbum {
  color: #fff;
  margin-top: 6px;
  font-family: var(--font-exo), sans-serif;
  text-decoration: none;
  display: block;
}

.div-block-148 {
  z-index: 2;
  background-color: #fff;
  height: auto;
  min-height: 100vh;
  padding-bottom: 30px;
  position: relative;
}

.body-8 {
  padding-bottom: 30em;
}

.hjem-novium-entreprenr-logo-mobil {
  display: none;
}

.div-block-149 {
  float: right;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4vh;
  display: flex;
  position: sticky;
  top: 60px;
}

.div-block-150 {
  width: 50%;
  height: 100%;
}

.div-block-151 {
  float: left;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  display: flex;
}

.heading-18 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-exo), sans-serif;
}

.button {
  text-align: center;
  background-color: #172b4b;
  width: 13em;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: var(--font-exo), sans-serif;
  font-size: 10px;
}

.button-2 {
  text-align: center;
  background-color: #172b4b;
  width: 13em;
  padding-top: 3px;
  padding-bottom: 2px;
  font-family: var(--font-exo), sans-serif;
  font-size: 10px;
}

.div-block-152 {
  float: left;
  background-image: url('../images/bilder-hus-jar_1.png');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.div-block-153 {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.heading-19 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-13 {
  color: #fffdfd;
  margin-top: 10px;
  margin-bottom: 0;
}

.button-3 {
  text-align: left;
  background-color: #0000;
  border: 2px solid #fff;
  width: 12em;
  margin-top: 30px;
  padding-left: 1em;
  padding-right: 1em;
}

.slider {
  width: 90%;
  height: 55vh;
  font-family: var(--font-exo), sans-serif;
}

.slide {
  z-index: 9999;
}

.div-block-154 {
  float: left;
  background-image: url('../images/m-1-low.jpg');
  background-position: 50%;
  background-size: cover;
  width: 60%;
  height: 100%;
}

.div-block-155 {
  float: left;
  background-color: #667666;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding-left: 1em;
  padding-right: 4em;
  font-family: var(--font-exo), sans-serif;
  display: flex;
}

.heading-20 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-14 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
}

.slide-2 {
  background-image: linear-gradient(#0000003b, #0000003b), url('../images/2390_Takterrasse_04-–-Kopi-min.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-156 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: var(--font-exo), sans-serif;
  display: flex;
}

.heading-21 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.button-4 {
  border: 2px solid var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  width: 12em;
  margin-top: 30px;
}

.div-block-157 {
  float: left;
  width: 40%;
  height: 100%;
  color: var(--white);
  background-color: #172b4b;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 4em;
  padding-right: 1em;
  font-family: var(--font-exo), sans-serif;
  display: flex;
}

.div-block-158 {
  float: left;
  background-image: url('../images/8Z8A0036-low.jpg');
  background-position: 50%;
  background-size: cover;
  width: 60%;
  height: 100%;
}

.heading-22 {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-15 {
  text-align: left;
  margin-top: 25px;
}

.div-block-159 {
  width: 100%;
  margin-top: 20px;
}

.button-5 {
  border: 2px solid var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  width: 11em;
  margin-left: 20px;
}

.button-6 {
  border: 2px solid var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  width: 11em;
}

.div-block-151-copy {
  float: left;
  float: left;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  display: flex;
}

.div-block-160 {
  flex-direction: row;
  height: 50vh;
  margin-bottom: 19px;
  display: flex;
}

.div-block-161 {
  background-color: var(--white);
  width: 90vw;
  min-height: 100vh;
  margin-top: 62px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-76-1 {
  float: left;
  background-color: #667666;
  background-image: linear-gradient(#66766699, #66766699), url('../images/FA7E36091E584E1591D558A136518A96.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 60%;
  height: 100%;
}

.prosjekter-section3-right-bilde-1 {
  float: left;
  background-color: #667666;
  background-image: linear-gradient(#66766699, #66766699), url('../images/jar.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 60%;
  height: 100%;
}

.div-block-76-2 {
  float: left;
  background-color: #667666;
  background-image: linear-gradient(#66766699, #66766699), url('../images/Vesteråsveien_Novium_B2_Terrasse_04.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 60%;
  height: 100%;
}

.prosjekter-section3-right-bilde-2 {
  float: left;
  background-color: #667666;
  background-image: linear-gradient(#66766699, #66766699), url('../images/kjellsås.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 60%;
  height: 100%;
}

.prosjekter-section3-right-bilde-4 {
  float: left;
  background-color: #667666;
  background-image: linear-gradient(#66766699, #66766699), url('../images/lilleaker.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 60%;
  height: 100%;
}

.div-block-76-4 {
  float: left;
  background-color: #667666;
  background-image: linear-gradient(#66766699, #66766699), url('../images/2390_Hus2_02-–-Kopi-min.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 60%;
  height: 100%;
}

.div-block-162 {
  float: none;
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  height: 50vh;
  display: block;
}

.image-10 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: 50vw;
  height: 50vh;
  margin-top: 29px;
  position: static;
  overflow: hidden;
}

.div-block-163 {
  flex-direction: column;
  align-items: center;
  width: 70vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 29px;
  display: flex;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 25vh;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.lightbox-link {
  width: 95%;
  height: auto;
}

.semer-foto {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 5px;
  width: 14em;
  margin: 30px auto 10px;
  display: block;
}

.semer-foto:hover {
  border-color: #f15c48;
}

.text-block-11 {
  text-align: center;
  margin-bottom: 24px;
}

.text-block-12 {
  margin-top: 25px;
}

.div-block-164 {
  font-family: var(--font-exo), sans-serif;
}

.div-block-165 {
  width: 100%;
  height: 100vh;
}

.div-block-166 {
  float: left;
  background-image: url('../images/2390_Hus2_02-–-Kopi-min.webp');
  background-position: 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  padding-top: 59px;
  display: flex;
}

.div-block-167 {
  float: left;
  background-color: #1b2a4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  padding-top: 39px;
  display: flex;
  position: static;
}

.body-9 {
  font-family: var(--font-exo), sans-serif;
}

.heading-23 {
  color: #fff;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 30px;
}

.paragraph-16 {
  color: #fff;
  width: 80%;
  margin-top: 20px;
}

.form-block-2 {
  width: 80%;
  margin-top: 20px;
}

.text-field-8 {
  float: left;
  width: 100%;
}

.text-field-9 {
  float: left;
  width: 48%;
}

.text-field-10 {
  float: right;
  width: 48%;
}

.checkbox-label {
  color: #fff8f8;
}

.submit-button-3 {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 5px;
  margin-top: 30px;
}

.success-message {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 5px;
}

.div-block-168 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-169 {
  background-image: url('../images/Untitled-4.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  overflow: hidden;
}

.div-block-170 {
  width: 50%;
  height: 40vh;
}

.div-block-171 {
  width: 50%;
  height: 20vh;
}

.div-block-172 {
  float: left;
  width: 50%;
  height: 100%;
}

.div-block-172-1 {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.image-12 {
  transform: translate(243px, -114px);
}

.image-13 {
  transform: translate(0, 300px);
}

.image-14 {
  transform: translate(0, 157px);
}

.div-block-173 {
  background-color: #a05151;
  width: 150%;
  height: 100%;
  transform: translate(-300px, -500px)rotate(-33deg);
}

.div-block-174 {
  background-color: #c77373;
  width: 100%;
  height: 50%;
}

.heading-24 {
  margin-top: 0;
  margin-bottom: 0;
}

.html-embed {
  flex-direction: row-reverse;
  display: block;
}

.text-block-13, .div-block-175 {
  width: 80%;
}

.text-block-14 {
  color: #fff;
}

.body-10 {
  font-family: var(--font-exo), sans-serif;
}

.button-7 {
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 5px;
  width: 80%;
  margin-top: 35px;
}

.div-block-166-1 {
  float: left;
  background-image: url('../images/2390_Spisestue_03-–-Kopi-min.webp');
  background-position: 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  padding-top: 61px;
  display: flex;
}

.div-block-176 {
  width: 80%;
}

.paragraph-17 {
  color: #fff;
  margin-top: 15px;
}

.button-8 {
  text-align: center;
  background-color: #1a2b4c;
  border-radius: 5px;
  width: 15em;
}

.submit-button-4 {
  color: #000;
  background-color: #0000;
  border: 2px solid #1a2b4c;
  border-radius: 5px;
  width: 15em;
}

.text-field-11 {
  width: 15em;
}

.paragraph-18 {
  color: #fff;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}

.heading-23-copy {
  color: #fff;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 30px;
}

.italic-text-2, .italic-text-3 {
  text-decoration: underline;
}

.text-block-15 {
  margin-bottom: 20px;
  margin-right: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.link-9 {
  color: #fff;
  text-decoration: none;
}

.footer-interesseliste, .footer-personvern, .footer-kontakt {
  color: #fff;
  margin-top: 6px;
  font-family: var(--font-exo), sans-serif;
  text-decoration: none;
  display: block;
}

.div-block-177, .footer-meny {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-167-copy {
  float: left;
  background-color: #1b2a4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  padding-top: 39px;
  display: flex;
  position: static;
}

.div-block-178 {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: auto;
  min-height: 20vh;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-25 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-exo), sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.text-block-16 {
  color: #fff;
  margin-top: 10px;
  font-family: var(--font-exo), sans-serif;
}

.div-block-179 {
  background-color: #172b4b;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding: 10px 20px;
  display: flex;
}

.div-block-180 {
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.interesseliste-forside {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 5px;
  width: 14em;
  margin: 0 auto;
  display: block;
}

.interesseliste-forside:hover {
  border-color: #f15c48;
}

.div-block-181 {
  background-color: #172b4b;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vh;
  display: none;
  box-shadow: 0 0 13px 14px #999;
}

.interesseliste-forside1 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 5px;
  width: 14em;
  margin: 15px auto 10px;
  font-family: var(--font-exo), sans-serif;
}

.interesseliste-forside1:hover {
  border-color: #f15c48;
}

.div-block-75-copy2 {
  background-color: #fff;
  flex-direction: row-reverse;
  height: 50vh;
  margin-top: 30px;
  display: block;
}

.navbar2 {
  background-color: #dcdcdc;
  flex-direction: column;
  align-items: flex-end;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0);
}

.container-22 {
  min-width: 1200px;
  max-width: 1200px;
}

.header-home2 {
  background-image: linear-gradient(#74747480, #74747480), url('../images/Vesteråsveien_Novium_B2_Terrasse_04.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.home-section1-part12 {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 40vh;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

.home-section1-part22 {
  background-color: #fff;
  height: auto;
  min-height: auto;
}

.home-section1-innledning-p-2 {
  color: #000;
  text-align: left;
  min-width: 1200px;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--font-exo), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.slider2 {
  border-radius: 5px;
  width: auto;
  min-width: 1200px;
  max-width: 1200px;
  height: 55vh;
  font-family: var(--font-exo), sans-serif;
}

.home-section12 {
  height: auto;
  min-height: auto;
}

.div-block-182 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 1200px;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-183 {
  float: left;
  background-image: url('../images/Vesteråsveien_Novium_B1_Terrasse_02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 80vh;
  transform: translate(60px);
}

.home-section22 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50vh;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.div-block-184 {
  background-color: #9b9a9a;
  width: 100%;
  height: 100vh;
  transform: translate(450px, 50px);
}

.div-block-185 {
  float: left;
  color: #fff;
  background-color: #667666;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 50vh;
  padding-left: 30px;
  padding-right: 30px;
  font-family: var(--font-exo), sans-serif;
  display: flex;
  transform: translate(-60px);
  box-shadow: 1px 1px 3px #666;
}

.paragraph-19 {
  font-weight: 500;
}

.button-9 {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 30px;
  padding: 8px 35px;
}

.home-section32 {
  background-image: url('../images/kjøkk.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65vh;
  display: flex;
}

.div-block-1792 {
  background-color: #172b4b;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding: 30px;
  display: flex;
}

.interesseliste-forside12 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 5px;
  width: auto;
  margin: 25px 0 0;
  padding: 8px 35px;
  font-family: var(--font-exo), sans-serif;
}

.interesseliste-forside12:hover {
  border-color: #f15c48;
}

.div-block-1782 {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  min-width: 1200px;
  max-width: 1200px;
  height: auto;
  min-height: 20vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-23 {
  background-image: url('../images/2390_Hus2_02-–-Kopi-min.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 60vh;
}

.div-block-24 {
  min-width: 1200px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-1793 {
  float: left;
  width: 50%;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-28 {
  float: left;
  flex-direction: row;
  justify-content: space-around;
  width: 50%;
  display: flex;
}

.button-10, .button-11 {
  text-align: center;
  background-color: #676;
  border-radius: 5px;
  width: 10em;
}

.div-block-25 {
  float: left;
  width: 100%;
  height: 50vh;
  padding: 5px;
  text-decoration: none;
}

.div-block-26 {
  background-image: url('../images/DJI_0947-low.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.div-block-26.mix {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.heading-10 {
  color: #fffdfd;
  background-image: linear-gradient(#66776678, #66776678);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  display: none;
}

.collection-item {
  float: left;
  width: 50%;
}

.div-block-29 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 65vh;
}

.div-block-30 {
  width: 100%;
  height: 35vh;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-1794 {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.heading-26 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-17 {
  margin-top: 8px;
}

.paragraph-2 {
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-33 {
  background-image: url('../images/907_488313575.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
}

.div-block-1795 {
  background-image: url('../images/907_1477157499.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.text-span-3 {
  font-size: 30px;
}

.heading-14 {
  font-weight: 500;
}

.div-block-1796 {
  width: 100%;
  height: auto;
  min-height: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-1797 {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  display: flex;
}

.heading-15 {
  text-align: center;
}

.button-copy2 {
  text-align: center;
  background-color: #676;
  border-radius: 5px;
  width: 15em;
}

.text-span {
  font-weight: 500;
}

.div-block-1798 {
  width: 100%;
  min-height: 100vh;
}

.div-block-25-copy3 {
  float: left;
  width: 100%;
  height: 50vh;
  padding: 5px;
}

.div-block-26-copy6 {
  background-image: url('../images/2390_Takterrasse_04-–-Kopi-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.collection-item-2 {
  float: left;
  width: 50%;
}

.heading-27 {
  font-size: 24px;
  font-weight: 400;
}

.text-span-4 {
  font-weight: 700;
}

.body-11 {
  font-family: var(--font-exo), sans-serif;
}

.text-block-18 {
  font-size: 20px;
  line-height: 24px;
}

.text-block-19 {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-20 {
  margin-top: 10px;
  font-size: 20px;
}

.text-block-21 {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 700;
}

.div-block-1799 {
  align-items: center;
  display: flex;
}

.heading-28 {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.heading-29 {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.heading-30, .heading-31, .heading-32, .heading-33 {
  margin: 20px 0 10px;
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
}

.button-copy2-copy {
  text-align: center;
  background-color: #676;
  border-radius: 5px;
  width: 18em;
}

.heading-34 {
  z-index: 100;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: relative;
}

.collection-item-3 {
  float: left;
  margin-left: 20px;
  margin-right: 30px;
}

.html-embed-2 {
  float: none;
  margin-left: 10px;
  margin-right: 10px;
}

.collection-item-4 {
  float: left;
}

html.w-mod-js [data-ix="hidenavbar"] {
  transform: translate(0, -100%);
}

@media screen and (max-width: 991px) {
  .container-2 {
    min-width: 90%;
    max-width: 90%;
  }

  .header-logo {
    display: none;
  }

  .header-slagord {
    width: 95%;
  }

  .home-section1 {
    height: auto;
  }

  .home-section1-innledning-p {
    max-width: 95%;
  }

  .home-section1-part2 {
    height: auto;
    min-height: 110vh;
  }

  .home-section1-part1 {
    height: auto;
  }

  .home-section1-prosjekter {
    width: 95%;
    height: 44vh;
  }

  .home-section1-prosjekter-tekst {
    flex-direction: column;
  }

  .home-section1-part2-eiendomlogo {
    height: auto;
    min-height: 60vh;
  }

  .home-section2 {
    height: auto;
  }

  .home-section2-inner {
    flex-direction: column;
    justify-content: center;
    width: 95%;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
  }

  .home-section2-inner-left {
    float: none;
    flex: 0 auto;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .home-section2-inner-right {
    float: none;
    width: 95%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    display: flex;
  }

  .home-section2-inner-left-green {
    width: 100%;
  }

  .home-section1-inner-visoker {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .home-section4-inner {
    flex-direction: column;
    width: 95%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .home-section4-inner-left {
    padding-bottom: 25px;
  }

  .home-section4-inner-right {
    width: 95%;
  }

  .home-section4-right-green {
    width: 100%;
    margin-top: 30px;
  }

  .home-section4-logo-entreprenor {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer {
    z-index: 1;
    position: relative;
  }

  .body {
    padding-bottom: 0;
  }

  .header-eiendom {
    height: 90vh;
  }

  .header-eiendom-bilde {
    float: none;
    width: 100%;
    height: 40vh;
  }

  .header-eiendom-info {
    width: 100%;
    height: auto;
    min-height: 50vh;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header-eiendom-p {
    text-align: center;
    width: 60%;
  }

  .header-eiendom-inner {
    flex-direction: row;
    justify-content: space-between;
  }

  .header-eiendom-logo {
    display: none;
  }

  .eiendom-section1 {
    flex-direction: column;
    justify-content: center;
  }

  .eiendom-section1-innder {
    flex-direction: column;
    width: 95%;
  }

  .eiendom-section1-inner-left, .eiendom-section1-inner-left-p {
    width: 100%;
  }

  .eiendom-section3 {
    flex-direction: row;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .eiendom-section3-inner-left {
    flex-direction: column;
    align-items: center;
    width: 90%;
    padding-bottom: 20px;
  }

  .eiendom-section3-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    display: flex;
  }

  .eiendom-section3-inner-right {
    width: 90%;
  }

  .body-2 {
    padding-bottom: 0;
  }

  .header-entreprenor {
    height: 50vh;
  }

  .header-entreprenor-bilde {
    float: none;
    background-image: linear-gradient(#0000, #0000), url('../images/byggeplass.jpg');
    background-position: 0 0, 50%;
    width: 100%;
    height: 40vh;
  }

  .header-entreprenor-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .header-entreprenor-inner {
    display: flex;
  }

  .header-entreprenor-logo {
    display: none;
  }

  .header-entreprenor-p {
    width: 95%;
    margin-top: 35px;
  }

  .entreprenor-section1-inner {
    flex-direction: column;
    width: 95%;
    display: flex;
  }

  .entreprenor-section1-inner-left {
    width: 100%;
    display: block;
  }

  .entreprenor-section1-inner-left-p {
    width: 100%;
  }

  .entreprenor-section1-inner-right {
    width: 95%;
  }

  .entreprenor-section3 {
    height: auto;
    min-height: 40vh;
  }

  .entreprenor-section3-inner-left {
    width: 100%;
    margin-top: 30px;
  }

  .entreprenor-section3-inner-right {
    float: none;
    width: 90%;
    height: auto;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .entreprenor-section1-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .prosjekter-header-right {
    display: none;
  }

  .div-block-75 {
    height: 100vh;
  }

  .prosjekter-section1-right {
    height: 100vh;
    display: block;
  }

  .prosjekter-section1-right-right-heading {
    text-align: left;
    width: 70%;
  }

  .prosjekter-header-sort-menu {
    flex-direction: column;
    width: 50%;
    display: flex;
  }

  .div-block-76 {
    float: none;
    width: 100%;
    height: 50vh;
  }

  .prosjekter-header-left {
    width: 100%;
    height: 100%;
  }

  .prosjekter-header-sort-menu-button3 {
    margin-top: 15px;
  }

  .prosjekter-section1-right-bilde {
    float: none;
    background-image: linear-gradient(#66766699, #66766699), url('../images/skøyen.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    width: 100%;
    height: 50vh;
    display: block;
  }

  .prosjekter-header-sort-menu-button2 {
    margin-top: 15px;
  }

  .prosjekter-header {
    height: 100vh;
  }

  .prosjekter-header-sort-menu-button4 {
    margin-top: 15px;
  }

  .prosjekter-section1-right-right {
    width: 100%;
    height: 50vh;
  }

  .div-block-37 {
    float: none;
    width: 100%;
    height: 50%;
    display: flex;
  }

  .body-3 {
    padding-bottom: 0;
  }

  .prosjekter-section2-left {
    height: 100vh;
  }

  .prosjekter-section2-left-left {
    float: none;
    width: 100%;
    height: 50vh;
    display: flex;
  }

  .prosjekter-section2-right-bilde {
    float: none;
    width: 100%;
    height: 50vh;
  }

  .body-4 {
    padding-bottom: 0;
  }

  .div-block-32 {
    width: 95%;
  }

  .div-block-128 {
    background-size: cover;
  }

  .heading-12 {
    text-align: center;
    width: 95%;
  }

  .div-block-125 {
    background-color: #fff;
    height: 150vh;
  }

  .div-block-119 {
    width: 90%;
  }

  .div-block-122 {
    width: 90%;
    height: 50%;
    display: block;
  }

  .body-5 {
    padding-bottom: 0;
  }

  .header-entreprenor-logo-mobil, .header-eiendom-logo-mobil, .header-logo-mobil {
    display: block;
  }

  .div-block-145 {
    flex-direction: column;
    padding-right: 0;
  }

  .div-block-146 {
    padding-left: 0;
    display: block;
  }

  .prosjekter-section3-right-bilde {
    float: none;
    background-image: linear-gradient(#0000, #0000), url('../images/IMG_0879.JPG');
    background-position: 0 0, 50%;
    width: 100%;
    height: 50vh;
  }

  .div-block-147 {
    height: auto;
    min-height: 36vh;
  }

  .image-7 {
    margin-top: 39px;
    padding-top: 0;
    display: block;
  }

  .home-section1-inner-visoker-mobil {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .home-section5 {
    height: auto;
    min-height: 100vh;
  }

  .samarb-header {
    height: 100vh;
  }

  .samarb-header-left {
    width: 100%;
    height: 100%;
  }

  .samarb-header-right {
    display: none;
  }

  .samarb-section1-right {
    height: 100vh;
    display: block;
  }

  .samarb-section1-right-bilde {
    float: none;
    width: 100%;
    height: 50vh;
    display: flex;
  }

  .samarb-section1-right-right {
    border-left-style: none;
    width: 100%;
    height: 50vh;
  }

  .samarb-section1-right-right-heading {
    text-align: left;
    width: 70%;
  }

  .samarb-section2-left {
    flex-direction: column-reverse;
    height: 100vh;
    display: flex;
  }

  .samarb-section2-left-left {
    float: none;
    border-right-style: none;
    width: 100%;
    height: 50vh;
    margin-top: 15px;
    display: flex;
  }

  .samarb-section2-right-bilde {
    float: none;
    width: 100%;
    height: 50vh;
  }

  .div-block-148 {
    height: auto;
    min-height: 100vh;
  }

  .div-block-150 {
    width: 95%;
  }

  .slider {
    width: 100%;
  }

  .div-block-154, .div-block-155, .div-block-157, .div-block-158 {
    width: 50%;
  }

  .div-block-160 {
    flex-direction: column;
  }

  .div-block-76-1, .prosjekter-section3-right-bilde-1, .div-block-76-2, .prosjekter-section3-right-bilde-2, .prosjekter-section3-right-bilde-4, .div-block-76-4 {
    float: none;
    width: 100%;
    height: 50vh;
  }

  .div-block-163 {
    width: 100%;
  }

  .div-block-166 {
    width: 100%;
    height: 40%;
  }

  .div-block-167 {
    width: 100%;
  }

  .div-block-166-1 {
    width: 100%;
    height: 40%;
  }

  .div-block-167-copy {
    width: 100%;
  }

  .div-block-178 {
    width: 80%;
    height: auto;
    min-height: 20vh;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-75-copy2 {
    height: 100vh;
  }

  .container-22 {
    min-width: 90%;
    max-width: 90%;
  }

  .home-section1-part12 {
    height: auto;
  }

  .home-section1-part22 {
    height: auto;
    min-height: 110vh;
  }

  .home-section1-innledning-p-2 {
    max-width: 95%;
  }

  .slider2 {
    width: 100%;
  }

  .home-section12, .home-section22 {
    height: auto;
  }

  .div-block-1782 {
    width: 80%;
    height: auto;
    min-height: 20vh;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-24 {
    min-width: auto;
    max-width: none;
  }

  .div-block-1793 {
    width: 100%;
  }

  .heading-11 {
    padding-left: 57px;
  }

  .div-block-28 {
    width: 100%;
    margin-top: 50px;
  }

  .div-block-25 {
    width: 100%;
  }

  .div-block-30 {
    height: auto;
    min-height: 35px;
  }

  .div-block-31 {
    flex-direction: column;
    min-width: 0;
  }

  .div-block-1794 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .div-block-25-copy3 {
    width: 100%;
  }

  .div-block-1800 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .home-section1-part2 {
    height: auto;
  }

  .home-section1-part2-prosjekter {
    padding-top: 0;
  }

  .home-section1-prosjekter {
    flex-direction: column;
    height: auto;
    padding-top: 25px;
  }

  .home-section1-prosjekter-bilde {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 95%;
    height: 15em;
  }

  .home-section1-prosjekter-tekst {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 95%;
    height: auto;
    margin-top: 25px;
  }

  .home-section1-part2-eiendomlogo {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-section1-part2-logo, .home-section1-inner-visoker {
    display: none;
  }

  .home-section4-inner-left {
    width: 95%;
  }

  .footer {
    padding-top: 25px;
  }

  .header-eiendom-logo {
    display: none;
  }

  .eiendom-section3-inner-left {
    width: 95%;
  }

  .eiendom-section3-inner-heading {
    text-align: center;
  }

  .eiendom-section3-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .eiendom-section3-inner-right {
    width: 95%;
  }

  .header-entreprenor-info {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header-entreprenor-inner {
    flex-direction: row;
    width: 95%;
  }

  .prosjekter-header-left {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .prosjekter-header {
    height: auto;
  }

  .prosjekter-section1-right-right {
    height: auto;
    min-height: 50vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-32 {
    width: 95%;
  }

  .logo-kontakt-entreprenor {
    display: none;
  }

  .div-block-127 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-125 {
    height: auto;
  }

  .div-block-119 {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .div-block-120 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-5 {
    padding-bottom: 0;
  }

  .header-entreprenor-logo-mobil, .header-eiendom-logo-mobil, .home-section1-part2-logo-mobil {
    display: block;
  }

  .div-block-145, .div-block-146 {
    width: 90%;
  }

  .logo-kontakt-mobil-eiendom {
    display: block;
  }

  .logo-eiendom-kontakt {
    display: none;
  }

  .logo-kontakt-mobil-entreprenor, .home-section1-inner-visoker-mobil {
    display: block;
  }

  .samarb-header {
    height: auto;
  }

  .samarb-header-left {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .samarb-section1-right-right {
    height: auto;
    min-height: 50vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-10 {
    width: 100%;
  }

  .div-block-178 {
    width: 95%;
  }

  .home-section1-part22 {
    height: auto;
  }

  .div-block-1782 {
    width: 95%;
  }

  .heading-10 {
    display: flex;
  }

  .collection-item, .collection-item-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    min-width: 95%;
    max-width: 95%;
  }

  .navbar-logo {
    flex: 0 auto;
    display: inline-block;
  }

  .header-slagord {
    font-size: 28px;
  }

  .home-section1-innledning-p {
    font-size: 15px;
  }

  .home-section1-part2-prosjekter, .home-section1-part1 {
    min-height: 40vh;
  }

  .home-section1-prosjekter-tekst {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-3 {
    text-align: left;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    display: block;
  }

  .home-section2-inner-button {
    width: 12em;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-27 {
    padding: 20px 0;
  }

  .home-section1-part2-eiendomlogo {
    min-height: 100vh;
  }

  .home-section2-inner-right {
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .home-section2-inner-left-green {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-section2-inner-heading {
    font-size: 20px;
  }

  .home-section2-inner-p {
    width: 95%;
    font-size: 15px;
  }

  .home-section1-inner-visoker {
    display: none;
  }

  .home-section4-inner-left {
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .home-section4-right-green {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-section4-inner-heading {
    font-size: 20px;
  }

  .home-section4-inner-p {
    width: 95%;
    font-size: 15px;
  }

  .home-section4-logo-entreprenor {
    display: none;
  }

  .footer-bottom {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .footer-top-right {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
  }

  .footer-logo {
    margin-top: 21px;
  }

  .div-block-38 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    display: flex;
  }

  .footer-kontaktinfo {
    margin-top: 14px;
    font-size: 12px;
  }

  .div-block-39 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 10%;
    display: flex;
    position: static;
  }

  .footer-firmainfo {
    margin-top: 15px;
    font-size: 12px;
  }

  .footer {
    z-index: 0;
    height: auto;
    min-height: 90vh;
    position: static;
  }

  .footer-top-left {
    float: none;
    width: 90%;
    display: flex;
  }

  .footer-sosialemedier {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-top-middle {
    width: 100%;
    display: block;
  }

  .footer-bottom-left {
    width: 100%;
  }

  .body {
    padding-bottom: 0;
  }

  .footer-byggmestermerke {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .footer-bottom-right {
    width: 95%;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .header-eiendom-bilde {
    display: block;
  }

  .header-eiendom-p {
    width: 100%;
  }

  .header-eiendom-inner {
    flex-direction: column;
  }

  .eiendom-section1-inner-right {
    width: 95%;
    margin-top: 20px;
  }

  .eiendom-section3 {
    height: auto;
  }

  .eiendom-section3-inner-left {
    float: none;
    width: 95%;
    margin-top: 30px;
    display: flex;
  }

  .eiendom-section3-inner-heading {
    text-align: center;
    font-size: 25px;
  }

  .eiendom-section3-inner-p {
    width: 100%;
  }

  .eiendom-section3-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .eiendom-section3-inner-right {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .body-2 {
    padding-bottom: 0;
  }

  .header-entreprenor-info {
    height: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-entreprenor-inner {
    flex-direction: column;
  }

  .header-entreprenor-logo {
    display: none;
  }

  .entreprenor-section1-inner-right {
    width: 95%;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .entreprenor-section3-inner-heading {
    font-size: 25px;
  }

  .entreprenor-section3-inner-p {
    width: 100%;
  }

  .entreprenor-section1-image {
    display: none;
  }

  .prosjekter-header-info, .prosjekter-section1-right-right-heading {
    width: 95%;
  }

  .prosjekter-header-sort-menu {
    justify-content: center;
    width: 95%;
    display: flex;
  }

  .prosjekter-section2-left-left-heading {
    text-align: left;
    width: 95%;
  }

  .prosjekter-header-left {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .div-block-35 {
    z-index: 2;
  }

  .prosjekter-section1-right-right-p {
    width: 95%;
  }

  .prosjekter-section1-right-bilde {
    background-image: linear-gradient(#66766699, #66766699), url('../images/skøyen.png');
    background-size: auto, cover;
    display: block;
  }

  .prosjekter-header {
    height: 94vh;
  }

  .prosjekter-section1-right-right {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  .div-block-37 {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .prosjekter-header-p {
    width: 100%;
  }

  .prosjekter-section2-right-bilde {
    background-image: linear-gradient(#66766699, #66766699), url('../images/bilder-hus-jar.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .prosjekter-section2-left-left-p {
    width: 95%;
  }

  .body-4 {
    padding-bottom: 0;
  }

  .div-block-32 {
    width: 95%;
  }

  .div-block-104 {
    border-left-style: none;
    align-items: center;
  }

  .logo-kontakt-entreprenor {
    display: none;
  }

  .div-block-127 {
    border-left: 1px #000;
    width: 100%;
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-12 {
    text-align: center;
    width: 95%;
  }

  .text-block-10 {
    margin-top: 30px;
  }

  .div-block-125 {
    height: auto;
    min-height: 180vh;
  }

  .div-block-119 {
    height: auto;
  }

  .div-block-120 {
    float: none;
    flex-direction: column;
    width: 100%;
    height: 40em;
    display: flex;
  }

  .div-block-122 {
    height: auto;
  }

  .body-5 {
    padding-bottom: 0;
  }

  .header-entreprenor-logo-mobil {
    display: block;
  }

  .entreprenor-section1-image-mobil {
    margin-top: 20px;
    display: block;
  }

  .bold-text, .bold-text-2 {
    margin-top: 20px;
    display: inline-block;
  }

  .bold-text-4 {
    margin-top: 20px;
    padding-top: 0;
    display: inline-block;
  }

  .bold-text-5 {
    margin-top: 20px;
    display: inline-block;
  }

  .div-block-145, .div-block-146 {
    width: 90%;
  }

  .logo-eiendom-kontakt {
    display: none;
  }

  .prosjekter-section3-right-bilde {
    background-image: linear-gradient(#66766699, #66766699), url('../images/IMG_0879.JPG');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .italic-text {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 0;
    display: block;
  }

  .bold-text-6 {
    text-align: left;
    width: 100%;
  }

  .paragraph-12 {
    text-align: center;
    width: 95%;
  }

  .link-scroll-mobil {
    display: block;
  }

  .link-block-4 {
    display: none;
  }

  .form-block-copy, .form-block-copy2 {
    width: 100%;
  }

  .form-block-copy3 {
    width: 90%;
  }

  .brand {
    display: flex;
  }

  .home-section4-logo-eiendom-mobil {
    display: block;
  }

  .image-8 {
    margin-left: 0;
  }

  .samarb-header {
    height: auto;
  }

  .samarb-header-left {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .samarb-header-info {
    width: 95%;
  }

  .samarb-header-p {
    width: 100%;
  }

  .samarb-section1-right-bilde {
    display: flex;
  }

  .samarb-section1-right-right {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .samarb-section1-right-right-heading, .samarb-section1-right-right-p {
    width: 95%;
  }

  .samarb-section2-left-left {
    align-items: center;
    height: auto;
    min-height: 50vh;
    padding: 60px 10px 59px;
  }

  .samarb-section2-left-left-heading {
    text-align: left;
    width: 95%;
    font-size: 35px;
  }

  .samarb-section2-left-left-p {
    width: 95%;
  }

  .samarb-section2-right-bilde {
    height: 50vh;
  }

  .samarb-button-url {
    width: 12em;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .body-8 {
    padding-bottom: 0;
  }

  .hjem-novium-entreprenr-logo-mobil {
    display: block;
  }

  .image-9 {
    display: none;
  }

  .div-block-149 {
    height: 6vh;
  }

  .div-block-150 {
    width: 100%;
  }

  .div-block-151 {
    width: 30.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .button.w--current, .button-2 {
    width: 14em;
    font-size: 8px;
  }

  .slider {
    height: 100vh;
  }

  .div-block-154, .div-block-155, .div-block-157, .div-block-158 {
    width: 100%;
    height: 50%;
  }

  .div-block-159 {
    margin-top: 4px;
  }

  .button-5 {
    margin-top: 6px;
    margin-left: 0;
  }

  .div-block-151-copy {
    width: 34.83%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-160 {
    height: auto;
    min-height: 100vh;
  }

  .prosjekter-section3-right-bilde-1 {
    background-image: linear-gradient(#66766699, #66766699), url('../images/jar.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .prosjekter-section3-right-bilde-2 {
    background-image: linear-gradient(#66766699, #66766699), url('../images/kjellsås.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .prosjekter-section3-right-bilde-4 {
    background-image: linear-gradient(#66766699, #66766699), url('../images/lilleaker.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .image-10 {
    width: 100%;
  }

  .div-block-167 {
    height: 80%;
  }

  .heading-23, .paragraph-16, .form-block-2 {
    width: 95%;
  }

  .text-field-9, .text-field-10 {
    width: 100%;
  }

  .submit-button-3 {
    margin-top: 20px;
  }

  .div-block-166-1 {
    padding-top: 61px;
  }

  .checkbox-field {
    margin-top: 20px;
  }

  .heading-23-copy {
    width: 95%;
  }

  .div-block-167-copy {
    height: 80%;
  }

  .heading-25 {
    font-size: 30px;
  }

  .div-block-179 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .interesseliste-forside1 {
    width: 12em;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-75-copy2 {
    margin-bottom: 100px;
  }

  .container-22 {
    min-width: 95%;
    max-width: 95%;
  }

  .home-section1-part12 {
    min-height: 40vh;
  }

  .home-section1-innledning-p-2 {
    font-size: 15px;
  }

  .slider2 {
    height: 100vh;
  }

  .div-block-1792 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .interesseliste-forside12 {
    width: 12em;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-11 {
    text-align: center;
    padding-left: 0;
  }

  .div-block-28 {
    flex-direction: column;
    align-items: center;
  }

  .button-10 {
    margin-bottom: 15px;
  }

  .heading-10 {
    background-image: none;
    display: none;
  }

  .button-copy2, .button-copy2-copy {
    margin-bottom: 15px;
  }
}


