:root {
  --gull: #84754e;
  --grey: #999;
  --white: white;
  --background: #272727;
  --linjer: #323232;
  --linje-2: #373736;
  --blå: #3c556e;
  --white-smoke-text: #f1f1f1;
  --black: black;
  --white-smoke: #f7f5f0;
  --gråfarge: #888;
  --overlay-forside: #0009;
}

.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;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.8em;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--gull);
  text-decoration: none;
  transition: opacity .3s;
  display: inline-block;
}

a:hover {
  opacity: .5;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  object-fit: cover;
  display: inline-block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.rich-text {
  width: 90%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-content-wrap {
  text-align: center;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.paragraph-tiny {
  color: var(--grey);
  padding-right: 10px;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-light {
  opacity: .6;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  color: var(--white);
  letter-spacing: .25em;
  text-transform: uppercase;
  white-space: nowrap;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .48;
  color: var(--white);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--gull);
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: var(--gull);
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.navigation {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15vh;
  display: flex;
  position: fixed;
}

.logo-image {
  width: 300px;
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  height: 45vh;
  padding: 40px 50px;
  display: flex;
  position: relative;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: flex-end;
  padding-left: 0;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  width: 70px;
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: 0;
  display: flex;
}

.footer-item {
  opacity: .6;
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  color: var(--grey);
}

.footer-item:active {
  opacity: .8;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: var(--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.body {
  background-color: var(--background);
  color: var(--grey);
  font-family: Didact Gothic, sans-serif;
  line-height: 1.75em;
}

.fullsize-header {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.forside-halv-left {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.topp-heading {
  color: var(--white);
  letter-spacing: .25em;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  line-height: 1.25em;
}

.full-size-text-overlay-forside {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.paragraph {
  color: silver;
}

.paragraph.forside {
  width: 30em;
}

.content-wrapper {
  z-index: 1;
  justify-content: center;
  position: relative;
}

.content-lines-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.content-lines-wrapper.footer {
  grid-row-gap: 0px;
  grid-template-columns: 1fr 3.25fr .75fr 1fr .25fr;
  height: 100%;
}

.content-lines-wrapper.footer.hide-on-mobile {
  display: none;
}

.linjer {
  border-right: 1px solid var(--linjer);
  border-bottom: 1px solid var(--linjer);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.linjer.last {
  border-right-style: solid;
  border-right-width: 1px;
}

.linjer.last.topheader {
  align-items: flex-start;
  padding-top: 50px;
}

.linjer.right {
  justify-content: flex-end;
}

.linjer.simple {
  border-bottom-style: none;
}

.section-2 {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.section-2.vertical {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}

.section-2.vertical.top-allign {
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 10vh;
}

.section-2.vertical.top-allign.sides {
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
}

.section-2.pt {
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.standard-overskrift {
  z-index: 5;
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
}

.standard-overskrift.smaller {
  border-bottom: 1px solid var(--linje-2);
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 2em;
}

.standard-overskrift.smaller.no-line {
  border-bottom-style: none;
}

.standard-overskrift.singel-eiendom {
  color: var(--gull);
  font-size: 35px;
  font-weight: 300;
}

.standard-overskrift.alt {
  margin-bottom: .7rem;
  font-size: 30px;
  font-weight: 200;
  line-height: 1.5em;
  transition: color .3s;
}

.standard-overskrift.alt:hover {
  color: var(--gull);
}

.standard-overskrift.alt.small-side {
  color: var(--grey);
  margin-bottom: .4rem;
  font-size: 16px;
}

.standard-overskrift.alt.small-side:hover {
  color: var(--gull);
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 50%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 20px;
  display: block;
}

.text-span {
  color: var(--gull);
}

.div-block-3 {
  width: 100%;
  height: auto;
  margin-right: 15px;
  padding-left: 20px;
  padding-right: 0;
  position: relative;
}

.div-block-4 {
  border: 1px solid var(--linjer);
  width: 100%;
  height: 400px;
  margin-right: 30px;
  padding: 0;
  position: relative;
}

.div-block-4.noheight {
  height: auto;
}

.image {
  z-index: 2;
  background-color: var(--background);
  width: 100%;
  height: 100%;
  transition: transform .5s;
  position: relative;
  top: -30px;
  right: -30px;
}

.image:hover {
  transform: scale(.95);
}

.image.absolute {
  background-image: url('../images/62b043c035e2c83085c6e47a_nordrebliksrud6.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
}

.link {
  color: #84754e;
  text-decoration: none;
}

.link:hover {
  opacity: .6;
  color: var(--gull);
}

.div-block-5 {
  z-index: 3;
  background-color: #323232;
  width: 40%;
  padding: 20px 15px;
  position: absolute;
  bottom: 0;
  right: 30px;
}

.om-oss-tittel {
  color: var(--white);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
}

.content-wrapper-inside {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10vh;
  display: grid;
  position: relative;
}

.content-wrapper-inside.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.content-wrapper-inside.nopb {
  border-bottom: 1px solid var(--linje-2);
  margin-bottom: 0;
  padding-bottom: 0;
}

.content-wrapper-inside._1 {
  grid-template-rows: auto;
}

.content-wrapper-inside._1.line-bottom {
  border-bottom: 1px solid var(--linje-2);
}

.div-block-6 {
  width: 90%;
  padding-left: 15px;
}

.div-block-6.smaller-left {
  padding-left: .7em;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  color: #0000;
  margin-top: 2%;
  font-size: 8px;
  position: static;
}

.slide-nav-2.no-pt {
  margin-top: 0%;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-2 {
  background-color: #0000;
  height: 380px;
}

.div-block-8 {
  justify-content: center;
  align-items: flex-end;
  height: 380px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-8:hover {
  opacity: 1;
}

.slide-7 {
  height: 100%;
}

.collection-item {
  overflow: hidden;
}

.div-block-9 {
  z-index: 6;
  background-image: linear-gradient(#0000, #00000080 41%, #000c);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40%;
  display: flex;
  position: relative;
  transform: translate(0, 31%);
}

.eiendom-heading {
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.eiendom-heading.ansatt {
  margin-bottom: 0;
}

.div-block-11 {
  background-color: #9999997d;
  width: 15%;
  height: 1px;
}

.div-block-12 {
  margin-top: 30px;
  margin-bottom: 25px;
  position: relative;
  top: auto;
  bottom: 0;
}

.image-2 {
  width: 15px;
}

.div-block-14 {
  z-index: 5;
  opacity: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
}

.div-block-15 {
  z-index: 4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-17 {
  padding-right: 15px;
}

.text-span-2 {
  color: var(--gull);
}

.text-span-2.fremtid {
  color: var(--blå);
  font-size: 20px;
  line-height: 1em;
}

.text-span-2.fremtid.m-rk {
  color: var(--white-smoke-text);
}

.footer-text {
  margin-bottom: 0;
}

.div-block-19 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.div-block-19.left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.section-3 {
  width: 100%;
  height: 70vh;
  position: relative;
}

.div-block-20 {
  z-index: 2;
  background-image: linear-gradient(#00000059, #00000059), url('../images/bg-5_1bg-5.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--linjer);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 23%;
  display: grid;
}

.collection-list-2 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 15px;
  display: flex;
}

.div-block-22 {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper {
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-23 {
  background-color: var(--background);
  width: 130%;
  padding: 45px 45px 70px;
  position: absolute;
  top: -34.7vh;
  left: -33%;
}

.div-block-23.mobile, .left-arrow-4, .right-arrow-4 {
  display: none;
}

.slider-4 {
  background-color: #0000;
  height: 10em;
}

.paragraph-2 {
  margin-bottom: 20px;
}

.image-3 {
  border-radius: 100%;
}

.div-block-24 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  color: var(--gull);
  margin-bottom: 0;
  line-height: 1em;
}

.div-block-25 {
  padding-left: 10px;
  display: block;
}

.paragraph-4 {
  margin-bottom: 0;
}

.div-block-26 {
  position: relative;
}

.div-block-27 {
  border: 1px solid var(--gull);
  background-color: var(--gull);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: static;
  inset: 30% auto auto 8%;
}

.image-4 {
  width: 35px;
}

.div-block-28 {
  position: absolute;
  top: 30%;
  left: 10%;
}

.div-block-28.eiendommer {
  margin-bottom: 40px;
  position: static;
}

.section-4 {
  background-image: linear-gradient(180deg, #272727d9, #272727f7 48%, var(--background)), url('../images/4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 50vh;
  margin-bottom: -10vh;
  padding-bottom: 0;
}

.section-4.singeleiendom {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
}

.section-4.alt {
  background-image: linear-gradient(to bottom, #272727d9, #272727f7 48%, var(--background));
}

.section-4.placement {
  background-image: url('../images/unibg-1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  height: 8vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-span-3 {
  color: var(--gull);
}

.div-block-30 {
  background-color: var(--linje-2);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 100%;
}

.paragraph-6, .paragraph-7 {
  margin-bottom: 0;
  line-height: 1.5em;
}

.text-span-4 {
  color: var(--gull);
}

.div-block-31 {
  margin-bottom: 20vh;
  padding-left: 15px;
  padding-right: 15px;
}

.html-embed {
  height: 500px;
}

.div-block-32 {
  padding-left: 15px;
}

.div-block-33 {
  padding-left: 0;
}

.div-block-33.left.kontakt {
  margin-bottom: 10vh;
}

.div-block-33.left.kontakt.fremtid {
  align-self: flex-start;
  margin-bottom: 1vh;
}

.eiendommer {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.heading {
  color: var(--gull);
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.rich-text-block {
  line-height: 1.5em;
  display: block;
}

.rich-text-block-2 {
  line-height: 1.5em;
}

.paragraph-8 {
  color: var(--gull);
  padding-right: 10px;
}

.div-block-35 {
  color: var(--grey);
  flex-direction: row;
  text-decoration: none;
  display: flex;
}

.div-block-35:hover {
  color: var(--grey);
}

.collection-list-3, .collection-item-2 {
  display: flex;
}

.paragraph-9 {
  padding-left: 0;
  padding-right: 5px;
}

.div-block-36 {
  background-image: linear-gradient(to bottom, #272727d9, #272727f7 48%, var(--background));
  height: 100%;
}

.div-block-37 {
  margin-left: 15px;
}

.div-block-38 {
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 15px;
  padding-right: 15px;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-39 {
  background-color: var(--black);
  opacity: .1;
  position: absolute;
  inset: 0%;
}

.lightbox-link {
  object-fit: cover;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.lightbox-link:hover {
  opacity: 1;
}

.eiendom-bildegalleri {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.div-block-40 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--linjer);
  border-bottom: 1px solid var(--linjer);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  height: 10vh;
  display: grid;
}

.image-5 {
  transform-style: preserve-3d;
  width: 15px;
  margin-right: 10px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.image-5.right {
  margin-left: 10px;
  margin-right: 0;
  transform: none;
}

.div-block-41 {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.paragraph-10 {
  margin-bottom: 0;
}

.div-block-42 {
  color: var(--grey);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-42:hover {
  opacity: .66;
  color: var(--grey);
}

.div-block-43 {
  color: var(--grey);
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
}

.div-block-43:hover {
  opacity: .66;
  color: var(--grey);
}

.image-6 {
  width: 25px;
  height: 25px;
}

.div-block-44 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7, .image-8 {
  width: 100%;
}

.div-block-47 {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.image-10 {
  width: 100%;
}

.div-block-48 {
  z-index: 1;
  background-color: var(--black);
  opacity: .5;
  position: absolute;
  inset: 0%;
}

.main-wrapper {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  position: relative;
}

.main-wrapper.m-rk {
  background-color: var(--background);
  overflow: hidden;
}

.header {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-tekst-container {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: relative;
}

.top-tekst-container.m-rk {
  z-index: 1;
  background-color: var(--background);
}

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

.div-block-52 {
  background-color: var(--gull);
  width: 50%;
  height: 1px;
}

.paragraph-11 {
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-11.oswald {
  color: var(--gråfarge);
  margin-top: 1.5%;
  margin-bottom: 2%;
  font-family: Oswald, sans-serif;
}

.paragraph-11.oswald.sideways {
  transform-origin: 0 100%;
  text-align: left;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0%;
  margin-bottom: 0%;
  position: absolute;
  inset: auto auto 0 8%;
  transform: rotate(-90deg);
}

.paragraph-11.oswald.sideways.mrk {
  color: #f1f1f1;
}

.paragraph-11.oswald.white {
  color: var(--white-smoke);
}

.paragraph-11.oswald.mrk {
  color: #f1f1f1;
}

.paragraph-11.oswald.mrk.alt {
  color: #f1f1f191;
}

.paragraph-11.oswald.mrk.alt.pt {
  color: #84754e;
  margin-top: 20%;
}

.paragraph-11.m-rk {
  color: #e9e9e9;
  font-family: Didact Gothic, sans-serif;
}

.heading-3 {
  color: #3c556e;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2em;
  font-family: Oswald, sans-serif;
  font-size: 2.5vw;
}

.heading-3.smaller {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.8vw;
  font-weight: 300;
  line-height: 1.3em;
}

.heading-3.smaller.m-rk {
  color: var(--white-smoke-text);
}

.heading-3.no-margin {
  text-align: left;
  align-self: auto;
  margin-bottom: 0;
  font-size: 2vw;
}

.heading-3.no-margin.prev {
  padding-left: 1em;
  font-size: 2vw;
}

.heading-3.no-margin.prev.next {
  padding-left: 0;
  padding-right: 1em;
}

.heading-3.no-margin.prev.next.m-rk, .heading-3.no-margin.prev.m-rk {
  color: var(--white-smoke-text);
}

.heading-3.no-margin.mrk {
  color: var(--white-smoke-text);
  line-height: 1.5em;
}

.heading-3.small-margin {
  margin-top: .2em;
  margin-bottom: 1.5em;
}

.heading-3.small-margin.m-rk {
  color: var(--white);
}

.bold-text {
  font-size: 13px;
}

.div-block-53 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-bottom: 10%;
  display: flex;
}

.div-block-54 {
  border: 1.5px solid var(--gråfarge);
  border-radius: 100%;
  width: 2vh;
  height: 2vh;
}

.div-block-55 {
  opacity: .3;
  width: 1.5px;
  height: 5vh;
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
  overflow: hidden;
}

.div-block-55.m-rk {
  opacity: 1;
}

.div-block-56 {
  background-color: var(--gull);
  width: 100%;
  height: 100%;
}

.div-block-57 {
  background-color: var(--gull);
  opacity: .3;
  border-radius: 100%;
  width: 1.2vh;
  height: 1.2vh;
}

.div-block-57.m-rk {
  opacity: 1;
}

.div-block-58 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.prosjekt-section-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15vh;
  margin-bottom: 15vh;
  display: flex;
}

.prosjekt-section-1.m-rk {
  background-color: var(--linjer);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.div-block-59 {
  background-color: var(--gull);
  width: 10vw;
  height: 1px;
}

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

.prosjekt-section-2 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vh;
  display: flex;
}

.prosjekt-section-2.m-rk {
  background-color: var(--linjer);
}

.prosjekt-section-2.mrk {
  background-color: var(--background);
}

.detaillgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 80%;
  display: grid;
}

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

.paragraph-12 {
  text-align: center;
}

.prosjekt-section {
  background-color: var(--white-smoke);
  width: 100%;
  position: relative;
}

.prosjekt-section.mrk {
  background-color: var(--background);
}

.prosjekt-section.mrk.alt {
  background-color: var(--linjer);
}

.div-block-61 {
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 10%;
  padding-bottom: 5%;
}

.div-block-62 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
  position: relative;
}

.div-block-63 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-65 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 10%;
  margin-bottom: 10%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.div-block-69 {
  z-index: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-70 {
  background-color: var(--white);
  width: 100%;
}

.div-block-70.m-rk {
  background-color: var(--linjer);
}

.div-block-71 {
  background-color: #f8f8f8;
  width: 100%;
}

.div-block-71.m-rk {
  background-color: var(--linje-2);
}

.div-block-72 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.div-block-74 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  height: 100%;
  display: grid;
}

.image-12 {
  width: 20px;
  transform: rotate(-180deg);
}

.image-12.next {
  transform: none;
}

.div-block-75 {
  opacity: .3;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.collection-list-wrapper-2 {
  width: 100%;
  height: 100%;
}

.collection-list-5, .collection-item-4 {
  height: 100%;
}

.image-13 {
  width: 60px;
}

.preload {
  z-index: 99999;
  background-color: var(--background);
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-78 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.div-block-79 {
  width: 30%;
  height: 100%;
  overflow: hidden;
}

.div-block-80 {
  background-color: var(--gull);
  width: 100%;
  height: 100%;
}

.empty-state, .empty-state-2 {
  display: none;
}

.html-embed-2 {
  height: auto;
  padding-top: 0%;
}

.embed {
  width: 100%;
  height: 100%;
}

.lightbox-link-2 {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lightbox-link-3 {
  text-decoration: none;
}

.lightbox-link-3:hover {
  opacity: .5;
}

.image-14 {
  width: 100%;
}

.html-embed-3 {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.video-link-block {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
}

.div-block-85 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-86 {
  z-index: 1;
  background-color: var(--black);
  opacity: .1;
  position: absolute;
  inset: 0%;
}

.image-15 {
  color: #84754e;
}

.link-block {
  text-decoration: none;
}

.background-video-3 {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.filter_header {
  background-color: #fff;
  border: 1px solid #dae4d8;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  min-height: 4.5rem;
  padding: .5rem 1rem;
  display: flex;
}

.filter_header.hide {
  display: none;
}

.filter_empty {
  border: 1px solid var(--linje-2);
  background-color: var(--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.dropdown_list.w--open {
  background-color: #fff;
}

.sort_field {
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem 2rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.sort_field.w--current {
  color: #3c7c43;
  background-color: #f4f9f4;
}

.filter_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--linjer);
  border-bottom-width: 1px;
  border-bottom-color: #22181626;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 15px;
  position: relative;
}

.dropdown_icon {
  margin-right: 1.2rem;
  font-size: 1rem;
}

.content_collection-list {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter_search-field {
  border: 1px solid var(--linje-2);
  filter: grayscale();
  color: var(--grey);
  background-color: #0000;
  background-image: url('../images/search.svg');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  min-height: 4.4rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 4rem;
  font-size: 1rem;
}

.filter_block-header {
  z-index: 10;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px solid var(--linje-2);
  background-color: var(--linjer);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: grid;
  position: relative;
  inset: 0% 0% auto;
}

.div-block-87 {
  width: 100%;
  height: 100%;
  position: relative;
}

.filter_tag-remove {
  opacity: .5;
  filter: invert();
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: column;
  width: 1.5rem;
  margin-top: .4rem;
  margin-right: .5rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.service-3-wrap {
  width: 100%;
  max-width: 1800px;
}

.page-padding {
  width: 100%;
  padding-left: .7em;
  padding-right: .7em;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xlarge {
  justify-content: center;
  display: flex;
}

.filter_tags-text {
  color: #8f8f8f;
  margin-right: 1rem;
}

.filter_column {
  background-color: var(--background);
  position: sticky;
  top: 16.3vh;
}

.filter_tags-wrapper {
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: start;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.filter_sort-by {
  border: 1px solid #dae4d8;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 12rem;
  padding: .5rem 4rem .5rem 1.2rem;
  display: flex;
}

.heading-small-2 {
  color: var(--white-smoke);
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.4;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.filter_options {
  max-height: 15rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: auto;
}

.filter_options.nomax {
  max-height: none;
}

.filter_tag {
  color: #fff;
  background-color: #1c3e61;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: .85rem;
  font-weight: 500;
  position: relative;
}

.filter_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .48fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.filter_form-wrapper {
  margin-bottom: 0;
}

.text-block {
  color: var(--gråfarge);
}

.div-block-88 {
  background-color: #88888885;
  height: .5px;
}

.div-block-89 {
  width: 100%;
  height: 45vh;
  overflow: hidden;
}

.div-block-89:hover {
  opacity: 1;
}

.div-block-89.alt {
  width: 9vh;
  height: 100%;
}

.image-16 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(.474, .574, .24, .989);
}

.image-16:hover {
  transform: scale(1.05);
}

.div-block-90 {
  padding-top: 1.5rem;
}

.paragraph-15 {
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.paragraph-15.center {
  padding-left: 1rem;
  padding-right: 1rem;
}

.paragraph-15.first {
  color: var(--gull);
}

.div-block-91 {
  display: flex;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-3:hover {
  opacity: 1;
}

.checkbox_field {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.checkbox_input {
  border: 2px solid #dfdfdf;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
}

.checkbox_input.w--redirected-checked {
  border-width: 2px;
  border-color: var(--black);
  background-color: var(--black);
  background-size: .6rem;
  box-shadow: 1px 1px 3px #0000;
}

.checkbox_input.w--redirected-focus {
  border-color: var(--black);
  box-shadow: none;
}

.checkbox_label {
  max-width: 80%;
  margin-right: .25rem;
  font-size: 13px;
  font-weight: 400;
}

.option-results {
  color: #3c7c43;
  display: none;
}

.collection-item-5 {
  display: flex;
}

.collection-list-6 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1em;
  display: grid;
}

.div-block-92 {
  flex: 1;
  padding: 5%;
}

.heading-4 {
  color: var(--gull);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 1.5em;
  margin-bottom: .6em;
  font-family: Oswald, sans-serif;
  font-size: 37px;
  font-weight: 200;
}

.rich-text-block-3 {
  margin-bottom: 8em;
}

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

.empty-state-3 {
  display: none;
}

.div-block-93 {
  background-color: var(--background);
  opacity: .25;
  position: absolute;
  inset: 0%;
}

.empty-state-4 {
  display: none;
}

.body-2 {
  background-color: var(--background);
}

.collection-item-6 {
  min-width: 8em;
  max-width: 10em;
  max-height: 12em;
}

@media screen and (min-width: 1280px) {
  .navigation-item:hover {
    background-color: #0000;
  }

  .logo-image {
    padding-left: 0;
  }

  .forside-halv-left {
    width: 60%;
  }

  .content-lines-wrapper {
    grid-template-columns: .9fr 1fr 1fr 1fr .9fr;
    grid-auto-columns: auto;
  }

  .content-lines-wrapper.footer {
    grid-template-columns: 1fr 4fr .75fr 1fr .25fr;
  }

  .section-2 {
    margin-bottom: 0;
  }

  .section-2.vertical {
    justify-content: flex-start;
  }

  .section-2._20vhpb {
    margin-bottom: 20vh;
  }

  .div-block-4 {
    width: 100%;
    height: 500px;
  }

  .content-wrapper-inside {
    grid-template-rows: auto auto;
    grid-template-columns: .9fr 1fr 1fr 1fr .9fr;
    margin-bottom: 12vh;
  }

  .content-wrapper-inside.grid, .div-block-21 {
    grid-template-columns: .9fr 1fr 1fr 1fr .9fr;
  }

  .collection-list-2 {
    grid-auto-columns: 1fr;
  }

  .collection-list-wrapper {
    justify-content: space-between;
  }

  .div-block-23 {
    width: 150%;
    padding-left: 30px;
    padding-right: 30px;
    top: -30vh;
  }

  .div-block-28 {
    left: 20%;
  }

  .section-4 {
    height: 50vh;
  }

  .div-block-38 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .collection-list-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-item-3 {
    overflow: hidden;
  }

  .div-block-39 {
    background-color: var(--black);
    opacity: .1;
    position: absolute;
    inset: 0%;
  }

  .lightbox-link {
    position: relative;
  }

  .image-7, .image-8, .image-9 {
    width: 100%;
  }

  .html-embed-3.more {
    z-index: 0;
  }
}

@media screen and (min-width: 1920px) {
  .section-3 {
    height: 50vh;
  }

  .div-block-21 {
    height: 23%;
  }

  .div-block-23 {
    top: -18.4vh;
  }

  .prosjekt-section-2.mrk {
    display: none;
  }

  .filter_block {
    border-top: 1px solid #22181626;
    border-bottom-style: none;
  }

  .div-block-89 {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: var(--background);
    width: 100%;
  }

  .navigation {
    background-color: var(--background);
    height: 10vh;
    padding: 25px 30px;
  }

  .menu-button {
    padding: 20px 0 20px 50px;
  }

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

  .logo-image {
    width: 200px;
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .footer-wrap {
    display: none;
  }

  .body {
    overflow: visible;
  }

  .content-lines-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-lines-wrapper.footer {
    position: static;
  }

  .content-lines-wrapper.footer.hide-on-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .linjer {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .linjer.last {
    justify-content: center;
    padding-top: 50px;
  }

  .linjer.last.topheader {
    justify-content: center;
    align-items: center;
  }

  .section-2.vertical {
    height: auto;
  }

  .section-2.vertical.top-allign {
    width: 90%;
  }

  .section-2._20vhpb {
    flex-direction: column;
    margin-bottom: 10vh;
  }

  .section-2.pt {
    flex-direction: column;
  }

  .standard-overskrift.smaller.no-line {
    display: flex;
  }

  .div-block-2 {
    max-width: none;
    margin-bottom: 70px;
  }

  .image.absolute {
    top: 0;
    right: 0;
  }

  .content-wrapper-inside {
    grid-template-columns: .25fr 1fr .25fr;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .content-wrapper-inside.grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-wrapper-inside.grid.kontakt {
    padding-bottom: 0;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

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

  .footer-text.left {
    text-align: left;
  }

  .div-block-19 {
    text-align: center;
    padding-left: 0;
  }

  .div-block-19.left {
    text-align: left;
    padding-left: 15px;
  }

  .div-block-19.left.fremtid {
    padding-left: 0;
  }

  .section-3 {
    height: 65vh;
  }

  .div-block-20 {
    align-items: center;
  }

  .div-block-21 {
    grid-template-columns: 1fr;
    height: 15%;
  }

  .div-block-23 {
    width: 80%;
    position: static;
  }

  .div-block-23.mobile {
    width: 100%;
    padding-bottom: 50px;
    display: block;
  }

  .slide-9 {
    height: auto;
  }

  .div-block-26 {
    display: none;
  }

  .div-block-28 {
    width: 90%;
    margin-bottom: 5%;
    position: static;
  }

  .div-block-33.left {
    display: flex;
  }

  .div-block-33.left.kontakt.fremtid {
    justify-content: center;
    align-self: center;
  }

  .div-block-37 {
    width: 90%;
    margin-left: 0;
    padding-top: 34px;
    padding-left: 15px;
  }

  .div-block-38, .collection-list-4 {
    width: 100%;
  }

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

  .div-block-47 {
    width: 350em;
  }

  .top-tekst-container.m-rk {
    background-color: #272727cc;
    width: 100%;
  }

  .div-block-52 {
    margin-top: 3vh;
    margin-bottom: 2vh;
  }

  .paragraph-11.oswald.sideways.mrk {
    margin-top: 5%;
    position: static;
    bottom: -36px;
    transform: none;
  }

  .paragraph-11.oswald.white {
    font-size: 20px;
  }

  .paragraph-11.oswald.mrk {
    margin-top: 5%;
    font-size: 3vw;
  }

  .paragraph-11.oswald.mrk.alt {
    margin-bottom: 0;
    font-size: 20px;
  }

  .paragraph-11.oswald.mrk.alt.pt {
    margin-top: 0%;
  }

  .heading-3.smaller.m-rk {
    font-size: 4vw;
  }

  .heading-3.no-margin.prev.m-rk {
    font-size: 3vw;
  }

  .heading-3.no-margin.mrk {
    text-align: center;
    font-size: 4vw;
  }

  .heading-3.small-margin.m-rk {
    margin-bottom: 0;
    font-size: 8vw;
  }

  .bold-text {
    font-size: 15px;
  }

  .prosjekt-section-1.m-rk {
    background-color: var(--background);
    flex-direction: column;
  }

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

  .prosjekt-section-2.m-rk {
    height: auto;
  }

  .detaillgrid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .prosjekt-section.mrk.hide {
    display: none;
  }

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

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

  .div-block-69 {
    flex-direction: column;
    justify-content: space-between;
  }

  .div-block-70.m-rk, .div-block-71.m-rk {
    height: 100%;
  }

  .lightbox-link-2, .html-embed-3 {
    display: none;
  }

  .div-block-84 {
    flex: 1;
    justify-content: flex-end;
    display: flex;
  }

  .paragraph-13, .paragraph-14 {
    text-align: center;
  }

  .background-video-3 {
    display: block;
  }

  .filter_header {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-left: 16px;
  }

  .filter_block-header {
    align-items: start;
    padding-left: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .filter_tags-wrapper {
    margin-top: .5rem;
  }

  .filter_grid {
    grid-template-columns: 1fr;
  }

  .heading-4 {
    font-size: 35px;
  }

  .image-17 {
    height: 40vh;
  }

  .collection-list-wrapper-3 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

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

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .topp-heading {
    font-size: 35px;
  }

  .section-2 {
    flex-direction: column;
    height: auto;
    margin-bottom: 10vh;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
  }

  .section-3 {
    height: 80vh;
  }

  .div-block-31.show {
    margin-bottom: 0;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .div-block-45 {
    display: none;
  }

  .paragraph-11.oswald.sideways.mrk {
    text-align: center;
  }

  .paragraph-11.oswald.white {
    font-size: 14px;
  }

  .paragraph-11.oswald.mrk, .heading-3.no-margin.prev.m-rk {
    font-size: 4vw;
  }

  .div-block-74 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .page-padding {
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .filter_tags-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .heading-small-2 {
    font-size: 1rem;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .image-17 {
    height: 30vh;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .navigation-items {
    flex-direction: row;
  }

  .navigation {
    padding-left: 0;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .webflow-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-item {
    margin-left: 10px;
    margin-right: 5px;
  }

  .forside-halv-left {
    width: 100%;
  }

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

  .paragraph.forside {
    width: 20em;
  }

  .content-lines-wrapper.footer {
    border-top: 1px solid var(--linjer);
    grid-template-columns: 1fr 1fr;
  }

  .content-lines-wrapper.footer.hide-on-mobile {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .linjer {
    justify-content: center;
    align-items: center;
  }

  .linjer.last, .linjer.last.topheader {
    padding-top: 5%;
  }

  .linjer.right {
    justify-content: center;
  }

  .linjer.right.hide-mobile {
    display: none;
  }

  .section-2 {
    margin-top: 5vh;
  }

  .section-2.vertical.top-allign {
    width: 100%;
  }

  .standard-overskrift {
    font-size: 25px;
  }

  .standard-overskrift.smaller {
    font-size: 15px;
  }

  .div-block-5 {
    display: none;
  }

  .content-wrapper-inside.grid {
    grid-template-rows: auto;
    padding-bottom: 0;
  }

  .content-wrapper-inside.nopb, .content-wrapper-inside._1 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .eiendom-heading {
    font-size: 15px;
  }

  .div-block-17 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-text {
    text-align: left;
    font-size: 14px;
  }

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

  .div-block-19 {
    height: auto;
    padding-top: 0;
  }

  .div-block-23.mobile {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider-4 {
    height: 14em;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .paragraph-3 {
    line-height: 1.75em;
  }

  .paragraph-4 {
    font-size: 12px;
    line-height: 1em;
  }

  .section-4 {
    height: 30vh;
  }

  .div-block-31 {
    display: none;
  }

  .div-block-31.show {
    display: block;
  }

  .div-block-33.left {
    display: none;
  }

  .div-block-33.left.kontakt.fremtid, .div-block-33.left.kontakt.ekstra {
    display: block;
  }

  .paragraph-8 {
    white-space: nowrap;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .div-block-40 {
    display: none;
  }

  .div-block-47 {
    width: 1000%;
  }

  .paragraph-11.oswald.mrk {
    font-size: 5vw;
  }

  .heading-3.smaller.m-rk {
    font-size: 6vw;
  }

  .heading-3.no-margin.prev.m-rk {
    font-size: 5vw;
  }

  .heading-3.no-margin.mrk {
    margin-bottom: 2em;
    font-size: 6vw;
  }

  .video-link-block {
    width: 100px;
    height: 100px;
  }

  .page-padding {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

#w-node-a07a153a-5d66-ad18-cd39-979ec1047941-1fcc4928 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_1b594d7e-f284-535f-1838-cf7ae1b3dca3-1fcc4928 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_6db38171-9952-ccd9-d8d2-91d2a4fa8d24-a4fa8cee {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6db38171-9952-ccd9-d8d2-91d2a4fa8d28-a4fa8cee {
  place-self: center;
}

#w-node-_6db38171-9952-ccd9-d8d2-91d2a4fa8d34-a4fa8cee, #w-node-_6db38171-9952-ccd9-d8d2-91d2a4fa8d35-a4fa8cee {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-da78023f-823b-951b-9093-78bcb1bec167-1fcc492d {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-da78023f-823b-951b-9093-78bcb1bec182-1fcc492d {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_65e577ae-2cd5-345b-fb45-2c75e6d507c5-1fcc492d, #w-node-d63011c0-0bdc-130f-09eb-a947b080b2f1-1fcc492d, #w-node-f5072c30-b34d-34fc-80f2-55a16cdefa47-1fcc492d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe8cd65b-d2e4-ee1b-38cc-7f84dacd0807-1fcc492f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5e74e975-d774-b2ed-a7a0-260b1ab72772-1fcc492f {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_6b5d59bf-347c-b8c0-d7f1-92711ae607e0-1fcc492f {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_1e38c54a-b54c-47e4-d0ff-8f0a3aca1779-1fcc492f {
  grid-area: 4 / 2 / 5 / 5;
}

#w-node-_1e38c54a-b54c-47e4-d0ff-8f0a3aca1798-1fcc492f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b8fbbf8-3bec-441d-737f-55ad22d7bbe0-1fcc4932 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-da78023f-823b-951b-9093-78bcb1bec169-1fcc4932 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c0f7c191-4564-5fb4-08ab-de35b9b9934f-1fcc4932 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3ed0ec74-4236-4515-af43-030971ea2649-1fcc4932 {
  grid-area: 3 / 3 / 2 / 4;
}

#w-node-_5e6ab715-e607-9fb9-294e-80b8dc2b3727-1fcc4932 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_2318de17-693d-c82d-f930-b31c3135adf5-1fcc4932 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-da78023f-823b-951b-9093-78bcb1bec162-1fcc4933 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2d53ddd1-dcb9-01f8-2b2f-b9f9a5383307-1fcc4933, #w-node-_2d53ddd1-dcb9-01f8-2b2f-b9f9a5383307-1fcc4934 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-f72625c9-98e7-88c1-6491-272180084a31-1fcc4935, #w-node-f72625c9-98e7-88c1-6491-272180084a36-1fcc4935, #w-node-f72625c9-98e7-88c1-6491-272180084a3b-1fcc4935, #w-node-f72625c9-98e7-88c1-6491-272180084a40-1fcc4935, #w-node-f72625c9-98e7-88c1-6491-272180084a4e-1fcc4935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f72625c9-98e7-88c1-6491-272180084a70-1fcc4935 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f72625c9-98e7-88c1-6491-272180084a7a-1fcc4935 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-bb7fbff5-fb1e-aa0c-41ce-7619355b334c-1fcc4937 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4537c74d-10f0-a777-18ed-41752f419bf4-1fcc4937, #w-node-_3204aaa8-b6d8-8e75-e320-d6bac98a39e9-1fcc4937, #w-node-_4537c74d-10f0-a777-18ed-41752f419bff-1fcc4937, #w-node-_7af64856-9622-e4dd-0017-5e6923876549-1fcc4937 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a83b4061-cb83-b696-b4a5-6eda3d53c476-1fcc4938 {
  grid-area: 1 / 2 / 2 / 5;
}

@media screen and (min-width: 1920px) {
  #w-node-_8070369b-800e-d500-9ec0-effef82316b3-1d954aa0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b4459ab0-724e-ab5e-bd89-2530dae2958a-1d954aa0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b4459ab0-724e-ab5e-bd89-2530dae2958d-1d954aa0 {
    grid-area: 2 / 4 / 3 / 5;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_6db38171-9952-ccd9-d8d2-91d2a4fa8d28-a4fa8cee {
    align-self: center;
  }

  #w-node-_6b5d59bf-347c-b8c0-d7f1-92711ae607e0-1fcc492f {
    grid-area: 2 / 2 / 3 / 5;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_57bbb566-25b1-8dc4-b3e3-80d17ce9ac58-7ce9ac3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6db38171-9952-ccd9-d8d2-91d2a4fa8d24-a4fa8cee {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_3b8fbbf8-3bec-441d-737f-55ad22d7bbe0-1fcc4932 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c0f7c191-4564-5fb4-08ab-de35b9b9934f-1fcc4932 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3ed0ec74-4236-4515-af43-030971ea2649-1fcc4932, #w-node-_5e6ab715-e607-9fb9-294e-80b8dc2b3727-1fcc4932 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2318de17-693d-c82d-f930-b31c3135adf5-1fcc4932 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-f72625c9-98e7-88c1-6491-272180084a70-1fcc4935 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f72625c9-98e7-88c1-6491-272180084a7a-1fcc4935 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_4537c74d-10f0-a777-18ed-41752f419bee-1fcc4937 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_57bbb566-25b1-8dc4-b3e3-80d17ce9ac3c-7ce9ac3b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_57bbb566-25b1-8dc4-b3e3-80d17ce9ac4e-7ce9ac3b {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-_3d7b9ad3-295a-70d1-a87e-7b15fbf7cbfd-7ce9ac3b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_57bbb566-25b1-8dc4-b3e3-80d17ce9ac46-7ce9ac3b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_57bbb566-25b1-8dc4-b3e3-80d17ce9ac5c-7ce9ac3b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_57bbb566-25b1-8dc4-b3e3-80d17ce9ac58-7ce9ac3b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_6473672c-a935-081c-717a-55817e0a5e47-7ce9ac3b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c0f7c191-4564-5fb4-08ab-de35b9b9934f-1fcc4932, #w-node-_3ed0ec74-4236-4515-af43-030971ea2649-1fcc4932, #w-node-_5e6ab715-e607-9fb9-294e-80b8dc2b3727-1fcc4932, #w-node-_2318de17-693d-c82d-f930-b31c3135adf5-1fcc4932 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f72625c9-98e7-88c1-6491-272180084a70-1fcc4935 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-f72625c9-98e7-88c1-6491-272180084a7a-1fcc4935 {
    grid-area: 3 / 1 / 4 / 5;
  }
}


