@charset "UTF-8";
/* -- COLORS -- */
/* -- TYPOGRAPHY :: FONT SIZE -- */
/* -- TYPOGRAPHY :: LINE HEIGHT -- */
/* -- TYPOGRAPHY :: FONT FAMILY -- */
/* -- LAYOUT :: BREAKPOINTS -- */
/* -- LAYOUTS -- */
/* -- TYPOGRAPHY -- */
/* -- HIDE SCROLLBAR -- */
/* -- RESET UNORDERED LIST -- */
:root {
  --color-rat-black: #404040;
  --color-rat-brown: #4E4035;
  --color-rat-coffee: #8D7865;
  --color-rat-taupe: #B8A996;
  --color-rat-desert: #DAD2C7;
  --color-rat-ivory: #F5F2ED;
  --color-rat-white: #FFFFFF;
}

:root {
  --font-size-rat-base: 18px;
  --font-size-rat-h1: 4.1111111111rem;
  --font-size-rat-h2: 3.3333333333rem;
  --font-size-rat-h3: 1.4444444444rem;
  --font-size-rat-h4: 1.1111111111rem;
  --font-size-rat-h5: 1.1111111111rem;
  --line-height-rat-base: 1.6;
  --line-height-rat-h1: 1;
  --line-height-rat-h2: 1;
  --line-height-rat-h3: 1;
  --line-height-rat-h4: 1;
  --line-height-rat-h5: 1;
}
@media (max-width: 767px) {
  :root {
    --font-size-rat-base: 16px;
    --font-size-rat-h1: 1.875rem;
    --font-size-rat-h2: 1.625rem;
    --font-size-rat-h3: 1.25rem;
    --font-size-rat-h4: 1.125rem;
    --font-size-rat-h5: 1rem;
    --line-height-rat-base: 1.4;
    --line-height-rat-h1: 1.1;
    --line-height-rat-h2: 1.1;
    --line-height-rat-h3: 1.1;
    --line-height-rat-h4: 1.1;
    --line-height-rat-h5: 1.1;
  }
}

:root {
  --layout-rat-content: 1200px;
}

.block-editor-page.post-type-post .is-root-container {
  max-width: 1069px;
}

@media (min-width: 767px) {
  .rat-visible-on-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .rat-hide-on-mobile {
    display: none;
  }
}

.rat-animation--has-fade-in {
  position: relative;
  top: 1.5rem;
  opacity: 0;
  transition: 1s;
}
.rat-animation--has-fade-in-visible {
  top: 0;
  opacity: 1;
}

.rat-boxes__grid {
  display: flex;
  margin: -0.5rem;
}
.rat-boxes__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  padding: 1.5rem;
  margin: 0.5rem;
  border: solid 1px #B8A996;
}
.rat-boxes__item-icon {
  height: 1.875rem;
  width: auto;
  margin-bottom: 5rem;
}
.rat-boxes__item-icon + * {
  margin-top: auto;
}
.rat-boxes__item-heading {
  font-size: 1.4444444444rem;
  line-height: 1;
  font-family: "itc-fenice", sans-serif;
  color: #4E4035;
}
@media (max-width: 767px) {
  .rat-boxes__item-heading {
    font-size: 1.25rem;
    line-height: 1.1;
  }
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  padding: 0.5rem 1rem;
  border-radius: 0;
  margin-top: 0.5rem;
  border: solid 1px;
  width: 100%;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .wpcf7-submit {
  padding: 0.5rem 1rem !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  border-radius: 0;
  transition: 0.3s;
  background-color: #4E4035;
  color: #FFFFFF;
  border: none;
}
.wpcf7 .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  font-family: "itc-fenice", sans-serif;
}

@media (min-width: 1000px) {
  .rat-contact__inner {
    display: flex;
  }
}
@media (min-width: 1000px) {
  .rat-contact__section {
    width: calc(50% - 1rem);
  }
}
.rat-contact__section:first-child {
  background-color: #F5F2ED;
}
@media (min-width: 1000px) {
  .rat-contact__section:first-child {
    margin-right: 1rem;
  }
}
@media (max-width: 1000px) {
  .rat-contact__section:first-child {
    margin-bottom: 1rem;
  }
}
.rat-contact__section:first-child svg {
  display: block;
  width: auto;
}
@media (min-width: 767px) {
  .rat-contact__section:first-child svg {
    height: 10rem;
    margin: 0 auto 8rem auto;
  }
}
@media (max-width: 767px) {
  .rat-contact__section:first-child svg {
    height: 6rem;
    margin: 0 auto 4rem auto;
  }
}
.rat-contact__section:last-child {
  background-image: url("../images/contact-background.jpg");
  background-position: center;
  background-size: cover;
}
.rat-contact__section:last-child svg {
  display: block;
  height: 5rem;
  width: auto;
  margin: 2rem auto;
}
.rat-contact__section:last-child p {
  text-align: center;
}
.rat-contact__section-inner {
  padding: 3rem 1.75rem;
}
.rat-contact__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.75rem;
  margin-right: 1.25rem;
}
.rat-contact__item img {
  width: 3.25rem;
  height: auto;
  margin-right: 1.25rem;
}
.rat-contact__item-details {
  flex: 1;
  padding-bottom: 1rem;
  border-bottom: solid 1px #DAD2C7;
}
.rat-contact__item-overline {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 500;
  color: #8D7865;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .rat-contact__item-overline {
    font-size: 0.75rem;
    line-height: 1.1;
  }
}
.rat-contact__item-overline + * {
  font-size: 1.4444444444rem;
  line-height: 1;
  font-family: "itc-fenice", sans-serif;
}
@media (max-width: 767px) {
  .rat-contact__item-overline + * {
    font-size: 1.25rem;
    line-height: 1.1;
  }
}
.rat-contact__heading {
  font-size: 3.3333333333rem;
  line-height: 1;
  font-family: "itc-fenice", sans-serif;
  color: #4E4035;
  text-align: center;
}
@media (max-width: 767px) {
  .rat-contact__heading {
    font-size: 1.625rem;
    line-height: 1.1;
  }
}
p + .rat-contact__heading {
  margin-top: 2rem;
}

@media (min-width: 1000px) {
  .rat-footer__contact {
    display: flex;
  }
}
.rat-footer__contact-image {
  display: flex;
  flex: 1;
}
.rat-footer__contact-image img {
  width: 100%;
  height: auto;
}
.rat-footer__contact-content {
  flex: 1;
  background-color: #8D7865;
}
@media (min-width: 1000px) {
  .rat-footer__contact-content {
    border-top: solid 2.19vw #FFFFFF;
  }
}
@media (min-width: 1000px) {
  .rat-footer__contact-content > div {
    max-width: 27rem;
    margin: 0 auto;
    padding: 2rem 6rem;
  }
}
@media (max-width: 1000px) {
  .rat-footer__contact-content > div {
    padding: 3rem 1rem;
  }
}
.rat-footer__contact-content > div p {
  color: #F5F2ED;
}
.rat-footer__bg {
  background-image: url("../images/footer-background.jpg");
  background-size: cover;
  background-position: center;
}
@media (min-width: 1380px) {
  .rat-footer__main-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 1380px) {
  .rat-footer__main-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: calc(100% - 3rem);
  }
}
@media (min-width: 1000px) {
  .rat-footer__main-inner {
    display: flex;
    justify-content: space-between;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 1000px) {
  .rat-footer__main-inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 1000px) {
  .rat-footer__main-inner > * {
    margin-bottom: 2rem;
  }
  .rat-footer__main-inner > *:last-child {
    margin-bottom: 0;
  }
}
.rat-footer__main-logo {
  display: flex;
}
.rat-footer__main-logo svg {
  width: auto;
}
@media (min-width: 1000px) {
  .rat-footer__main-logo svg {
    height: 3.25rem;
  }
}
@media (max-width: 1000px) {
  .rat-footer__main-logo svg {
    height: 3rem;
    max-width: 100%;
  }
}
@media (min-width: 360px) {
  .rat-footer__main-menu {
    display: flex;
  }
}
.rat-footer__main-menu ul {
  padding: 0;
  margin: 0;
  margin-right: 2rem;
}
.rat-footer__main-menu ul li {
  display: block;
}
.rat-footer__main-menu ul:last-child {
  margin-right: 0;
}
.rat-footer__main-partners {
  display: flex;
}
.rat-footer__main-partner-logo {
  margin-right: 5rem;
}
.rat-footer__main-partner-logo:last-child {
  margin-right: 0;
}
.rat-footer__main-partner-logo svg {
  width: auto;
}
@media (min-width: 1000px) {
  .rat-footer__main-partner-logo svg {
    height: 6rem;
  }
}
@media (max-width: 1000px) {
  .rat-footer__main-partner-logo svg {
    height: 3rem;
  }
}
.rat-footer__legal {
  border-top: solid 1px #B8A996;
}
.rat-footer__legal p {
  color: #4E4035;
  font-weight: 500;
}
.rat-footer__legal-inner {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1380px) {
  .rat-footer__legal-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 1380px) {
  .rat-footer__legal-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: calc(100% - 3rem);
  }
}
@media (min-width: 1000px) {
  .rat-footer__legal-inner {
    display: flex;
    justify-content: space-between;
  }
}
.rat-footer__legal-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.rat-footer__legal-menu ul li {
  display: block;
}
.rat-footer__legal-menu ul li {
  margin-right: 1rem;
}
.rat-footer__legal-menu ul li:last-child {
  margin-right: 0;
}
.rat-footer nav ul li a {
  color: #4E4035;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

/* - 404 - */
body.error404 .rat-footer__contact {
  display: none;
}

.rat-furnishing {
  display: flex;
}
@media (max-width: 1000px) {
  .rat-furnishing {
    flex-direction: column;
  }
}
.rat-furnishing__primary-media, .rat-furnishing__secondary-media {
  display: flex;
  flex: 1;
  transition: 0.4s;
}
@media (min-width: 1000px) {
  .rat-furnishing__primary-media, .rat-furnishing__secondary-media {
    margin-right: 1rem;
  }
}
@media (max-width: 1000px) {
  .rat-furnishing__primary-media, .rat-furnishing__secondary-media {
    order: 2;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 1rem;
  }
}
.rat-furnishing__primary-media:hover, .rat-furnishing__secondary-media:hover {
  flex: 2;
}
.rat-furnishing__primary-media img, .rat-furnishing__secondary-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rat-furnishing__content {
  flex: 2;
  background-color: #B8A996;
}
@media (max-width: 1000px) {
  .rat-furnishing__content {
    order: 1;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1000px) {
  .rat-furnishing__content > div {
    padding: 10rem 5rem;
    max-width: 26rem;
  }
}
@media (max-width: 1000px) {
  .rat-furnishing__content > div {
    padding: 4rem 1rem;
  }
}

.rat-header {
  background-image: url("../images/header-background.jpg");
  background-size: cover;
}
.rat-header__inner {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .rat-header__inner {
    padding-top: 2rem;
    padding-left: 3.75rem;
  }
}
@media (max-width: 1200px) {
  .rat-header__inner {
    padding: 1rem;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .rat-header__logo {
    display: flex;
  }
}
.rat-header__logo svg {
  width: auto;
}
@media (min-width: 1380px) {
  .rat-header__logo svg {
    height: 4.25rem;
  }
}
@media (min-width: 767px) and (max-width: 1380px) {
  .rat-header__logo svg {
    height: 3.25rem;
  }
}
@media (max-width: 767px) {
  .rat-header__logo svg {
    height: 2.25rem;
  }
}
@media (max-width: 1200px) {
  .rat-header__menu {
    display: none;
    position: fixed;
    top: 5rem;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
@media (min-width: 1200px) {
  .rat-header__menu-navigation {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .rat-header__menu-navigation {
    padding: 1rem;
    background-color: #F5F2ED;
  }
}
.rat-header__menu-navigation ul {
  padding: 0;
  margin: 0;
}
.rat-header__menu-navigation ul li {
  display: block;
}
@media (min-width: 1200px) {
  .rat-header__menu-navigation ul {
    display: flex;
  }
}
.rat-header__menu-navigation ul li {
  padding-top: 1.5rem;
  padding-bottom: 1.75rem;
  border-bottom: solid 4px transparent;
}
@media (min-width: 1380px) {
  .rat-header__menu-navigation ul li {
    margin-right: 2.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1380px) {
  .rat-header__menu-navigation ul li {
    margin-right: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .rat-header__menu-navigation ul li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px transparent;
    width: fit-content;
  }
}
.rat-header__menu-navigation ul li:hover, .rat-header__menu-navigation ul li[aria-current=page] {
  border-bottom-color: #4E4035;
}
.rat-header__menu-navigation ul li[aria-current=page] a {
  font-weight: bold;
}
.rat-header__menu-navigation ul li:last-child {
  margin-right: 0;
}
.rat-header__menu-navigation ul li a {
  font-size: 1.1111111111rem;
  line-height: 1;
  color: #4E4035;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .rat-header__menu-navigation ul li a {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.rat-header__menu-navigation ul li.rat-contact {
  border-bottom: none;
}
@media (max-width: 1200px) {
  .rat-header__menu-navigation ul li.rat-contact {
    position: relative;
    left: -1rem;
    margin-top: 1rem;
  }
}
.rat-header__menu-navigation ul li.rat-contact a {
  display: flex;
  padding: 0.75rem;
  background-color: #4E4035;
  border-radius: 3rem 0 0 3rem;
  color: #FFFFFF;
  position: relative;
  top: -0.75rem;
  transition: 0.4s;
}
@media (min-width: 1200px) {
  .rat-header__menu-navigation ul li.rat-contact a {
    border-radius: 3rem 0 0 3rem;
  }
}
@media (max-width: 1200px) {
  .rat-header__menu-navigation ul li.rat-contact a {
    padding-right: 3rem;
    border-radius: 0 3rem 3rem 0;
    width: fit-content;
  }
}
.rat-header__menu-navigation ul li.rat-contact a:hover {
  background-color: #B8A996;
}
.rat-header__menu-navigation ul li.rat-contact a:hover::before {
  background-image: url(../images/icons/15-brown.svg);
}
.rat-header__menu-navigation ul li.rat-contact a::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icons/15.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 1.25rem;
  width: 2rem;
  margin-left: 0.5rem;
  margin-right: 1rem;
}
@media (min-width: 1200px) {
  .rat-header__hamburger {
    display: none;
  }
}
@media (max-width: 1200px) {
  .rat-header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 1rem;
    width: 1.5rem;
    margin: 1rem;
  }
}
.rat-header__hamburger-line {
  display: block;
  height: 0.1rem;
  width: 100%;
  background-color: #404040;
  border-radius: 10rem;
  position: relative;
  top: 0;
  transform: rotate(0deg);
  transition: 0.3s;
}
.rat-header__hamburger[aria-expanded=true] .rat-header__hamburger-line--is-1 {
  top: 0.45rem;
  transform: rotate(45deg);
}
.rat-header__hamburger[aria-expanded=true] .rat-header__hamburger-line--is-2 {
  top: -0.45rem;
  transform: rotate(-45deg);
}

@media (max-width: 1200px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
  }
}

.rat-hero {
  height: calc(100vh - 8rem);
}
@media (max-width: 1000px) {
  .rat-hero {
    height: 36rem;
  }
}
.rat-hero.is-style-rat-overlapping::before {
  content: "";
  height: 40vh;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #a7c0d0;
}
@media (min-width: 767px) and (max-width: 4000px) {
  .rat-hero.is-style-rat-overlapping {
    margin-top: -3.35vw;
    height: calc(100vh - 4rem);
  }
}
.rat-hero__media {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: none !important;
}
.rat-hero__media img {
  position: absolute;
  width: 100%;
  max-width: none !important;
  object-fit: cover;
  transition: 0.4s;
}
@media (min-width: 1000px) {
  .rat-hero__media img {
    height: calc(100vh - 8rem);
  }
}
@media (max-width: 1000px) {
  .rat-hero__media img {
    height: 36rem;
  }
}
.rat-hero__media-scroll-image {
  opacity: 0;
}
.rat-hero--has-scroll-image-visible .rat-hero__media-image {
  opacity: 0;
}
.rat-hero--has-scroll-image-visible .rat-hero__media-scroll-image {
  opacity: 1;
}
@media (min-width: 767px) and (max-width: 4000px) {
  .rat-hero.is-style-rat-overlapping .rat-hero__media img {
    object-position: top;
    height: calc(100vh - 4rem);
  }
}
.rat-hero__content {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media (min-width: 1000px) {
  .rat-hero__content {
    height: calc(100vh - 14rem);
  }
}
@media (max-width: 1000px) {
  .rat-hero__content {
    height: 36rem;
  }
}
.rat-hero__content > div {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
}
@media (max-width: 1380px) {
  .rat-hero__content > div {
    margin: 1rem;
  }
}
.rat-hero__content > div * {
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  .rat-hero__content > div .wp-block-buttons {
    display: none;
  }
}
@media (min-width: 1380px) and (max-width: 2400px) {
  .rat-hero.is-style-rat-overlapping .rat-hero__content {
    padding-top: 4.35vw;
  }
}
.rat-hero__box {
  padding: 1.5rem;
  backdrop-filter: blur(0.5rem);
  border-radius: 1rem;
  margin-right: 2rem;
  background: #000000;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
}
@media (min-width: 1000px) {
  .rat-hero__box {
    width: 36rem;
  }
}
.rat-hero .wp-block-buttons {
  margin-bottom: 2rem;
}

/* - 404 - */
@media (min-width: 1380px) and (max-width: 4000px) {
  body.error404 .rat-hero.is-style-rat-overlapping {
    margin-top: -2vw;
    height: calc(100vh - 4rem);
  }
}
body.error404 .rat-hero__content > div {
  justify-content: space-between;
  padding: 2rem;
  height: calc(100% - 10rem);
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(0.5rem);
  border-radius: 1rem;
}
body.error404 .rat-hero__box {
  padding: 0;
  background-color: transparent;
  background: none;
  backdrop-filter: none;
}

.rat-map {
  overflow: hidden;
}
.rat-map__pin-wrapper > g {
  opacity: 0;
  transform: translate(0px, 10px);
  transition: 0.8s;
}
.rat-map__pin-wrapper > g.rat-is-active {
  transform: translate(0px, 0px);
  opacity: 1;
}
.rat-map__center-pin > g {
  animation: float 2s ease-in-out infinite;
}
.rat-map svg {
  transform: scale(1.02);
}

* + .rat-map,
.rat-map + * {
  margin-top: 6rem !important;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.rat-media__figure img, .rat-media__figure video {
  width: 100%;
  height: auto;
}
.rat-media--is-type-scrollytelling .rat-media__figure {
  display: flex;
  background-size: cover;
}
.rat-media--is-type-scrollytelling .rat-media__figure img {
  opacity: 1;
  transition: 0.4s;
}
.rat-media--has-scroll-image-visible img {
  opacity: 0 !important;
}
.rat-media--has-parallax {
  position: relative;
  overflow: hidden;
}
.rat-media--has-parallax::before {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  background-color: #FFFFFF;
  width: 100%;
  transition: 1.4s;
}
@media (min-width: 767px) {
  .rat-media--has-parallax::before {
    height: 40rem;
  }
}
@media (max-width: 767px) {
  .rat-media--has-parallax::before {
    height: 20rem;
  }
}
.rat-media--has-parallax img {
  object-fit: cover;
  position: relative;
  transition: 1s;
  width: 100%;
}
@media (min-width: 767px) {
  .rat-media--has-parallax img {
    height: 40rem;
  }
}
@media (max-width: 767px) {
  .rat-media--has-parallax img {
    height: 20rem;
  }
}
.rat-media--is-floating {
  max-width: 16rem;
  position: relative;
  top: -10rem;
  left: 20rem;
  margin-bottom: -5rem;
}
@media (max-width: 1200px) {
  .rat-media--is-floating {
    display: none;
  }
}

.rat-media--is-visible.rat-media--has-parallax::before {
  height: 0;
}

@media (max-width: 767px) {
  .rat-slider > * {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
}
.rat-slider__dots {
  margin-top: 2rem !important;
}
.rat-slider__dots .glider-dot:first-child:last-child {
  display: none;
}
@media (max-width: 767px) {
  .rat-slider .glider-slide:first-child {
    margin-left: 1rem !important;
  }
}
.rat-slider .glider-track > .wp-block-group {
  padding-right: 2rem;
}
.rat-slider[data-slides-to-show="1"] .glider-track > .wp-block-group {
  padding-right: unset;
}

.wp-block-columns + .rat-slider {
  margin-top: 4rem;
}

/* -- ENTRY CONTENT -- */
@media (max-width: 1380px) {
  .entry-content > * {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: none !important;
  }
  .entry-content > *.alignfull {
    padding-left: 0;
    padding-right: 0;
  }
  .entry-content > *.alignfull > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .entry-content > *.alignfull > *.alignfull {
    padding-left: 0;
    padding-right: 0;
  }
  .entry-content > *.rat-hero > * {
    padding-left: 0;
    padding-right: 0;
  }
}

/* - BROWSER COMPATIBILITY - */
@media (min-width: 1380px) {
  .rat-is-legacy-browser .entry-content > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  .rat-is-legacy-browser .entry-content > *.alignfull {
    max-width: none;
  }
  .rat-is-legacy-browser .entry-content > *.alignfull > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  .rat-is-legacy-browser .entry-content > *.alignfull > *.alignfull {
    max-width: none;
  }
  .rat-is-legacy-browser .entry-content > *.alignfull > *.alignfull > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  .rat-is-legacy-browser .entry-content > *.alignfull > *.alignfull > .wp-block-group {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  .rat-is-legacy-browser .entry-content > *.alignfull > *.alignfull > .wp-block-group.alignfull {
    max-width: none;
  }
  .rat-is-legacy-browser .entry-content > *.alignfull > *.alignfull > .wp-block-group.alignfull > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  .rat-is-legacy-browser .entry-content > *.alignfull > *.alignfull > .wp-block-group.alignfull > *.alignfull {
    max-width: none;
  }
}

/* -- BLOCK: COLORS -- */
/* - BROWSER SUPPORT - */
.rat-is-legacy-browser .has-rat-black-color {
  color: #404040;
}
.rat-is-legacy-browser .has-rat-brown-color {
  color: #4E4035;
}
.rat-is-legacy-browser .has-rat-coffee-color {
  color: #8D7865;
}
.rat-is-legacy-browser .has-rat-taupe-color {
  color: #B8A996;
}
.rat-is-legacy-browser .has-rat-desert-color {
  color: #DAD2C7;
}
.rat-is-legacy-browser .has-rat-ivory-color {
  color: #F5F2ED;
}
.rat-is-legacy-browser .has-rat-white-color {
  color: #FFFFFF;
}
.rat-is-legacy-browser .has-rat-black-background-color {
  background-color: #404040;
}
.rat-is-legacy-browser .has-rat-brown-background-color {
  background-color: #4E4035;
}
.rat-is-legacy-browser .has-rat-coffee-background-color {
  background-color: #8D7865;
}
.rat-is-legacy-browser .has-rat-taupe-background-color {
  background-color: #B8A996;
}
.rat-is-legacy-browser .has-rat-desert-background-color {
  background-color: #DAD2C7;
}
.rat-is-legacy-browser .has-rat-ivory-background-color {
  background-color: #F5F2ED;
}
.rat-is-legacy-browser .has-rat-white-background-color {
  background-color: #FFFFFF;
}

/* -- ENTRY CONTENT: HOME -- */
body.home .entry-content {
  background-image: url("../images/bg-line.svg");
  background-size: 200vw;
  background-repeat: no-repeat;
  background-position: center;
}

/* -- ENTRY CONTENT: PROPERTY -- */
@media (min-width: 767px) {
  body.single-rat_property .entry-content {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (max-width: 767px) {
  body.single-rat_property .entry-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* -- TEXT ALIGN -- */
@media (max-width: 767px) {
  :root .has-text-align-center {
    text-align: left;
  }
}

/* -- BLOCK: BUTTONS -- */
.wp-block-buttons {
  row-gap: 1rem;
}
@media (max-width: 767px) {
  .wp-block-buttons.is-content-justification-center {
    justify-content: flex-start;
  }
}

* + .wp-block-buttons {
  margin-top: 2rem;
}

.wp-block-button {
  margin-right: 1rem !important;
}
.wp-block-button:last-child {
  margin-right: 0 !important;
}
.wp-block-button__link {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  border-radius: 0;
  transition: 0.3s;
}
.wp-block-button__link.has-rat-brown-background-color:hover {
  background-color: #B8A996 !important;
}
.wp-block-button__link.has-rat-taupe-background-color:hover {
  background-color: #4E4035 !important;
}

/* - BROWSER COMPATIBILITY - */
.rat-is-legacy-browser .wp-element-button {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #FFFFFF;
}

/* -- BLOCK: HEADING -- */
.wp-block-heading {
  font-family: "itc-fenice", sans-serif;
}
.wp-block-heading + * {
  margin-top: 1rem;
}
@media (min-width: 767px) {
  .wp-block-heading + *.wp-block-columns {
    margin-top: 4rem;
  }
}
@media (min-width: 767px) {
  .wp-block-heading + *.rat-media {
    margin-top: 3.75rem;
  }
}

.has-rat-h-1-font-size,
.has-rat-h-2-font-size,
.has-rat-h-3-font-size,
.has-rat-h-4-font-size {
  font-family: "itc-fenice", sans-serif;
  line-height: 1;
}
.has-rat-h-1-font-size + *,
.has-rat-h-2-font-size + *,
.has-rat-h-3-font-size + *,
.has-rat-h-4-font-size + * {
  margin-top: 1rem;
}

/* -- BLOCK: COLUMNS -- */
@media (max-width: 767px) {
  .wp-block-columns {
    row-gap: 1rem;
  }
}
@media (min-width: 767px) {
  .wp-block-columns .wp-block-column {
    margin-right: 3.25rem;
  }
  .wp-block-columns .wp-block-column:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .wp-block-columns .wp-block-column {
    order: 1;
  }
  .wp-block-columns .wp-block-column:has(> .rat-media:first-child) {
    order: 2;
  }
  .wp-block-columns .wp-block-column:has(> .rat-media--is-floating) {
    order: 1 !important;
  }
  .wp-block-columns .wp-block-column > .rat-media:first-child {
    margin-top: 1rem;
  }
}

/* -- BLOCK: GROUP -- */
.wp-block-group.has-rat-ivory-background-color {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.wp-block-group.has-rat-ivory-background-color:last-child {
  margin-bottom: 7rem;
}

/* -- BLOCK: TABLE -- */
.wp-block-table td, .wp-block-table th {
  padding: 0.1rem 0;
  border: none;
}
.wp-block-table td:last-child, .wp-block-table th:last-child {
  width: 7rem;
}
.wp-block-table tbody tr:last-child td {
  padding-bottom: 1rem;
}
.wp-block-table tfoot {
  border-top: 1px solid #F5F2ED;
}
.wp-block-table tfoot td {
  font-size: 1.1111111111rem;
  line-height: 1;
  font-family: "itc-fenice", sans-serif;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .wp-block-table tfoot td {
    font-size: 1.125rem;
    line-height: 1.1;
  }
}

/* -- BLOCK STYLE: COLUMN FULL WIDTH -- */
.wp-block-column.is-style-rat-full-width {
  max-width: unset !important;
}
@media (min-width: 1380px) {
  .wp-block-column.is-style-rat-full-width:first-child {
    margin-left: calc(608px - 50vw);
  }
}
@media (min-width: 1380px) {
  .wp-block-column.is-style-rat-full-width:last-child {
    margin-right: calc(608px - 50vw);
  }
}

.wp-block-columns:has(.wp-block-column.is-style-rat-full-width) .wp-block-column {
  max-width: 30rem;
}

/* -- BLOCK STYLE: GROUP PADDING -- */
@media (min-width: 767px) {
  .wp-block-group.is-style-rat-padding-top-bottom {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (max-width: 767px) {
  .wp-block-group.is-style-rat-padding-top-bottom {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .wp-block-group.is-style-rat-padding-top-bottom .is-style-rat-padding-top-bottom {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 767px) {
  .wp-block-group.is-style-rat-padding-top {
    padding-top: 7.5rem;
  }
}
@media (max-width: 767px) {
  .wp-block-group.is-style-rat-padding-top {
    padding-top: 3rem;
  }
}
@media (min-width: 767px) {
  .wp-block-group.is-style-rat-padding-bottom {
    padding-bottom: 7.5rem;
  }
}
@media (max-width: 767px) {
  .wp-block-group.is-style-rat-padding-bottom {
    padding-bottom: 3rem;
  }
}

@media (min-width: 767px) {
  .rat-hero + .wp-block-group.is-style-rat-padding-top-bottom:has(.rat-media--is-floating) {
    padding-top: 14rem;
  }
}
@media (max-width: 767px) {
  .rat-hero + .wp-block-group.is-style-rat-padding-top-bottom:has(.rat-media--is-floating) {
    padding-top: 3rem;
  }
}

/* -- BLOCK STYLE: GROUP TIGHTLY -- */
.wp-block-group.is-style-rat-tightly {
  max-width: 38rem;
}
.wp-block-group.is-style-rat-tightly + * {
  margin-top: 1rem;
}
.wp-block-group.is-style-rat-tightly + *.rat-media {
  margin-top: 4rem;
}

/* - BROWSER COMPATIBILITY - */
.rat-is-legacy-browser .wp-block-group.is-style-rat-tightly {
  margin: 0 auto;
}

/* -- BLOCK STYLE: PARAGRAPH OVERLINE -- */
.is-style-rat-overline {
  font-weight: 500;
  text-transform: uppercase;
}

/* -- BLOCK CSS: COLUMNS PROPERTY -- */
.rat-property__content {
  max-width: 24rem;
}
.rat-property__content h2.wp-block-heading {
  font-size: 1.4444444444rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .rat-property__content h2.wp-block-heading {
    font-size: 1.25rem;
    line-height: 1.1;
  }
}
.rat-property__content p + h2.wp-block-heading {
  margin-top: 2rem;
}
@media (min-width: 767px) {
  .rat-property__figure {
    padding-left: 4rem;
  }
}
.rat-property__figure .rat-media {
  position: sticky;
  top: 1rem;
}
.rat-property__figure .rat-media::after {
  display: block;
  content: "* Die im Plan dargestellten Möbel dienen der Illustration und sind nicht im Lieferumfang enthalten. Änderunden vorbehalten.";
  background-image: url("../images/direction.jpg");
  background-size: 2rem;
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 4rem;
}

/* -- BLOCK CSS: COLUMNS SURFACE -- */
@media (min-width: 767px) {
  .wp-block-columns.rat-surface .wp-block-column {
    margin-right: 1.25rem;
  }
}
.wp-block-columns.rat-surface .wp-block-column:last-child {
  margin-right: 0;
}
@media (min-width: 767px) {
  .wp-block-columns.rat-surface .wp-block-column:has(p) {
    padding: 4rem;
    max-width: calc(50% - 8.5rem);
  }
}
@media (max-width: 767px) {
  .wp-block-columns.rat-surface .wp-block-column:has(p) {
    padding: 2rem;
  }
}
@media (min-width: 767px) {
  .wp-block-columns.rat-surface .wp-block-column .rat-media {
    height: 40rem;
  }
}
.wp-block-columns.rat-surface .wp-block-column .rat-media__figure img {
  display: flex;
}
.wp-block-columns.rat-surface .wp-block-column .wp-block-heading,
.wp-block-columns.rat-surface .wp-block-column p {
  color: #4E4035;
}

.rat-is-legacy-browser .wp-block-columns.rat-surface {
  align-items: unset !important;
}

/* -- BLOCK CSS: COLUMNS SURFACE V2 -- */
@media (min-width: 767px) {
  .wp-block-columns.rat-surface-v2 .wp-block-column {
    margin-right: 3rem;
  }
}
.wp-block-columns.rat-surface-v2 .wp-block-column:last-child {
  margin-right: 0;
}
.wp-block-columns.rat-surface-v2 .wp-block-column .rat-media {
  margin-bottom: 0.5rem;
}
.wp-block-columns.rat-surface-v2 .wp-block-column .rat-media__figure {
  display: flex;
}
.wp-block-columns.rat-surface-v2 .wp-block-column .rat-media__figure > * {
  width: 100%;
}
.wp-block-columns.rat-surface-v2 .wp-block-column .rat-media__figure img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
}

/* -- BLOCK CSS: GROUP FEATURE SCROLL SECTION -- */
.rat-feature-scroll-section {
  height: 26rem;
  padding-right: 2rem;
  overflow: auto;
}
.rat-feature-scroll-section::-webkit-scrollbar {
  width: 0.25rem;
}
.rat-feature-scroll-section::-webkit-scrollbar-track {
  background: #DAD2C7;
}
.rat-feature-scroll-section::-webkit-scrollbar-thumb {
  background: #8D7865;
}
.rat-feature-scroll-section::-webkit-scrollbar-thumb:hover {
  background: #4E4035;
}
.rat-feature-scroll-section > .wp-block-group {
  border-bottom: solid 1px #DAD2C7;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

* + .rat-feature-scroll-section {
  margin-top: 3rem;
}

.rat-interactive-property__inner {
  display: flex;
}
@media (max-width: 1000px) {
  .rat-interactive-property__inner {
    flex-direction: column-reverse;
  }
}
.rat-interactive-property__figure {
  display: flex;
  background-image: url("../images/interactive-property.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  flex: 1;
}
@media (max-width: 1000px) {
  .rat-interactive-property__figure {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.rat-interactive-property__figure-text {
  font-size: 1.4444444444rem;
  line-height: 1;
  font-family: "itc-fenice", sans-serif;
  position: absolute;
  display: block;
  z-index: 10;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .rat-interactive-property__figure-text {
    font-size: 1.25rem;
    line-height: 1.1;
  }
}
.rat-interactive-property__figure-text--is-active {
  opacity: 1;
}
.rat-interactive-property__figure svg {
  width: 100%;
}
@media (min-width: 1380px) {
  .rat-interactive-property__figure {
    margin-left: calc(608px - 50vw);
  }
}
.rat-interactive-property__unit {
  opacity: 0;
  transition: 0.4s;
  cursor: pointer;
}
.rat-interactive-property__unit--is-active {
  opacity: 0.8;
}
.rat-interactive-property__content {
  flex: 0.75;
}
@media (min-width: 1200px) {
  .rat-interactive-property__content > div {
    padding: 5rem;
  }
}
@media (max-width: 1200px) {
  .rat-interactive-property__content > div {
    padding: 2rem 1rem;
  }
}
.rat-interactive-property__content .wp-block-buttons {
  flex-direction: column;
  align-items: flex-start;
}
.rat-interactive-property__content .wp-block-buttons .wp-block-button {
  width: 100%;
  margin-right: 0;
}
.rat-interactive-property__content .wp-block-buttons .wp-block-button__link {
  background-color: #4E4035;
}
.rat-interactive-property__content .wp-block-buttons .wp-block-button .rat-is-active {
  background-color: #B8A996;
}

@media (min-width: 1200px) {
  .rat-interactive-property-detail .wp-block-columns {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1200px) {
  .rat-interactive-property-detail .wp-block-columns {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.glider, .glider-contain {
  margin: 0 auto;
  position: relative;
}

.glider, .glider-track {
  transform: translateZ(0);
}

.glider-dot, .glider-next, .glider-prev {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
}

.glider-contain {
  width: 100%;
}

.glider {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.glider-track {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glider-slide {
  user-select: none;
  justify-content: center;
  width: 100%;
  min-width: 150px;
}

.glider-slide img {
  max-width: 100%;
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}

.glider-next, .glider-prev {
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.glider-next:focus, .glider-next:hover, .glider-prev:focus, .glider-prev:hover {
  color: #ccc;
}

.glider-next {
  right: -23px;
  left: auto;
}

.glider-next.disabled, .glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}

.glider-hide {
  opacity: 0;
}

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.glider-dot {
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}

.glider-dot:focus, .glider-dot:hover {
  background: #ddd;
}

.glider-dot.active {
  background: black;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}
.glider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.glider::-webkit-scrollbar {
  display: none;
}

.glider-track {
  max-width: none !important;
}

/*# sourceMappingURL=main.css.map */
