:root {
  --black: black;
  --white: white;
  --yellow: #f0be20;
  --transparent: #fff0;
}

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

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

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  max-width: 970px;
  margin-bottom: 25px;
}

a {
  color: var(--black);
  font-weight: 600;
  text-decoration: underline;
}

.header {
  margin-top: 25px;
  margin-bottom: 25px;
  display: none;
}

.header.light {
  z-index: 100;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  z-index: 10;
  width: 1370px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.container.flex {
  justify-content: flex-end;
  display: flex;
}

.container.small {
  width: 850px;
}

.nav-list {
  justify-content: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.logo-wrapper {
  float: left;
  width: 200px;
  height: 60px;
}

.nav-link {
  color: #000;
  border-bottom: 2px solid #0000;
  margin: 17px 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.nav-link:hover {
  border-bottom-color: #000;
}

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

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

.search-button {
  z-index: 2;
  float: right;
  background-color: #fff0;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
}

.navigation {
  z-index: 2;
  flex: 1;
  position: relative;
}

.search-button-icon {
  width: 100%;
  height: 100%;
}

.hero {
  justify-content: center;
  align-items: flex-end;
  height: 75vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-wrapper {
  width: 1370px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.hero-content {
  background-image: linear-gradient(90deg, #ffffffe6 60%, #fff0);
  max-width: 60%;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-right: 150px;
  position: relative;
}

.hero-h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 44px;
}

.main {
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.main.light {
  background-color: #fff8e3;
}

.body {
  overflow: scroll;
}

.mask {
  z-index: 10;
  margin-left: -15px;
  overflow: visible;
}

.slide {
  width: 40%;
}

.slide-nav {
  display: none;
}

.left-arrow {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: -45px 65px auto auto;
}

.slider {
  background-color: #ddd0;
  height: 400px;
  position: relative;
}

.right-arrow {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: -45px 15px auto auto;
}

.slide-content {
  border-radius: 10px;
  margin: 15px;
  position: relative;
}

.slide-image {
  object-fit: cover;
  width: 100%;
  height: 340px;
}

.hero-gradient {
  background-color: #ffffffe6;
  width: 150%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -150%;
}

.arrow-icon {
  width: 100%;
  height: 100%;
  padding: 5px;
}

.slide-text {
  background-image: linear-gradient(#0000, #000c 60%);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 60px 20px 20px;
  position: absolute;
  inset: auto 0 0;
}

.slide-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}

.link {
  color: #000;
  border: 2px solid #000;
  border-radius: 50px;
  margin-right: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 46px;
  text-decoration: none;
  display: inline-block;
}

.link:hover {
  background-color: var(--yellow);
}

.link.small {
  background-color: var(--transparent);
  background-image: none;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  line-height: 36px;
}

.link.small:hover {
  background-color: var(--yellow);
}

.link.light {
  border-width: 2px;
  border-color: var(--white);
  background-color: var(--transparent);
  color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.link.light:hover {
  border-color: var(--yellow);
  background-color: var(--yellow);
  color: var(--black);
}

.columns {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

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

.sub-header {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 26px;
}

.article-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 400px;
}

.reference-stars {
  margin-top: -5px;
  margin-bottom: 15px;
  display: flex;
}

.star {
  background-image: url('../images/stjerne.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.reference-place {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
}

.reference-name {
  margin-bottom: 0;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 15px;
  line-height: 23px;
}

.footer-logo {
  width: 200px;
}

.slide-hidden {
  height: 0;
  overflow: hidden;
}

.slide-link {
  color: var(--white);
  border-radius: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.slide-link:focus-visible, .slide-link[data-wf-focus-visible] {
  outline-color: var(--black);
  outline-offset: 3px;
  outline-width: 3px;
  outline-style: solid;
}

.garanti {
  border-top: 1px solid #eee;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 15px;
  display: flex;
}

.garanti-logo {
  width: 80px;
  margin-right: 20px;
}

.footer-link {
  font-weight: 400;
  line-height: 25px;
}

.footer-link:hover {
  text-decoration: none;
}

.footer-h3 {
  font-size: 21px;
  line-height: 24px;
}

.tittel {
  margin-top: -10px;
  font-style: italic;
}

.footer-image {
  float: left;
  object-fit: cover;
  border-radius: 5px;
  width: 140px;
  height: 170px;
  margin-right: 15px;
}

.nav-wrapper {
  flex: 1;
}

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

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

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

.nav-search {
  display: none;
}

.sr-only {
  text-indent: -500px;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.search-input {
  color: var(--black);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 50px;
  padding: 0 25px;
  font-size: 19px;
  font-weight: 400;
  line-height: 50px;
}

.search-input::placeholder {
  color: var(--black);
}

.search-input-button {
  background-color: var(--yellow);
  color: var(--black);
  text-transform: uppercase;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  height: 50px;
  padding: 0 25px 0 20px;
  line-height: 50px;
}

.menu-button {
  z-index: 2;
  float: right;
  background-color: #fff0;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  padding-left: 3px;
  padding-right: 3px;
  display: none;
  position: relative;
}

.overlay {
  background-image: linear-gradient(#000000e6, #fff0 60%, #000000f2);
  position: absolute;
  inset: 0%;
}

.overlay.small {
  background-image: linear-gradient(#000000e6, #00000094 60%, #000000f2);
}

.page-header {
  background-color: var(--black);
  justify-content: center;
  align-items: flex-end;
  height: 50vh;
  min-height: 200px;
  display: flex;
  position: relative;
}

.page-header.small {
  height: 25vh;
}

.page-header.blank {
  height: 200px;
}

.page-header-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: absolute;
}

.page-header-wrapper {
  color: var(--white);
  width: 100%;
  position: relative;
}

.page-header-content {
  text-align: right;
  background-image: none;
  justify-content: space-between;
  align-items: flex-end;
  width: 1370px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
  position: relative;
}

.page-header-h1 {
  float: left;
  text-align: left;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 70px;
}

.slide-overlay {
  z-index: 20;
  background-image: linear-gradient(90deg, #fff0 5%, #fff 95%);
  width: 12.5%;
  position: absolute;
  inset: 140px 0 0 auto;
}

.slide-overlay.light {
  background-image: linear-gradient(90deg, #fff8e300 5%, #fff8e3 95%);
}

.ingress {
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
}

.info-block {
  background-color: var(--yellow);
  color: var(--black);
  border-radius: 10px;
  order: 1;
  align-self: flex-start;
  width: 33%;
  margin-bottom: 25px;
  padding: 10px 30px 20px;
}

.list {
  margin-bottom: 25px;
  padding-left: 20px;
}

.appartments {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 66%;
  display: grid;
}

.appartments._3_column {
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.appartment-item {
  color: var(--white);
  border-radius: 10px;
  flex: 1;
  margin-bottom: 25px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.appartment-item.full {
  border: 1px solid var(--yellow);
}

.appartment-image {
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.button {
  background-color: var(--yellow);
  color: var(--black);
  text-align: center;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
}

.button:hover {
  background-color: var(--black);
  color: var(--yellow);
}

.button.light {
  float: right;
  background-color: var(--transparent);
  background-image: url('../images/arrow_forward_FILL0_wght400_GRAD0_opsz24.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 2px solid #000;
  padding-left: 40px;
}

.button.light:hover {
  background-color: var(--black);
  background-image: url('../images/arrow_forward-yellow.svg');
}

.button.light.white {
  border-color: var(--yellow);
  color: var(--yellow);
  background-image: url('../images/arrow_forward-yellow.svg');
}

.button.large {
  font-size: 19px;
  line-height: 30px;
}

.links-wrapper {
  margin-bottom: 15px;
}

.icon-info {
  border: 1px solid var(--yellow);
  background-color: #fff;
  align-items: center;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 15px;
  display: flex;
}

.icon-box-img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.appartment-content {
  align-items: flex-end;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.appartment-content.full {
  color: var(--black);
  display: block;
  position: relative;
}

.info-boxes {
  margin-bottom: 15px;
  display: flex;
}

.price-info {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 15px;
  font-style: italic;
  line-height: 20px;
}

.front-header {
  background-color: var(--black);
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: block;
  position: relative;
}

.front-header-box {
  color: var(--white);
  flex: 0 auto;
  align-self: stretch;
  width: 680px;
  padding: 30px 35px 35px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  inset: auto 20px 0 auto;
}

.front-header-box.black {
  color: #fff;
  background-color: #000000e6;
}

.front-header-box.left {
  top: auto;
  left: 20px;
  right: auto;
}

.front-header-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: block;
}

.front-header-image {
  float: left;
  object-fit: cover;
  object-position: 50% 50%;
  width: 200px;
  height: 100%;
  margin-right: 20px;
}

.front-header-h2 {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 44px;
  line-height: 60px;
}

.front-header-h2.yellow {
  color: var(--yellow);
}

.hero-split-image {
  object-fit: cover;
  width: 100%;
  height: 75vh;
  min-height: 400px;
}

.arrow {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 30px 35px auto auto;
}

.front-header-column {
  float: left;
  flex: 1;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.code-embed {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
  transform: scale(1.5);
}

.front-header-p {
  margin-bottom: 0;
}

.link-group {
  text-align: left;
  margin-bottom: 10px;
  display: inline-block;
  overflow: hidden;
}

.link-arrow {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: flex;
  transform: scale(1.5);
}

.search-wrapper {
  z-index: 1;
  width: 730px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.header-search {
  margin-top: 80px;
  display: flex;
}

.content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.content {
  flex: 1;
}

.image {
  border-radius: 10px;
  margin-bottom: 25px;
}

.request-block {
  order: 1;
  align-self: flex-start;
  width: 33%;
}

.label {
  font-weight: 400;
}

.input {
  color: var(--black);
  border-radius: 5px;
  min-height: 50px;
  font-size: 19px;
}

.input.textarea {
  min-height: 150px;
}

.input-wrapper {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  padding-right: 20px;
}

.input-wrapper.small {
  width: 50%;
}

.remove {
  background-color: var(--yellow);
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  inset: 10px 10px auto auto;
}

.remove:hover {
  background-color: var(--black);
  color: var(--yellow);
}

.search-overlay {
  background-color: #000000e6;
  height: 200px;
  display: none;
  position: absolute;
  inset: -25px 0% auto;
}

.tab-link {
  background-color: var(--transparent);
  border: 2px solid #000;
  border-radius: 50px;
  align-items: center;
  margin-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 19px;
  line-height: 46px;
  display: inline-flex;
}

.tab-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.tabs-menu {
  text-align: right;
}

.extra-info {
  background-color: #fff8e3;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 30px 30px 15px;
  display: none;
}

.google-map {
  margin-top: 15px;
  margin-bottom: 15px;
}

.uu-link {
  z-index: 1000;
  background-color: var(--yellow);
  border-radius: 50px;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-flex;
  position: absolute;
  top: -100px;
  left: 10px;
}

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

.appartment-overlay {
  opacity: .7;
  background-image: linear-gradient(#0000 48%, #000 87%);
  position: absolute;
  inset: 0%;
}

.appartment-overlay.small {
  background-image: linear-gradient(#000000e6, #00000094 60%, #000000f2);
}

.search-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-list._3_column {
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.search-item {
  background-color: #f0be2026;
  border-radius: 20px;
  flex: 1;
  padding: 20px 25px 10px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.search-item:hover {
  text-decoration: underline;
}

.search-item.full {
  border: 1px solid var(--yellow);
}

@media screen and (max-width: 991px) {
  .header {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .nav-list {
    flex-flow: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .logo-wrapper {
    z-index: 20;
    width: 150px;
    height: 50px;
    position: relative;
  }

  .nav-link.light {
    color: var(--white);
    font-size: 21px;
    line-height: 35px;
  }

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

  .search-button {
    margin-top: 5px;
  }

  .navigation {
    z-index: 11;
    background-color: #000000e6;
    justify-content: center;
    align-items: center;
    height: 100svh;
    min-height: 600px;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    position: absolute;
    inset: 0 0% auto;
    transform: none;
  }

  .hero-content {
    width: 100%;
    max-width: none;
    padding-right: 100px;
  }

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

  .link {
    background-image: none;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
  }

  .article-image {
    height: 230px;
  }

  .nav-search {
    background-color: var(--transparent);
    margin-bottom: 0;
    padding: 15px;
    display: flex;
  }

  .sr-only {
    display: none;
  }

  .menu-button {
    z-index: 20;
    margin-top: 5px;
    display: block;
    position: relative;
  }

  .page-header.small {
    height: 200px;
  }

  .page-header-content {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-right: 100px;
  }

  .page-header-h1 {
    align-self: flex-start;
    margin-bottom: 15px;
    font-size: 44px;
    line-height: 55px;
  }

  .info-block {
    margin-top: -20px;
  }

  .appartments {
    max-width: 100%;
  }

  .front-header-box {
    width: 100%;
    right: 0;
  }

  .front-header-box.left {
    left: 0;
  }

  .front-header-wrapper {
    flex-flow: column;
  }

  .front-header-image {
    height: 240px;
  }

  .link-group {
    margin-bottom: 0;
  }

  .search-wrapper {
    width: 100%;
  }

  .header-search {
    background-color: var(--transparent);
    margin-top: 60px;
    margin-bottom: 0;
    padding: 15px;
    display: flex;
  }

  .content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .request-block {
    margin-top: -20px;
  }

  .search-overlay {
    height: 170px;
  }

  .search-list {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .logo-wrapper {
    width: 130px;
    height: 40px;
  }

  .search-button {
    margin-top: 0;
  }

  .hero-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content {
    padding-left: 20px;
    padding-right: 50px;
  }

  .hero-h1 {
    font-size: 28px;
    line-height: 34px;
  }

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

  .slide {
    width: 60%;
  }

  .slider, .slide-image {
    height: 300px;
  }

  .columns {
    flex-flow: column;
  }

  .footer-image {
    float: none;
    margin-top: 15px;
    margin-right: 0;
  }

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

  .area-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .menu-button {
    margin-top: 0;
  }

  .overlay {
    background-image: linear-gradient(#000000e6, #fff0 42%, #000000f2);
  }

  .page-header.blank {
    height: 160px;
  }

  .page-header-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .page-header-content {
    padding-left: 20px;
    padding-right: 50px;
  }

  .page-header-h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .info-block {
    order: -1;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .appartments {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .appartments._3_column {
    grid-template-columns: 1fr 1fr;
  }

  .front-header-box {
    font-size: 13px;
    line-height: 20px;
  }

  .front-header-h2 {
    font-size: 28px;
    line-height: 50px;
  }

  .code-embed, .link-arrow {
    transform: scale(1);
  }

  .header-search {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .request-block {
    order: -1;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .search-overlay {
    height: 150px;
  }

  .appartment-overlay {
    background-image: linear-gradient(#000000e6, #fff0 42%, #000000f2);
  }

  .search-list {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 479px) {
  .hero-content {
    background-image: linear-gradient(90deg, #ffffffe6 60%, #fff6);
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 0;
  }

  .hero-h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .slide {
    width: 85%;
  }

  .left-arrow {
    left: 0;
    right: auto;
  }

  .right-arrow {
    right: 0;
  }

  .link {
    background-image: none;
  }

  .link.light {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 40px;
  }

  .area-heading {
    text-align: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    line-height: 24px;
  }

  .page-header {
    height: auto;
    min-height: 400px;
  }

  .page-header.small, .page-header.blank {
    min-height: auto;
  }

  .page-header-content {
    background-image: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .appartments._3_column {
    grid-template-columns: 1fr;
  }

  .front-header-box {
    padding: 30px 15px 15px;
  }

  .hero-split-image {
    height: 250px;
  }

  .arrow {
    top: 15px;
    right: 15px;
  }

  .front-header-column {
    border-bottom: 3px solid var(--white);
    width: 100%;
  }

  .link-arrow {
    display: none;
  }

  .input-wrapper {
    padding-right: 0;
  }

  .input-wrapper.small {
    width: 100%;
  }

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


