body.page-template-landing-page .main-nav__wrapper,
body.page-template-landing-page .footer {
  display: none;
}

body.page-template-landing-page .toptext__wrapper {
  margin-bottom: 0;
}

body.page-template-landing-page .list__no-result-btn {
  max-height: none;
}

body.page-template-landing-page .list__dropdown-cta {
  background: var(--color-cta);
}

body.page-template-landing-page .list__dropdown-cta:hover {
  background-color: var(--color-cta-dark);
}

body.page-template-landing-page.home .content-wrapper {
  margin-top: 20px;
}

body.page-template-landing-page .list__prop-title {
  word-break: normal;
}

@media screen and (min-width: 425px) {
  body.page-template-landing-page .toptext__wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  body.page-template-landing-page .content-wrapper:first-of-type {
    padding-top: 0;
  }

  body.page-template-landing-page .list--dropdown .list__content {
    grid-template-rows: 155px;
  }
}

@media (min-width: 1300px) {
  body.page-template-landing-page.home .content-wrapper:first-of-type {
    background-image: none;
  }
}
