.title1 {
  font-size: clamp(2.1875rem, 4.76190476vw + 1.07142857rem, 5rem);
  line-height: clamp(2.5rem, 5.92592593vw + 1.11111111rem, 6rem);
  color: var(--titleColor);
  font-weight: 300;
  text-transform: uppercase;
}
.title2 {
  font-size: clamp(0.9375rem, 1.05820106vw + 0.68948413rem, 1.5625rem);
  line-height: clamp(1.25rem, 1.05820106vw + 1.00198413rem, 1.875rem);
  color: var(--titleColor);
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.title3 {
  font-size: clamp(1.25rem, 1.58730159vw + 0.87797619rem, 2.1875rem);
  line-height: clamp(1.4375rem, 2.53968254vw + 0.8422619rem, 2.9375rem);
  color: var(--textColor);
  font-weight: 300;
}
.title4 {
  font-size: clamp(1.25rem, 2.11640212vw + 0.75396825rem, 2.5rem);
  line-height: clamp(1.4375rem, 2.53968254vw + 0.8422619rem, 2.9375rem);
  color: var(--titleColor);
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.lead {
  font-size: clamp(1.25rem, 1.05820106vw + 1.00198413rem, 1.875rem);
  line-height: clamp(1.875rem, 1.58730159vw + 1.50297619rem, 2.8125rem);
  color: var(--textColor);
}
.copy {
  color: var(--textColor);
}
.button {
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 1.2;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  color: var(--btnColor);
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 88px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
}
.button:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
  height: 28px;
  border-radius: 28px;
  border: 2px solid var(--btnColor);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--btnColor), var(--btnColor));
  transition: all 0.2s;
}
.button:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 8px;
  width: 19px;
  height: 14px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: var(--btnColor);
  transition: all 0.2s;
}
.button:hover:before,
.button:focus:before {
  background-size: 100% 100%;
}
.button:hover:after,
.button:focus:after {
  background-color: var(--btnColorHover);
}
.buttonDownload {
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  cursor: pointer;
  color: var(--textColor);
  appearance: none;
  box-sizing: border-box;
  padding-right: 36px;
}
.buttonDownload:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 28px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/icon-download.svg);
  background-color: var(--downloadIconColor);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.cbdModule--stoerer {
  left: 60px;
}
.cbdModule--stoerer .stoerer {
  width: 200px;
  height: 200px;
  padding: 20px;
}
.footarea {
  flex-direction: row;
  gap: var(--areaGap);
  margin: 44px 0;
}
.footpart {
  width: calc((100% / 3) - (var(--areaGap) * 2 / 3));
}
.area--one .unitOne--1-2 {
  width: calc(50% - (var(--areaGap) / 2));
}
.area--one .unitOne--1-3 {
  width: calc((100% / 3) - (var(--areaGap) * 2 / 3));
}
.area--one .unitOne--2-3 {
  width: calc((100% / 3 * 2) - ((var(--areaGap) * 2 / 3)) / 2);
}
.area--one .unitTwo {
  display: flex;
  gap: var(--areaGap);
}
.area--one .unitTwo--imageWide .unit__background {
  width: calc(100% / 1320 * 865);
}
.area--one .unitTwo--imageWide .unit__content {
  width: calc(100% / 1320 * 415);
}
.area--one .unitTwo--imageSlim .unit__background {
  width: calc(100% / 1320 * 415);
}
.area--one .unitTwo--imageSlim .unit__content {
  width: calc(100% / 1320 * 865);
}
.area--one .unitTwo--imageLeft .unit__content {
  margin-left: auto;
}
.area--one .unitTwo--imageLeft .unit__background:after {
  right: calc((var(--areaGap) / 2) * -1);
}
.area--one .unitTwo--imageRight .unit__background {
  order: 2;
}
.area--one .unitTwo--imageRight .unit__background:after {
  left: calc((var(--areaGap) / 2) * -1);
}
.area--one .unitTwo--imageRight .unit__content {
  order: 1;
}
.area--one .unitTwo .unit__background {
  position: relative;
}
.area--one .unitTwo .unit__background:after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--lineColor);
}
.area--one .unitGallery {
  --spacePart: 0;
}
.area--one .unitGallery--imageDividerTrue .part:not(.last-in-row, :last-child):after {
  content: '';
  position: absolute;
  right: calc(var(--areaGap) * -0.5);
  width: 1px;
  height: 100%;
  background-color: var(--lineColor);
}
.area--one .unitGallery .unit__body {
  display: flex;
  flex-wrap: wrap;
  gap: var(--areaGap);
}
.area--one .unitGallery .part * {
  height: 100%;
}
.area--one .unitGallery .part img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitGallery .part .placeholder {
  padding-bottom: 0;
}
.area--one .unitGallery .part--1-3 {
  width: calc((100% / 3) - (var(--areaGap) * 2 / 3));
}
.area--one .unitGallery .part--2-3 {
  width: calc((100% / 3 * 2) - ((var(--areaGap) * 2 / 3)) / 2);
}
.area--one .unitGallery .part--captionStyleOne .cb-image-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 7px;
  color: #fff;
  box-sizing: border-box;
  padding-left: 7px;
}
.area--one .unitDownload {
  width: calc(50% - (var(--areaGap) / 2));
}
.area--roomFinderTeaser .unit--1-2 {
  width: calc(50% - (var(--areaGap) / 2));
}
/*# sourceMappingURL=./screen-medium.css.map */