:root {
  --siteColor: #94482E;
  --textColor: #000;
  --linkColor: #94482E;
  --sectionBgOne: #EAE5E5;
  --sectionBgTwo: #94482E;
  --iconMeinenColor: #94482E;
  --buttonBackgroundHover: var(--siteColor);
  --headerHeight: 188px;
  --scrollHeaderHeight: 110px;
  --areaGap: 40px;
  --unitFourOffset: 427px;
  --unitFiveOffsetLarge: 412px;
  --unitFiveOffsetSmall: 150px;
  --unitFiveSmallSpace: calc(var(--spaceTotal) / 2);
}
@media (max-width: 1300px) {
  :root {
    --headerHeight: 146px;
    --scrollHeaderHeight: 87px;
  }
}
@media (max-width: 1023px) {
  :root {
    --headerHeight: 80px;
    --scrollHeaderHeight: 50px;
    --areaGap: 20px;
  }
}
.layout3,
.pageColor--gold {
  --siteColor: #A08831;
  --linkColor: #A08831;
  --sectionBgOne: #e5dac9;
  --sectionBgTwo: #A08831;
  --iconMeinenColor: #A08831;
  --buttonBackgroundHover: #A08831;
}
.pageColor--green {
  --siteColor: #696B5D;
  --linkColor: #696B5D;
  --sectionBgOne: #d1d5cf;
  --sectionBgTwo: #A3AB9F;
  --iconMeinenColor: #696B5D;
  --buttonBackgroundHover: #696B5D;
}
.pageColor--beige {
  --siteColor: #C3AE88;
  --linkColor: #C3AE88;
  --sectionBgOne: #f6f0e5;
  --sectionBgTwo: #EDE1CA;
  --iconMeinenColor: #C3AE88;
  --buttonBackgroundHover: #C3AE88;
}
.pageColor--grey {
  --siteColor: #B2AFA9;
  --linkColor: #B2AFA9;
  --sectionBgOne: #e9e8e6;
  --sectionBgTwo: #D2D0CD;
  --iconMeinenColor: #B2AFA9;
  --buttonBackgroundHover: #B2AFA9;
}
.pageColor--brown {
  --siteColor: #725D4B;
  --linkColor: #725D4B;
  --sectionBgOne: #d2c9c1;
  --sectionBgTwo: #A59382;
  --iconMeinenColor: #725D4B;
  --buttonBackgroundHover: #725D4B;
}
:root {
  --deskWidth: 1360px;
  --deskSpace: 18px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root {
  --spacePart: 15px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 15px;
  }
}
:root {
  --spaceUnit: 65px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 65px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 25px;
  }
}
:root {
  --spaceTotal: 80px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 80px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 40px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1023px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.button {
  display: inline-block;
  font-size: clamp(1rem, 0.19588639vw + 0.95408913rem, 1.125rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
  font-weight: bold;
  font-family: inherit;
  cursor: pointer;
  color: #000;
  padding-left: 74px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  position: relative;
}
.button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 25px;
  mask-size: 100% auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: #000;
  transition: all 0.4s;
}
.button:hover:before,
.button:focus:before {
  transform: translateX(5px);
}
.button2 {
  display: inline-block;
  background-color: #36170C;
  font-size: 18px;
  line-height: 1.44444444;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 12px 70px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonBackgroundHover), var(--buttonBackgroundHover));
  transition: all 0.24s;
}
.button2:hover,
.button2:focus {
  background-size: 100% 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/* work-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/work-sans-v19-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/work-sans-v19-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  src: url('/extras/fonts/playfair-display-v37-latin-800.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('/extras/fonts/montserrat-v29-latin-800.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
}
*::selection {
  background: var(--siteColor);
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: bold;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-family: 'Work Sans', sans-serif;
  font-size: clamp(1rem, 0.39177277vw + 0.90817826rem, 1.25rem);
  line-height: clamp(1.25rem, 0.78354554vw + 1.06635651rem, 1.75rem);
}
.unit caption {
  display: none;
}
.flag {
  background: var(--siteColor);
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  position: relative;
}
.area .unit {
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
}
.unit__background {
  float: left;
  width: 100%;
}
.unit__content {
  float: left;
  width: 100%;
}
.unit__head,
.unit__body,
.unit__foot {
  float: left;
  width: 100%;
}
.unit--fold div.less,
.unit--fold div.more {
  float: left;
  width: 100%;
}
.unit--fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  position: relative;
}
.unit .part {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.part__content {
  float: left;
  width: 100%;
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
.lazyimage {
  visibility: hidden;
}
.lazyimage.lazyloaded {
  visibility: initial;
}
#edit .part video {
  pointer-events: none;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
  margin-top: 6px;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--textColor);
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.part.cb-youtube iframe,
.part.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.part.cb-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.part.cb-share .cb-service {
  float: left;
  margin-left: 16px;
}
.part.cb-share .cb-service:first-child {
  margin-left: 0;
}
.part.cb-share .cb-service * {
  float: left;
}
.part.cb-share .cb-service a {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10000px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.part.cb-share .cb-service a:hover {
  filter: invert(1);
}
.part.cb-share .cb-service.cb-service-facebook-share a {
  background-size: auto 24px;
  background-image: url(/images/cb-default/socialShare-facebook-black.svg);
}
.part.cb-share .cb-service.cb-service-twitter a {
  background-size: auto 18px;
  background-image: url(/images/cb-default/socialShare-twitter-black.svg);
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#slides {
  float: left;
  width: 100%;
  height: 130% !important;
  max-width: 100% !important;
  max-height: 130% !important;
  position: relative;
  overflow: hidden;
}
#slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#slides a {
  display: block;
  width: 100%;
  height: 100%;
}
#slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: bottom;
}
#slides img.lazyimage {
  visibility: initial;
  filter: blur(10px);
  transform: scale(1.05);
  transition: all 0.12s;
}
#slides img.lazyimage.lazyloaded {
  filter: blur(0);
  transform: scale(1);
}
#expo div.link {
  display: none;
  float: left;
  width: 100%;
  height: 0;
}
.layout1 #expo div.link {
  display: block;
}
#expo a.link {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  background: var(--siteColor);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#expo a.link.prev {
  left: 20px;
}
#expo a.link.next {
  right: 20px;
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cb-index-all td {
  float: left;
  display: block;
  margin: 0 15px;
}
.cb-index-all td.init {
  margin-left: 0;
}
.cb-index-all td.exit {
  margin-right: 0;
}
.cb-index-all a {
  display: block;
  width: 15px;
  height: 15px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background: #fff;
  border-radius: 15px;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: var(--siteColor);
}
.cb-index-some {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.cb-index-some td {
  float: left;
  display: block;
  color: #fff;
}
.cb-index-some td:first-child:after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
.cb-index-some a {
  color: #fff;
}
.cb-index-some a:hover,
.cb-index-some a:focus {
  color: #fff;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.8);
}
#disp {
  position: absolute;
  z-index: 5001;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  line-height: 1.42857143;
  color: var(--textColor);
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 767px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--siteColor);
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: var(--siteColor);
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  display: inline-block;
  font-size: clamp(1rem, 0.19588639vw + 0.95408913rem, 1.125rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
  font-weight: bold;
  font-family: inherit;
  cursor: pointer;
  color: #000;
  padding-left: 74px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  position: relative;
  line-height: 1.42857143;
}
#disp .foot input:before,
#disp .foot a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 25px;
  mask-size: 100% auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: #000;
  transition: all 0.4s;
}
#disp .foot input:hover:before,
#disp .foot a:hover:before,
#disp .foot input:focus:before,
#disp .foot a:focus:before {
  transform: translateX(5px);
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input[type*="radio"],
#disp input[type*="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'Work Sans', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    padding-bottom: 0;
    width: 30%;
    min-height: 40px;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid var(--textColor);
  padding: 5px 0;
  min-height: 40px;
  appearance: none;
}
.unit.form input.text::placeholder,
.unit.form textarea::placeholder {
  color: var(--textColor);
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  border-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    min-height: 40px;
    align-items: center;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.unit.form div.tick input {
  float: left;
  margin-right: 10px;
  flex-shrink: 0;
  width: 20px;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    align-self: stretch;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Work Sans', sans-serif;
  font-size: clamp(1rem, 0.39177277vw + 0.90817826rem, 1.25rem);
  line-height: clamp(1.25rem, 0.78354554vw + 1.06635651rem, 1.75rem);
  height: 40px;
  border-bottom: 1px solid var(--textColor);
  padding: 5px 0;
  min-height: 40px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop span::file-selector-button {
  display: inline-block;
  font-size: clamp(1rem, 0.19588639vw + 0.95408913rem, 1.125rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
  font-weight: bold;
  font-family: inherit;
  cursor: pointer;
  color: #000;
  padding-left: 74px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  position: relative;
  margin-right: 16px;
}
.unit.form .ship div.chop span::file-selector-button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 25px;
  mask-size: 100% auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: #000;
  transition: all 0.4s;
}
.unit.form .ship div.chop span::file-selector-button:hover:before,
.unit.form .ship div.chop span::file-selector-button:focus:before {
  transform: translateX(5px);
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  float: left;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  display: inline-block;
  font-size: clamp(1rem, 0.19588639vw + 0.95408913rem, 1.125rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
  font-weight: bold;
  font-family: inherit;
  cursor: pointer;
  color: #000;
  padding-left: 74px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  position: relative;
}
.unit.form .submit:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 25px;
  mask-size: 100% auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: #000;
  transition: all 0.4s;
}
.unit.form .submit:hover:before,
.unit.form .submit:focus:before {
  transform: translateX(5px);
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: var(--textColor);
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  text-align: left;
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  display: inline-block;
  font-size: clamp(1rem, 0.19588639vw + 0.95408913rem, 1.125rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
  font-weight: bold;
  font-family: inherit;
  cursor: pointer;
  color: #000;
  padding-left: 74px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  position: relative;
}
.two-step-verification-container a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 25px;
  mask-size: 100% auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: #000;
  transition: all 0.4s;
}
.two-step-verification-container a:hover:before,
.two-step-verification-container a:focus:before {
  transform: translateX(5px);
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: bold;
}
.table td {
  padding: 5px 10px;
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: bold;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.60756193vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
html {
  scroll-padding-top: var(--headerHeight);
}
.logo {
  float: left;
  height: 132px;
  transition: all 0.4s;
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .logo {
  height: 80px;
}
@media (max-width: 1300px) {
  .logo {
    height: 90px;
  }
  body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .logo {
    height: 57px;
  }
}
@media (max-width: 1023px) {
  .logo {
    height: 38px;
  }
  body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .logo {
    height: 30px;
  }
}
.logo__image {
  width: auto;
  height: 100%;
}
.logo__image--small {
  display: none;
}
@media (max-width: 1023px) {
  .logo__image--big {
    display: none;
  }
  .logo__image--small {
    display: block;
  }
}
#head {
  float: left;
  width: 100%;
}
#view:not(.bodyReplaced) #head {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s, transform 0.6s;
}
#view:not(.bodyReplaced) #head.is-intersecting {
  opacity: 1;
  transform: translateY(0);
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: clamp(1rem, 0.39177277vw + 0.90817826rem, 1.25rem);
  line-height: clamp(1.25rem, 0.78354554vw + 1.06635651rem, 1.75rem);
  color: var(--textColor);
  accent-color: var(--siteColor);
  overflow: hidden;
  hyphens: none;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  padding-top: var(--headerHeight);
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: var(--deskMaxWidth);
  width: var(--deskWidth);
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.container {
  float: left;
  width: 100%;
  position: relative;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--bgOne {
  background-color: var(--sectionBgOne);
}
.section--bgTwo {
  background-color: var(--sectionBgTwo);
}
.pageColor--gold .section--bgTwo,
.pageColor--terracotta .section--bgTwo {
  --textColor: #fff;
  --linkColor: #fff;
  --iconMeinenColor: #fff;
}
.section--dark {
  --textColor: #fff;
  --linkColor: #fff;
  --iconMeinenColor: #fff;
}
.section--two {
  isolation: isolate;
}
.section--header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  background-color: #fff;
}
.container--head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
  --fluidSize: clamp(0rem, -49.81684982vw + 51.96520147rem, 8.5rem);
  padding-right: var(--fluidSize);
  transition: all 0.4s;
}
.navigation {
  float: left;
  display: flex;
  align-items: center;
  --fluidSize: clamp(1.5625rem, 5.69196429vw + -2.08035714rem, 4.75rem);
  gap: var(--fluidSize);
  margin-top: 27px;
  transition: all 0.4s;
}
@media (max-width: 1300px) {
  .cb-scroll-triggered--active .navigation {
    margin-top: 13px;
  }
}
@media (max-width: 1023px) {
  .navigation {
    display: none;
  }
}
.audio-toggle {
  float: left;
  cursor: pointer;
  width: 21px;
  height: 21px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: var(--siteColor);
  mask-image: url(/images/icon-audio-on.svg);
}
.audio-toggle.paused {
  mask-image: url(/images/icon-audio-off.svg);
}
.cbdModule--ctaFlag {
  position: absolute;
  right: 40px;
  top: 0;
  width: auto;
  transition: all 0.3s 0.6s;
}
#view:not(.bodyReplaced) .cbdModule--ctaFlag {
  transform: translateY(-100%);
}
#view:not(.bodyReplaced) .cbdModule--ctaFlag.is-intersecting {
  transform: translateY(0);
}
.cbdModule--ctaFlag .ctaFlag {
  float: left;
  width: 111px;
  min-height: 172px;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  padding: 108px 14px 44px;
  isolation: isolate;
}
.cbdModule--ctaFlag .ctaFlag:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #36170C;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 20px), 0 100%);
}
.cbdModule--ctaFlag .ctaFlag:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  width: 41px;
  height: 32px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/icon-meinen-areal.svg);
  background-color: #fff;
}
@media (max-width: 1300px) {
  .cbdModule--ctaFlag .ctaFlag {
    min-height: 135px;
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .cbdModule--ctaFlag .ctaFlag:after {
    top: 20px;
  }
}
@media (max-width: 1720px) {
  .cbdModule--ctaFlag {
    right: 18px;
  }
}
@media (max-width: 1023px) {
  .cbdModule--ctaFlag {
    display: none;
  }
}
main {
  float: left;
  width: 100%;
  flex: 1 0;
}
.container--mood {
  aspect-ratio: 2.19512195;
  display: flex;
  flex-direction: column;
}
@supports not (aspect-ratio: 1800 /  820) {
  .container--mood:before {
    float: left;
    padding-top: 45.55555556%;
    content: '';
  }
  .container--mood:after {
    display: block;
    content: '';
    clear: both;
  }
}
body:not(.layout1) .container--mood {
  justify-content: center;
}
.mood__image {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mood__content {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.mood__content .content {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.layout1 .mood__content .content,
.layout6 .mood__content .content,
.mood__content--right .content {
  align-items: flex-end;
}
.cbdModule--moodBatch {
  width: auto;
  z-index: 3;
}
.cbdModule--moodBatch .moodBatch {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 10000px;
  text-align: center;
  background-color: var(--siteColor);
  transform: rotate(-15deg);
  width: var(--fluidSize);
  height: var(--fluidSize);
  --fluidSize: clamp(9.375rem, 12.04701273vw + 6.55148139rem, 17.0625rem);
  font-size: clamp(1.125rem, 1.3712047vw + 0.8036239rem, 2rem);
  line-height: clamp(1.375rem, 1.56709109vw + 1.00771303rem, 2.375rem);
  color: #fff;
  font-weight: bold;
}
.layout3 .cbdModule--moodBatch {
  position: absolute;
  top: calc(var(--deskSpace) * 2);
  left: calc(var(--deskSpace) * 2);
}
@media (max-width: 767px) {
  .layout3 .cbdModule--moodBatch {
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: var(--spacePart);
  }
}
.cbdModule--moodTitle {
  z-index: 3;
}
.cbdModule--moodTitle .moodTitle {
  font-size: clamp(1.875rem, 4.89715965vw + 0.72722821rem, 5rem);
  line-height: clamp(2.25rem, 5.28893242vw + 1.01040646rem, 5.625rem);
  font-family: 'Montserrat', serif;
  color: var(--textColor);
  font-weight: 800;
}
.layout6 .cbdModule--moodTitle .moodTitle {
  font-size: clamp(1.875rem, 2.93829579vw + 1.18633692rem, 3.75rem);
  line-height: clamp(2.25rem, 3.52595495vw + 1.42360431rem, 4.5rem);
}
.cbdModule--moodTitle .moodTitle .star {
  color: var(--siteColor);
}
#view:not(.bodyReplaced) .cbdModule--moodTitle {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s, transform 0.6s;
}
#view:not(.bodyReplaced) .cbdModule--moodTitle.is-intersecting {
  opacity: 1;
  transform: translateY(0);
}
#view:not(.bodyReplaced) .cbdModule--moodTitle .letter {
  opacity: 0;
}
#view:not(.bodyReplaced) .cbdModule--moodTitle .letter.is-active {
  opacity: 1;
}
.part--moodOverlayImage {
  max-width: 590px;
  left: clamp(20px, calc((100vw - 1360px) / 2), calc((100vw - 1360px) / 2));
  z-index: 2;
  transition: all 0.6s 0.6s;
}
#view:not(.bodyReplaced) .part--moodOverlayImage {
  transform: scale(0);
}
#view:not(.bodyReplaced) .part--moodOverlayImage.is-intersecting {
  transform: scale(1);
}
@media (max-width: 767px) {
  .part--moodOverlayImage {
    display: none;
  }
}
.container--loadingScreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: opacity 1s, width 0s 1s;
  background-color: #36170C;
}
body.hideScreen .container--loadingScreen {
  opacity: 0;
  width: 0;
}
.loadingAnimation {
  float: left;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 1500px;
  aspect-ratio: 2;
}
@supports not (aspect-ratio: 2 /  1) {
  .loadingAnimation:before {
    float: left;
    padding-top: 50%;
    content: '';
  }
  .loadingAnimation:after {
    display: block;
    content: '';
    clear: both;
  }
}
@media (max-width: 1023px) {
  .loadingAnimation {
    width: 1000px;
  }
}
.backgroundElement {
  float: left;
  position: absolute;
  --fluidSize: clamp(-2rem, 8.17843866vw + -9.15613383rem, -0.625rem);
  right: var(--fluidSize);
  top: 0;
  width: auto;
  max-width: 100%;
  height: 100%;
  z-index: -1;
}
.layout4 .backgroundElement {
  top: var(--spaceTotal);
  height: calc(100% - (var(--spaceTotal) * 2));
}
.backgroundElement img {
  max-height: 100%;
}
.section--footer {
  background-color: #36170C;
  --textColor: #fff;
  --linkColor: #fff;
}
.footarea {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footpart {
  float: left;
  display: flex;
  flex-direction: column;
}
.vcard {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: var(--textColor);
}
.vcardlogo--one {
  height: 65px;
  margin-top: 10px;
  margin-bottom: 14px;
}
.vcardlogo--two {
  height: 46px;
  margin-top: 22px;
  margin-bottom: 20px;
}
.foottitle {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  color: var(--textColor);
}
.loginrent,
.credits {
  color: var(--textColor);
  font-size: 16px;
  line-height: 1.25;
}
.footer-navigation div.sub1 {
  display: flex;
  flex-direction: column;
}
.footer-navigation div.sub1 > .item > .menu {
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
}
.unit--footerLinks {
  --spacePart: 0;
  margin-top: 28px;
}
#edit .unit--footerLinks {
  min-height: 20px;
  outline-color: #fff;
}
.unit--footerLinks .unit__body {
  display: flex;
  flex-direction: column;
}
.unit--footerLinks .part .open {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
}
.realestateSticky {
  transition: all 0.3s;
}
.realestateSticky.realestateSticky--fixed {
  position: fixed;
  top: var(--scrollHeaderHeight);
  left: 0;
  z-index: 1900;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.realestateSticky.realestateSticky--anchored {
  position: absolute;
  top: auto;
  bottom: 0px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.realestateSticky .realestate-desk {
  transition: all 0.3s;
}
.realestateSticky--fixed .realestate-desk,
.realestateSticky--anchored .realestate-desk {
  width: 600px;
  margin-bottom: 20px;
}
.realestate .building--2 {
  pointer-events: none;
}
.realestate .minimap > * {
  fill: var(--isometryDefaultColor);
  stroke: var(--isometryStrokeColor);
  stroke-width: var(--isometryStrokeWidth);
}
.realestate .ns-table__cell .btn {
  position: relative;
  z-index: 2;
}
a {
  color: var(--linkColor);
  text-decoration: none;
}
a:hover,
a:focus {
  color: var(--linkColor);
}
h1 {
  font-size: clamp(1.25rem, 1.17531832vw + 0.97453477rem, 2rem);
  line-height: clamp(1.625rem, 1.95886386vw + 1.16589128rem, 2.875rem);
  color: var(--textColor);
  text-align: center;
}
h2 {
  font-size: clamp(1.25rem, 1.17531832vw + 0.97453477rem, 2rem);
  line-height: clamp(1.625rem, 1.95886386vw + 1.16589128rem, 2.875rem);
  color: var(--textColor);
}
h3 {
  font-size: clamp(2.875rem, 16.58692185vw + -5.09708931rem, 9.375rem);
  line-height: clamp(2.875rem, 16.58692185vw + -5.09708931rem, 9.375rem);
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #DB9D85;
}
.norm {
  color: var(--textColor);
}
.loud {
  font-size: clamp(1.25rem, 1.17531832vw + 0.97453477rem, 2rem);
  line-height: clamp(1.625rem, 1.95886386vw + 1.16589128rem, 2.875rem);
  color: var(--textColor);
}
.area--one {
  display: flex;
  flex-wrap: wrap;
  gap: 0 var(--areaGap);
}
.area--one .unit--spaceTopNone {
  margin-top: 0;
}
.area--one .unit--spaceBottomNone {
  margin-bottom: 0;
}
.area--one .unitOne--1-1-indent {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--one .unitOne--1-1-indent .unit__content {
  max-width: 900px;
}
.area--one .unitOne--textAlignCenter {
  text-align: center;
}
.area--one .unitOne--textAlignCenter .text-section--list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--one .unitOne--textAlignCenter .text-section--list .list {
  width: auto;
}
.area1 .unitOne--1-1:first-child,
.area1 .unitOne--1-1-indent:first-child {
  margin-top: 0;
}
.area1 .unitOne--1-1:first-child .part.text:first-child,
.area1 .unitOne--1-1-indent:first-child .part.text:first-child {
  margin-top: 0;
}
.area--one .unitTwo {
  display: flex;
}
.area--one .unitTwo .unit__background {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  transition: all 0.4s;
}
#view:not(.bodyReplaced) .area--one .unitTwo {
  transform: scale(0.8);
}
#view:not(.bodyReplaced) .area--one .unitTwo.is-intersecting .unit__background {
  transform: scale(1);
}
.area--one .unitThree {
  --spacePart: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  text-align: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.area--one .unitThree:has(.part.link) {
  min-height: 600px;
}
.area--one .unitThree .unit__content {
  display: flex;
  flex-direction: column;
  flex: 1 0;
}
.area--one .unitThree .unit__body {
  display: flex;
  flex-direction: column;
  flex: 1 0;
}
.area--one .unitThree .part:has(+ .part.link:last-child) {
  margin-bottom: calc(var(--spacePart) * 2);
}
.area--one .unitThree .part.link {
  margin-top: auto;
}
.area--one .unitFour {
  margin-top: var(--spaceTotal);
}
.area--one .unitFour--rose .unit__content:before {
  background-color: #edcec2;
}
.area--one .unitFour--gold .unit__content:before {
  background-color: #e5dac9;
}
.area--one .unitFour--green .unit__content:before {
  background-color: #A3AB9F;
}
.area--one .unitFour--beige .unit__content:before {
  background-color: #EDE1CA;
}
.area--one .unitFour--grey .unit__content:before {
  background-color: #D2D0CD;
}
.area--one .unitFour--brown .unit__content:before {
  background-color: #A59382;
}
.area--one .unitFour .unit__content {
  display: flex;
  flex-direction: column;
  isolation: isolate;
  position: relative;
  box-sizing: border-box;
}
.area--one .unitFour .unit__content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.area--one .unitFour .unit__body {
  display: flex;
  flex-direction: column;
  flex: 1 0;
}
.area--one .unitFour .part:has(+ .part.link:last-child) {
  margin-bottom: calc(var(--spacePart) * 2);
}
.area--one .unitFour .part.pict:first-child {
  transition: all 0.4s;
}
.area--one .unitFour .part.link {
  margin-top: auto;
}
.area--one .unitSix--1-1 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--one .unitSix--1-1 .unit__content {
  max-width: 660px;
}
.area--one .unitSix--1-1 .unit__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--one .unitSix .part.pict:first-child {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 10000px;
  max-width: 224px;
}
@supports not (aspect-ratio: 1 /  1) {
  .area--one .unitSix .part.pict:first-child:before {
    float: left;
    padding-top: 100%;
    content: '';
  }
  .area--one .unitSix .part.pict:first-child:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitSix .part.pict:first-child * {
  height: 100%;
}
.area--one .unitSix .part.pict:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitSix .part.pict:first-child .placeholder {
  padding-bottom: 0;
}
.area--one .counter {
  text-align: center;
}
@media (max-width: 1023px) {
  .area--one .counter .countText {
    margin-top: 0;
  }
}
.area--one .benefits {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.area--one .benefits .unit__content {
  max-width: 1300px;
}
.area--one .benefits .unit__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--spacePart) var(--areaGap);
}
.area--one .benefits .part--benefit {
  min-height: 160px;
  box-sizing: border-box;
  padding-top: 53px;
}
.area--one .benefits .part--benefit:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 31px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/icon-meinen-areal.svg);
  background-color: var(--iconMeinenColor);
  transition: all 0.6s 0.6s;
  animation-name: iconAnimation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes iconAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.2);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
.area--one .fullWidthImage {
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
  flex-shrink: 0;
  --spaceUnit: 0;
  --spacePart: 0;
  overflow: hidden;
}
.area--one .fullWidthImage .part {
  aspect-ratio: 2.01680672;
  overflow: hidden;
}
@supports not (aspect-ratio: 1920 /  952) {
  .area--one .fullWidthImage .part:before {
    float: left;
    padding-top: 49.58333333%;
    content: '';
  }
  .area--one .fullWidthImage .part:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .fullWidthImage .part * {
  height: 100%;
}
.area--one .fullWidthImage .part img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .fullWidthImage .part .placeholder {
  padding-bottom: 0;
}
.area--one .fullWidthImage .part img {
  height: 130% !important;
  max-height: 130% !important;
}
#view:not(.bodyReplaced) .unit:not(.unit--footerLinks, .unit--realestate, .unit:has(.part--code)) {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s, transform 0.6s;
}
#view:not(.bodyReplaced) .unit:not(.unit--footerLinks, .unit--realestate, .unit:has(.part--code)).is-intersecting {
  opacity: 1;
  transform: translateY(0);
}
.area--one .part.link--arrow .open {
  display: inline-block;
  font-size: clamp(1rem, 0.19588639vw + 0.95408913rem, 1.125rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
  font-weight: bold;
  font-family: inherit;
  cursor: pointer;
  color: #000;
  padding-left: 74px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  position: relative;
}
.area--one .part.link--arrow .open:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 25px;
  mask-size: 100% auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: #000;
  transition: all 0.4s;
}
.area--one .part.link--arrow .open:hover:before,
.area--one .part.link--arrow .open:focus:before {
  transform: translateX(5px);
}
.area--one .part.link--button .open {
  display: inline-block;
  background-color: #36170C;
  font-size: 18px;
  line-height: 1.44444444;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 12px 70px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonBackgroundHover), var(--buttonBackgroundHover));
  transition: all 0.24s;
}
.area--one .part.link--button .open:hover,
.area--one .part.link--button .open:focus {
  background-size: 100% 100%;
}
.area--one .unit:not(.unitSeven) .part.load .load {
  display: inline-block;
  font-size: clamp(1rem, 0.19588639vw + 0.95408913rem, 1.125rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
  font-weight: bold;
  font-family: inherit;
  cursor: pointer;
  color: #000;
  padding-left: 74px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  position: relative;
}
.area--one .unit:not(.unitSeven) .part.load .load:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 25px;
  mask-size: 100% auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: #000;
  transition: all 0.4s;
}
.area--one .unit:not(.unitSeven) .part.load .load:hover:before,
.area--one .unit:not(.unitSeven) .part.load .load:focus:before {
  transform: translateX(5px);
}
.area--one .unit.unitSeven .part.load .load {
  display: inline-block;
  background-color: transparent;
  font-size: 18px;
  line-height: 1.44444444;
  font-family: inherit;
  cursor: pointer;
  color: var(--textColor);
  border: 1px solid var(--textColor);
  padding: 12px 40px;
  appearance: none;
  border-radius: 0;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .area--one .unit.unitSeven .part.load .load:hover,
  .area--one .unit.unitSeven .part.load .load:focus {
    -webkit-text-decoration-color: var(--textColor);
            text-decoration-color: var(--textColor);
  }
}
.part--fullWidthImage {
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
  flex-shrink: 0;
  aspect-ratio: 2.01680672;
  overflow: hidden;
}
@supports not (aspect-ratio: 1920 /  952) {
  .part--fullWidthImage:before {
    float: left;
    padding-top: 49.58333333%;
    content: '';
  }
  .part--fullWidthImage:after {
    display: block;
    content: '';
    clear: both;
  }
}
.part--fullWidthImage * {
  height: 100%;
}
.part--fullWidthImage img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.part--fullWidthImage .placeholder {
  padding-bottom: 0;
}
.part--fullWidthImage img {
  height: 130% !important;
  max-height: 130% !important;
}
#view .part--fullWidthImage.cb-file-empty {
  display: none;
}
@media (max-width: 1023px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .section {
    transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  }
  body.cb-toggle-target-active .section {
    transform: translateY(200px);
  }
  body.cb-toggle-target-active .section.section--header {
    transform: none;
  }
  .navi {
    display: none;
  }
}
.togglenavigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2001;
  width: 30px;
  height: 22px;
  cursor: pointer;
}
.tline {
  position: absolute;
  left: 0;
  width: 30px;
  height: 6px;
  background-color: var(--siteColor);
  transition: top 0.4s 0.4s cubic-bezier(0.05, 0.8, 0.5, 1), transform 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.tline--1 {
  top: 0;
}
.tline--2 {
  top: calc(100% - 6px);
}
body.cb-toggle-target-active .tline {
  transition: top 0.4s cubic-bezier(0.05, 0.8, 0.5, 1), transform 0.4s 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .tline--1 {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--2 {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navi-animation {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.mobile-navigation div.navi {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.mobile-navigation div.navi > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.mobile-navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item > .menu {
  display: block;
  color: var(--textColor);
}
.mobile-navigation div.navi > .item > .menu.path {
  font-weight: bold;
  color: var(--siteColor);
}
.mobile-navigation div.sub1 {
  box-sizing: border-box;
  padding: 0 var(--deskSpace);
  margin: calc(var(--headerHeight) + 40px) 0 30px;
  gap: 20px;
}
.mobile-navigation div.sub1 > .item > .menu {
  font-size: 32px;
  line-height: 1.4375;
  padding-right: 46px;
}
.mobile-navigation div.sub2 > .item.init {
  margin-top: 20px;
}
.mobile-navigation div.sub2 > .item.exit {
  margin-bottom: 20px;
}
.mobile-navigation div.sub2 > .item > .menu {
  font-size: 27px;
  line-height: 1.44444444;
}
.mobile-navigation div.sub2 {
  transition: all 0.4s;
  height: 0;
  overflow: hidden;
}
.mobile-navigation div.sub2 > .item {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s;
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi {
  height: var(--js-elementHeight);
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi > .item {
  transform: translateY(0);
  opacity: 1;
}
.mobile-navigation .cb-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  width: 46px;
  height: 46px;
  mask-size: 30px 30px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-navi-bottom.svg);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  background-color: var(--textColor);
}
.mobile-navigation .cb-toggle.cb-toggle-active {
  transform: rotate(-180deg);
  background-color: var(--siteColor);
}
.part.auth form {
  float: left;
  width: 100%;
}
.part.auth .body,
.part.auth .foot {
  width: 100%;
  margin: 0;
}
.part.auth fieldset {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.part.auth fieldset:first-child {
  margin-top: 0;
}
.part.auth label.name {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .part.auth label.name {
    padding-bottom: 0;
    width: 30%;
    min-height: 40px;
  }
}
.part.auth input.text,
.part.auth input.password {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #F0F0F0;
  min-height: 40px;
  padding: 5px 10px;
}
.part.auth input.text.fail,
.part.auth input.password.fail {
  border: 2px solid #ae2121;
}
.part.auth input.text.fade,
.part.auth input.password.fade {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .part.auth input.text,
  .part.auth input.password {
    float: right;
    width: 66%;
  }
}
.auth-login-button {
  float: right;
  margin-top: var(--spacePart);
}
.part.auth input.submit {
  float: left;
  display: inline-block;
  font-size: clamp(1rem, 0.19588639vw + 0.95408913rem, 1.125rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
  font-weight: bold;
  font-family: inherit;
  cursor: pointer;
  color: #000;
  padding-left: 74px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  position: relative;
}
.part.auth input.submit:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 25px;
  mask-size: 100% auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: #000;
  transition: all 0.4s;
}
.part.auth input.submit:hover:before,
.part.auth input.submit:focus:before {
  transform: translateX(5px);
}
.realestate-item-group {
  float: left;
  width: 100%;
}
.realestate {
  float: left;
  width: 100%;
  color: var(--textColor);
  font-size: clamp(1rem, 0.39177277vw + 0.90817826rem, 1.25rem);
  line-height: clamp(1.25rem, 0.78354554vw + 1.06635651rem, 1.75rem);
}
.realestate__section {
  float: left;
  width: 100%;
  margin-top: calc(var(--spacePart) * 2);
}
.realestate__section:first-child {
  margin-top: 0;
}
.realestate__section--svg {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.realestate__section--table {
  overflow-x: auto;
}
.realestate__section--actions--top {
  display: none;
}
.realestate svg {
  float: left;
  width: 100%;
  max-width: 1100px;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .realestate svg {
    pointer-events: none;
  }
  .realestate svg * {
    pointer-events: none;
  }
}
.appartment,
.mini-building {
  cursor: pointer;
}
.appartment * {
  fill: #E9E7E6;
  stroke: #000;
  stroke-width: 0.1;
  transition: all 0.4s;
}
.appartment.appartment--type1 * {
  fill: #A59382;
}
.appartment.appartment--type2 * {
  fill: #fff;
  stroke: #000;
}
.appartment.appartment--type3 * {
  fill: #EDE1CA;
}
.appartment.appartment--type4 * {
  fill: #D2D0CD;
}
.appartment.appartment--type5 * {
  fill: #A3AB9F;
}
.mini-building {
  fill: #E9E7E6;
  stroke: #000;
  stroke-width: 0.1;
}
.mini-building.is-active {
  fill: var(--siteColor);
}
.neutral {
  fill: #fff;
  stroke: #000;
  stroke-width: 0.1;
}
.building.is-active .floor.is-active .appartment.is-hovered.appartment--type1 *,
.building.is-active .floor.is-active .appartment.is-active.appartment--type1 * {
  fill: #725D4B;
}
.building.is-active .floor.is-active .appartment.is-hovered.appartment--type2 *,
.building.is-active .floor.is-active .appartment.is-active.appartment--type2 * {
  fill: #fff;
}
.building.is-active .floor.is-active .appartment.is-hovered.appartment--type3 *,
.building.is-active .floor.is-active .appartment.is-active.appartment--type3 * {
  fill: #C3AE88;
}
.building.is-active .floor.is-active .appartment.is-hovered.appartment--type4 *,
.building.is-active .floor.is-active .appartment.is-active.appartment--type4 * {
  fill: #B2AFA9;
}
.building.is-active .floor.is-active .appartment.is-hovered.appartment--type5 *,
.building.is-active .floor.is-active .appartment.is-active.appartment--type5 * {
  fill: #696B5D;
}
.appartment.is-hovered.appartment--type1 *,
.appartment.is-active.appartment--type1 * {
  fill: #8e7966;
}
.appartment.is-hovered.appartment--type2 *,
.appartment.is-active.appartment--type2 * {
  fill: #e6e6e6;
}
.appartment.is-hovered.appartment--type3 *,
.appartment.is-active.appartment--type3 * {
  fill: #e0cba4;
}
.appartment.is-hovered.appartment--type4 *,
.appartment.is-active.appartment--type4 * {
  fill: #bab7b2;
}
.appartment.is-hovered.appartment--type5 *,
.appartment.is-active.appartment--type5 * {
  fill: #899384;
}
.building {
  transition: all 0.6s ease-out;
  transform-box: fill-box;
  cursor: pointer;
}
.buildings.is-active .building,
.buildings.is-active .inactive-building {
  opacity: 0;
  pointer-events: none;
}
.buildings.is-active .building.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 3;
  transform-origin: 50% 100%;
}
.building--1.is-active {
  transform: translateX(-11px) translateY(36px) scale(1.3);
}
.cb-navi-fixed .building--1.is-active {
  transform: translateX(-11px) translateY(36px) scale(1.1);
}
.building--2.is-active {
  transform: translateX(150px) translateY(0px) scale(1.3);
}
.cb-navi-fixed .building--2.is-active {
  transform: translateX(150px) translateY(-10px) scale(1.1);
}
.floor {
  transition: all 0.3s ease-out;
  transform-origin: 0 100%;
}
.floor.is-open {
  transform: translateY(-80px);
}
.filter-section {
  float: left;
  width: 100%;
  margin-top: calc(var(--spacePart) * 2);
}
.filter-section:first-child {
  margin-top: 0;
}
.filter-section--selectors {
  position: relative;
  z-index: 2;
}
.filter {
  float: left;
  width: 360px;
  max-width: 100%;
  margin-right: 20px;
}
.filter:last-child {
  margin-right: 0;
}
.filter.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .filter {
    width: 100%;
    margin-right: 0;
    margin-top: 16px;
  }
  .filter:first-child {
    margin-top: 0;
  }
}
.realestate .o-label {
  display: block;
  padding-bottom: 10px;
  font-weight: bold;
}
.realestate .o-form-group {
  float: left;
  width: 100%;
}
.realestate .o-form-input {
  float: left;
  width: 100%;
}
.realestate .o-dropdown {
  float: left;
  width: 100%;
  position: relative;
  background-color: var(--siteColor);
  color: #fff;
  font-weight: bold;
}
.realestate .o-dropdown__selected {
  float: left;
  width: 100%;
  position: relative;
}
.realestate .o-dropdown__link {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: var(--siteColor);
  background-image: url(/images/realestate-arrow-down.svg);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 2;
}
.realestate .o-dropdown__link:hover {
  cursor: pointer;
}
.realestate .o-dropdown.is-open .o-dropdown__link {
  background-image: url(/images/realestate-arrow-up.svg);
}
.realestate .o-dropdown__results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--siteColor);
  z-index: 3;
  display: none;
  border-top: 1px solid #fff;
}
.realestate .o-dropdown.is-open .o-dropdown__results {
  display: block;
}
.realestate .o-dropdown__item {
  padding: 4px 10px;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.realestate .o-dropdown__item:hover {
  cursor: pointer;
}
.realestate .o-dropdown__selected .o-dropdown__item {
  padding-right: 60px;
}
.o-slider {
  float: left;
  width: 100%;
}
.o-slider__bar {
  float: left;
  width: 100%;
  margin: 10px 0;
  position: relative;
  height: 1px;
  background-color: var(--textColor);
}
.o-slider-handler {
  position: absolute;
  top: -10px;
  width: 21px;
  height: 21px;
  background-color: var(--siteColor);
  border-radius: 21px;
}
.o-slider-handler:hover {
  cursor: pointer;
}
.o-slider-handler--min {
  left: 0;
}
.o-slider-handler--max {
  left: 100%;
}
.o-slider__values {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.o-slider-value--min {
  float: left;
}
.o-slider-value--max {
  float: right;
}
.realestate-button {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-weight: bold;
  min-height: 50px;
  box-sizing: border-box;
  padding: 5px 20px;
  cursor: pointer;
  margin: 0 20px;
  border: 1px solid var(--textColor);
}
.realestate-button:first-child {
  margin-left: 0;
}
.realestate-button:last-child {
  margin-right: 0;
}
.realestate-button:hover {
  color: #fff;
  background-color: var(--siteColor);
}
.realestate-button.is-disabled {
  opacity: 0.6;
  pointer-events: none;
  color: var(--textColor);
  background-color: #D2D0CD;
}
@media only screen and (max-width: 767px) {
  .realestate-button {
    width: 100%;
  }
}
.table--realestate {
  float: left;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: clamp(0.875rem, 0.19588639vw + 0.82908913rem, 1rem);
  line-height: clamp(1.25rem, 0.39177277vw + 1.15817826rem, 1.5rem);
}
.table--realestate tr.table-appartment {
  border-top: 1px solid #DB9D85;
  border-bottom: 1px solid #DB9D85;
  background-color: #fff;
  cursor: pointer;
  display: none;
}
.table--realestate tr.table-appartment.is-visible {
  display: table-row;
}
.table--realestate tr.table-appartment.is-hovered,
.table--realestate tr.table-appartment.is-active {
  cursor: pointer;
}
.table--realestate tr.table-appartment.is-hovered.type--1,
.table--realestate tr.table-appartment.is-active.type--1 {
  background-color: #A59382;
}
.table--realestate tr.table-appartment.is-hovered.type--2,
.table--realestate tr.table-appartment.is-active.type--2 {
  background-color: #fff;
}
.table--realestate tr.table-appartment.is-hovered.type--3,
.table--realestate tr.table-appartment.is-active.type--3 {
  background-color: #EDE1CA;
}
.table--realestate tr.table-appartment.is-hovered.type--4,
.table--realestate tr.table-appartment.is-active.type--4 {
  background-color: #D2D0CD;
}
.table--realestate tr.table-appartment.is-hovered.type--5,
.table--realestate tr.table-appartment.is-active.type--5 {
  background-color: #A3AB9F;
}
.table--realestate tr.table-appartment.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  background-color: #D2D0CD !important;
  color: var(--textColor) !important;
}
.table--realestate th {
  font-weight: bold;
  height: 30px;
  padding: 0 15px;
  vertical-align: middle;
  white-space: nowrap;
  background-color: var(--siteColor);
  color: #fff;
  border-left: 1px solid var(--siteColor);
  border-right: 1px solid var(--siteColor);
}
.table--realestate td {
  height: 30px;
  padding: 0 15px;
  vertical-align: middle;
  border-left: 1px solid #DB9D85;
  border-right: 1px solid #DB9D85;
}
.table--realestate td.table-column--6,
.table--realestate td.table-column--7,
.table--realestate td.table-column--8,
.table--realestate td.table-column--9 {
  text-align: right;
}
.table--realestate .heading--mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .table--realestate thead {
    display: none;
  }
  .table--realestate tr.table-appartment {
    color: var(--textColor) !important;
    background-color: #fff;
  }
  .table--realestate td {
    display: block;
    text-align: right !important;
    height: auto;
    padding: 5px 3%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .table--realestate .heading--mobile {
    display: inline;
    width: 50%;
    text-align: left !important;
  }
}
.realestate-information {
  float: left;
  width: 100%;
}
.information-text {
  float: left;
  width: 100%;
}
.cb-navi-sticky {
  float: left;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.realestate-desk {
  float: left;
  width: 1120px;
  max-width: var(--deskMaxWidth);
  transition: width 0.4s;
}
.cb-navi-fixed {
  position: fixed;
  top: var(--scrollHeaderHeight);
  left: 0;
  z-index: 1900;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.4s, background-color 0.4s;
}
.cb-navi-fixed .realestate-desk {
  width: 600px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .cb-navi-fixed .realestate-desk {
    margin-bottom: 10px;
  }
}
.cb-navi-sticky-clone {
  opacity: 0;
  pointer-events: none;
}
.realestate--manage {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
  line-height: 1.2;
  font-family: 'Work Sans', sans-serif;
  color: #333;
}
.realestate--manage input,
.realestate--manage textarea,
.realestate--manage select {
  display: block;
  border: 1px solid #000;
  border-radius: 2px;
  padding: 3px;
  background-color: #fff;
}
.realestate--manage * {
  font-size: 14px;
  line-height: 1.2;
  font-family: helvetica;
  color: #333;
}
.realestate--manage a:hover {
  color: #555;
}
.realestate--manage .hidden {
  display: none !important;
}
.manage-section {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.realestate-configuration .realestate-form-group--file {
  width: 100%;
  margin-top: 10px;
}
.realestate-configuration .realestate-form-group--file .realestate-form-input {
  margin-left: 0;
}
.realestate-heading {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
.realestate-form-group {
  float: left;
  margin-right: 40px;
}
.realestate-form-group:last-child {
  margin-left: 0;
}
.realestate-label,
.realestate-form-label {
  float: left;
  min-height: 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.realestate-form-input {
  float: left;
  margin-left: 10px;
  min-height: 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.manage-button {
  float: left;
  display: block;
  background-color: #333;
  color: #fff;
  line-height: 32px;
  border-radius: 4px;
  padding: 0 10px;
  font-weight: 300;
}
.manage-button:hover {
  background-color: #444;
  cursor: pointer;
}
.manage-button--delete,
.manage-button--download,
.manage-button--upload,
.manage-button--save,
.manage-button--edit,
.manage-button--abort {
  width: 32px;
  height: 32px;
  padding: 0;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 50% 50%;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
.manage-button--delete {
  background-image: url(/icons/realestate/realestate-trash-white.svg);
}
.manage-button--download {
  background-image: url(/icons/realestate/realestate-download-white.svg);
}
.manage-button--upload {
  background-image: url(/icons/realestate/realestate-upload-white.svg);
}
.manage-button--save {
  background-image: url(/icons/realestate/realestate-save-white.svg);
}
.manage-button--edit {
  background-image: url(/icons/realestate/realestate-edit-white.svg);
}
.manage-button--abort {
  background-image: url(/icons/realestate/realestate-abort-white.svg);
}
.manage-section--report table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
}
.manage-section--report table tr {
  min-height: 36px;
}
.manage-section--report table tr.odd {
  background: #eee;
}
.manage-section--report table th,
.manage-section--report table td {
  text-align: left;
  vertical-align: middle;
  padding: 5px 10px;
  white-space: nowrap;
}
.manage-section--report table th .button-width,
.manage-section--report table td .button-width {
  float: left;
  min-width: 156px;
}
.manage-section--report table th .manage-button,
.manage-section--report table td .manage-button {
  margin: 5px;
}
.manage-section--report table th .manage-button:first-child,
.manage-section--report table td .manage-button:first-child {
  margin-left: 0;
}
.manage-section--report table th .manage-button:last-child,
.manage-section--report table td .manage-button:last-child {
  margin-right: 0;
}
.manage-section--report table th {
  padding: 20px 10px;
  background: #333;
  color: #fff;
}
.manage-section--report table th a {
  color: #fff;
  text-decoration: none;
}
.manage-section--report table th a:hover,
.manage-section--report table th a:focus {
  color: #ccc;
}
.manage-section--report table .report-sort--desc,
.manage-section--report table .report-sort--asc {
  padding-right: 20px;
  background-image: url(/icons/realestate/realestate-sort-white.svg);
  background-size: 10px 10px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.realestate-configuration {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 60px;
  font-family: helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}
.realestate-configuration .realestate-configuration,
.realestate-configuration.realestate-configuration--data {
  padding: 0;
}
.realestate-configuration h1 {
  float: left;
  width: 100%;
  font-weight: bold;
}
.realestate-configuration h3 {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.realestate-tab-container {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.realestate-content {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.realestate-configuration .realestate--manage {
  box-sizing: border-box;
  padding: 0 40px;
}
.realestate-configuration .realestate--manage:nth-child(2n-1) {
  background-color: #e3f4fd;
}
.realestate-configuration--global {
  padding: 0;
  border-top: 1px solid #ccc;
}
.re-config-content {
  float: left;
  width: 100%;
}
.re-config-content .realestate-form-group {
  float: left;
  width: auto;
}
.re-config-content input {
  float: left;
}
.realestate-definition {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
.realestate-definition:nth-child(even) {
  background: #eee;
}
.realestate-definition .realestate-definition-actions {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.realestate-definition h4 {
  font-size: 16px;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.realestate-definition a {
  text-decoration: underline;
  margin-right: 10px;
}
.definition label {
  width: 100%;
  display: block;
  margin-top: 20px;
}
.definition textarea {
  width: 50%;
  min-height: 200px;
  margin-bottom: 20px;
}
.realestate-definition-add {
  text-decoration: underline;
}
#head {
  margin-top: 36px;
}
.container--head {
  margin: 16px 0 26px;
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .container--head {
  margin: 10px 0;
}
.layout6:has(.area1 .unitThree:last-child) .section--area2 {
  margin-top: calc((var(--spaceTotal) + 245px) * -1);
  padding-top: calc(var(--spaceTotal) + 245px);
}
.container--mood {
  min-height: 304px;
}
.container--mood:has(.cbdModule--moodBatch:not(.is-empty)) {
  min-height: unset;
}
.part--moodOverlayImage {
  width: 150px;
  bottom: -20px;
}
.cbdModule--moodBatch .moodBatch {
  padding: 15px;
}
.footarea {
  margin: 40px 0 38px;
  flex-direction: column;
  gap: 50px;
}
.footpart {
  width: 100%;
}
.footpart--three {
  order: 4;
}
.footpart--four {
  order: 3;
}
.area--one .unitTwo {
  flex-direction: column;
}
.area--one .unitThree {
  box-sizing: border-box;
  padding: calc(15px - var(--spacePart)) 15px;
}
@media (max-width: 767px) {
  .area--one .unitThree + .unitThree {
    margin-top: -5px;
  }
}
.area--one .unitThree .part.pict:first-child {
  width: calc(100% + 30px);
  margin-top: calc((15px - var(--spacePart)) * -1);
  margin-bottom: calc(15px - var(--spacePart));
  margin-left: -15px;
}
.area--one .unitThree + .fullWidthImage {
  margin-top: calc((var(--spaceTotal) + 53px) * -1);
}
.area--one .unitFour {
  margin-bottom: 10px;
}
.area--one .unitFour:nth-child(2n + 1 of .unitFour) .unit__content:before {
  left: 0;
}
.area--one .unitFour:nth-child(2n + 1 of .unitFour) .part.pict:first-child {
  margin-left: calc(var(--deskSpace) * -2);
  transform: translateX(-50%);
}
.area--one .unitFour:nth-child(2n + 2 of .unitFour) .unit__content:before {
  left: calc(var(--deskSpace) * -1);
}
.area--one .unitFour:nth-child(2n + 2 of .unitFour) .part.pict:first-child {
  margin-left: calc(var(--deskSpace) * -1);
  transform: translateX(50%);
}
.area--one .unitFour.is-last {
  margin-bottom: var(--spaceTotal) !important;
}
.area--one .unitFour .unit__content {
  min-height: 496px;
  padding-top: calc(18px - var(--spacePart));
  padding-bottom: calc(30px - var(--spacePart));
  padding-left: var(--deskSpace);
  padding-right: var(--deskSpace);
}
.area--one .unitFour .unit__content:before {
  width: calc(100% + var(--deskSpace));
}
.area--one .unitFour .part.pict:first-child {
  width: calc(100% + (var(--deskSpace) * 3));
}
.area--one .unitFour.is-intersecting:nth-child(2n + 1 of .unitFour) .part.pict:first-child,
.area--one .unitFour.is-intersecting:nth-child(2n + 2 of .unitFour) .part.pict:first-child {
  transform: translateX(0);
}
.area--one .benefits .part--benefit {
  width: calc(50% - (var(--areaGap) / 2));
}
.ns-slider {
  float: left;
  width: 100%;
  position: relative;
}
.ns-slider__section {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ns-slider__stage {
  float: left;
  width: 100%;
}
.ns-slider__area {
  float: left;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.ns-slide {
  float: left;
  width: 100%;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  position: relative;
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.6s;
}
.ns-slide.is-active {
  transform: scale(1);
  opacity: 1;
}
.ns-slide__content {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ns-slide__subcontent {
  float: left;
  width: 100%;
}
.ns-slide__subcontent--image {
  width: calc(100% - 140px);
  max-width: 704px;
}
.ns-slide__subcontent--description {
  max-width: 506px;
}
.ns-slider__part {
  float: left;
  width: 100%;
  position: relative;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.ns-slider__part--image {
  aspect-ratio: 2.21383648;
}
@supports not (aspect-ratio: 704 /  318) {
  .ns-slider__part--image:before {
    float: left;
    padding-top: 45.17045455%;
    content: '';
  }
  .ns-slider__part--image:after {
    display: block;
    content: '';
    clear: both;
  }
}
.ns-slider__part--image * {
  height: 100%;
}
.ns-slider__part--image img {
  object-fit: contain;
}
.ns-slider__part--text {
  text-align: center;
}
.ns-slider__part--link .open {
  display: inline-block;
  font-size: clamp(1rem, 0.19588639vw + 0.95408913rem, 1.125rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
  font-weight: bold;
  font-family: inherit;
  cursor: pointer;
  color: #000;
  padding-left: 74px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  position: relative;
}
.ns-slider__part--link .open:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 25px;
  mask-size: 100% auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: #000;
  transition: all 0.4s;
}
.ns-slider__part--link .open:hover:before,
.ns-slider__part--link .open:focus:before {
  transform: translateX(5px);
}
.ns-slider__part--link + .ns-slider__part--link {
  margin-top: 0;
}
.ns-slider__links {
  float: left;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  margin-top: var(--spacePart);
}
.ns-sliderControl {
  float: left;
  cursor: pointer;
  position: absolute;
  top: var(--fluidSize);
  --fluidSize: clamp(0.9375rem, 23.96039604vw + -4.67821782rem, 8.5rem);
  width: 50px;
  height: 97px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: var(--siteColor);
}
#view .ns-sliderControl.is-disabled {
  display: none;
}
@media (max-width: 1023px) {
  .ns-sliderControl {
    width: 26px;
    height: 48px;
  }
}
.ns-sliderControl--prev {
  left: 0;
  mask-image: url(/images/chevron-slider-left.svg);
}
.ns-sliderControl--next {
  right: 0;
  mask-image: url(/images/chevron-slider-right.svg);
}
.map-slider__wrapper {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.map-slider__mapWrapper,
.map-slider__slider {
  position: relative;
  float: left;
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .map-slider__mapWrapper,
  .map-slider__slider {
    width: 100%;
  }
}
.map-slider__mapWrapper {
  margin-bottom: calc(var(--spacePart) * 1);
}
.map-slider__mapWrapper .map-slider__pin {
  width: 32px;
  transition: all 0.4s;
}
.map-slider__mapWrapper .map-slider__pin:hover,
.map-slider__mapWrapper .map-slider__pin:focus {
  opacity: 0.8;
}
.map-slider__mapWrapper .map-slider__pin.is-active {
  opacity: 0.8;
  z-index: 2;
  --fillPinCricle: var(--siteColor);
}
.map-slider__mapWrapper .map-slider__pin.is-active .map-slider__pinCircle {
  stroke: rgba(148, 72, 46, 0.5);
  stroke-width: 5px;
  animation-name: strokeAnim;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes strokeAnim {
  0%,
  100% {
    stroke-width: 5px;
  }
  50% {
    stroke-width: 15px;
  }
}
.map-slider__pins {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.map-slider__legende {
  position: absolute;
  width: 50%;
}
.map-slider__icon {
  position: absolute;
  width: 60px;
}
.map-slider__slider {
  min-height: 600px;
}
@media (max-width: 1023px) {
  .map-slider__slider {
    margin-top: 0;
  }
}
.map-slider__slide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.map-slider__slide.is-active {
  opacity: 1;
}
.map-slider__slide .map-slider__image,
.map-slider__slide .map-slider__text {
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  .map-slider__slide .map-slider__image,
  .map-slider__slide .map-slider__text {
    margin-top: 0;
  }
}
.map-slider__slide .map-slider__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: clamp(50px, 8vw, 80px);
}
@media (max-width: 767px) {
  .map-slider__slide .map-slider__icon {
    left: 16px;
    top: 16px;
  }
}
.map-slider__slide .map-slider__text .map-slider__title {
  font-size: clamp(1.25rem, 1.17531832vw + 0.97453477rem, 2rem);
  line-height: clamp(1.625rem, 1.95886386vw + 1.16589128rem, 2.875rem);
  color: var(--textColor);
  float: left;
  width: 100%;
  font-weight: bold;
  margin-bottom: calc(var(--spacePart) * 1);
}
.map-slider__slide .map-slider__text p {
  float: left;
  width: 100%;
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
}
.map-slider__actions .map-slider__link {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 30%;
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  background-size: calc(100% - 10px) calc(100% - 20px);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  transition: width 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.map-slider__actions .map-slider__link:hover,
.map-slider__actions .map-slider__link:focus {
  width: 60px;
  background-color: #fff;
}
.map-slider__actions .map-slider__link.map-slider__link--prev {
  left: 0;
  background-image: url(/images/chevron-slider-left.svg);
}
.map-slider__actions .map-slider__link.map-slider__link--next {
  right: 0;
  background-image: url(/images/chevron-slider-right.svg);
}
@media (max-width: 1023px) {
  .map-slider__actions .map-slider__link {
    top: 15vw;
  }
}
@media (max-width: 767px) {
  .map-slider__actions .map-slider__link {
    top: 30vw;
  }
}
@media (max-width: 767px) {
  .map-slider__actions .map-slider__link {
    width: 30px;
    height: 30px;
  }
}
.map-slider__pinCircle {
  fill: var(--fillPinCricle, #b79c97);
}
.map-slider__pinIcon {
  fill: #fff;
}
/*# sourceMappingURL=./screen-small.css.map */