@charset "UTF-8";.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7,var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7,var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3,1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4,1fr);grid-auto-rows:var(--adp-year-cell-height)}.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,var(--adp-time-track-color),var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size) / 2 * -1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, .1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, .2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px }.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99 }.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px #00000026;border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translate(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translate(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%,calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%,-50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size) / 2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size) / 2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}:root{--red: rgb(222, 10, 46);--white: #ffffff;--black: #111111;--gray: rgb(109, 110, 113);--gray-light: rgb(182, 183, 184);--gray-lighter: rgb(240, 240, 240);--facebook: rgb(66, 103, 178);--green: #51a64a;--green-plus: #509d2d;--button-height: 50px;--page-padding: 5vw;--navigation-height: 90px;--page-margin-right: 1.5em;--page-margin-left: 1.5em}@media (width >= 500px){:root{--navigation-height: 130px}}@media (min-width: 768px){:root{--page-margin-right: 3em;--page-margin-left: 3em}}@media (min-width: 1024px){:root{--page-padding: 2.5vw;--page-margin-right: 5em;--page-margin-left: 5em}}@media (min-width: 1440px){:root{--page-margin-right: 12.5vw;--page-margin-left: 12.5vw}}.ce--type-visual-cta .ce__text,.ce--type-textpic>header,main>.ce>.textmedia:not(.textmedia--domino),main>.ce--type-text:not([style*=background-color]),.ce--type-simple-cta,.quote--big-old,.quote--small-old,.quote--small,.ce--type-newsletter,.milestones,.ce--type-list--luxhaus_pi6 form,.ce--type-list--luxhaus_pi6 .ce--type-textpic,.ce--type-list--luxhaus_pi6>.header,.ce--type-list--luxhaus_pi2,.ce--type-list--gdpr_legal,.ce--type-list--gdpr_privacy,.ce--type-list--luxhaus_watchlist,.ce--type-list--luxhaus_search,.ce--type-news_pi1 .news__list,.ce--type-list--luxhaus_map,.contact-person,.ce--type-list--luxhaus_pi1 .house-detail__contact-persons,.ce--type-list--luxhaus_pi1 .house-detail__description,.ce--type-list--luxhaus_pi4 .blog__single,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]),.ce--type-like,form[id^=traumhaus],main>.ce--type-form_formframework,.counterlist__items,.counterlist>header,.ce--type-container .accordion--default,.ce--type-group .accordion--default{margin-left:var(--page-margin-left)}.ce--type-visual-cta .ce__text,.ce--type-textpic>header,main>.ce>.textmedia:not(.textmedia--domino),main>.ce--type-text:not([style*=background-color]),.ce--type-simple-cta,.quote--big-old,.quote--small-old,.quote--small,.ce--type-newsletter,.milestones,.ce--type-list--luxhaus_pi6 form,.ce--type-list--luxhaus_pi6 .ce--type-textpic,.ce--type-list--luxhaus_pi6>.header,.ce--type-list--luxhaus_pi2,.ce--type-list--gdpr_legal,.ce--type-list--gdpr_privacy,.ce--type-list--luxhaus_watchlist,.ce--type-list--luxhaus_search,.ce--type-news_pi1 .news__list,.ce--type-list--luxhaus_map,.contact-person,.ce--type-list--luxhaus_pi1 .house-detail__contact-persons,.ce--type-list--luxhaus_pi1 .house-detail__description,.ce--type-list--luxhaus_pi4 .blog__single,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]),.ce--type-like,form[id^=traumhaus],main>.ce--type-form_formframework,.counterlist__items,.counterlist>header,.ce--type-container .accordion--default,.ce--type-group .accordion--default{margin-right:var(--page-margin-right)}.quote--big.quote--image-right .quote__content,.ce--type-form-cta .flex>div:first-child,main>.ce--type-text[style*=background-color],.quote--big .quote__content:first-child,.numberlist,.ce--type-image .images-from-dir,.ce--type-image>.flex,.ce--type-html,.ce--type-list--luxhaus_pi7,.ce--type-list--luxhaus_pinterest,.contact-person__result .contact-person__hero,.ce--type-list--luxhaus_pi1 .house-detail__addition-info,.ce--type-list--luxhaus_pi1 .house-detail__layouts .flex,.ce--type-list--luxhaus_pi1 .house-list,.ce--type-list--luxhaus_pi1 .hausfinder,.ce--type-form-cta>header,.ce--type-container>.ce__header,.ce--type-container>.ce__text,.ce--type-container>.flex,.ce--type-group>.ce__header,.ce--type-group>.ce__text,.ce--type-group>.flex,.ce--type-container .slider,.ce--type-group .slider{padding-left:var(--page-margin-left)}.quote--big.quote--image-left .quote__content,.ce--type-form-cta .flex>div:last-child,main>.ce--type-text[style*=background-color],.quote--big .quote__content:first-child,.numberlist,.ce--type-image .images-from-dir,.ce--type-image>.flex,.ce--type-html,.ce--type-list--luxhaus_pi7,.ce--type-list--luxhaus_pinterest,.contact-person__result .contact-person__hero,.ce--type-list--luxhaus_pi1 .house-detail__addition-info,.ce--type-list--luxhaus_pi1 .house-detail__layouts .flex,.ce--type-list--luxhaus_pi1 .house-list,.ce--type-list--luxhaus_pi1 .hausfinder,.ce--type-form-cta>header,.ce--type-container>.ce__header,.ce--type-container>.ce__text,.ce--type-container>.flex,.ce--type-group>.ce__header,.ce--type-group>.ce__text,.ce--type-group>.flex,.ce--type-container .slider,.ce--type-group .slider{padding-right:var(--page-margin-right)}.ce--type-newsletter .flex,.ce--type-list--luxhaus_pi4 .ce--type-newsletter,.ce--type-list--gdpr_legal,.ce--type-list--gdpr_privacy,.ce--type-list--luxhaus_pi4 .ce--type-like,.ce--type-list--luxhaus_pi4 .ce--type-group,.ce--type-container .accordion--default,.ce--type-group .accordion--default,.ce--type-list--luxhaus_pi6 .ce--type-textpic{margin-top:7.5rem}@media only screen and (max-width: 767px){.ce--type-newsletter .flex,.ce--type-list--luxhaus_pi4 .ce--type-newsletter,.ce--type-list--gdpr_legal,.ce--type-list--gdpr_privacy,.ce--type-list--luxhaus_pi4 .ce--type-like,.ce--type-list--luxhaus_pi4 .ce--type-group,.ce--type-container .accordion--default,.ce--type-group .accordion--default,.ce--type-list--luxhaus_pi6 .ce--type-textpic{margin-top:3.75rem}}.ce--type-list--luxhaus_pi6 .ce--type-hero{margin-top:-7.5rem}@media only screen and (max-width: 767px){.ce--type-list--luxhaus_pi6 .ce--type-hero{margin-top:-3.75rem}}.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]),.ce--type-list--luxhaus_pi6 .ce--type-textpic{margin-bottom:7.5rem}@media only screen and (max-width: 767px){.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]),.ce--type-list--luxhaus_pi6 .ce--type-textpic{margin-bottom:3.75rem}}.ce--type-list--luxhaus_pi4 .ce--type-newsletter,.ce--type-list--luxhaus_pi6>.header,main>.ce--type-text[style*=background-color],.ce--type-form_formframework,.ce--type-container[style*=background-color],.ce--type-group[style*=background-color]{padding-top:7.5rem}@media only screen and (max-width: 767px){.ce--type-list--luxhaus_pi4 .ce--type-newsletter,.ce--type-list--luxhaus_pi6>.header,main>.ce--type-text[style*=background-color],.ce--type-form_formframework,.ce--type-container[style*=background-color],.ce--type-group[style*=background-color]{padding-top:3.75rem}}main>.ce--type-text[style*=background-color],.ce--type-form_formframework,.ce--type-container[style*=background-color],.ce--type-group[style*=background-color]{padding-bottom:7.5rem}@media only screen and (max-width: 767px){main>.ce--type-text[style*=background-color],.ce--type-form_formframework,.ce--type-container[style*=background-color],.ce--type-group[style*=background-color]{padding-bottom:3.75rem}}.contact-person__fieldset input,.ce--type-form_formframework form input,.ce--type-form_formframework form textarea,.ce--type-form_formframework form select,.contact-person__fieldset select{position:relative;padding-left:1.5rem;padding-right:1.5rem;border:none;transition:opacity .2s linear;opacity:1}.contact-person__fieldset input[type=text],.ce--type-form_formframework form input[type=text],.ce--type-form_formframework form textarea[type=text],.ce--type-form_formframework form select[type=text],.contact-person__fieldset select[type=text]{height:50px}.contact-person__fieldset input:hover,.ce--type-form_formframework form input:hover,.ce--type-form_formframework form textarea:hover,.ce--type-form_formframework form select:hover,.contact-person__fieldset select:hover,.contact-person__fieldset input:focus,.ce--type-form_formframework form input:focus,.ce--type-form_formframework form textarea:focus,.ce--type-form_formframework form select:focus,.contact-person__fieldset select:focus{opacity:.75}.contact-person__fieldset select,.ce--type-form_formframework form select{background:transparent url(./Media/Select-8431a2db.svg) no-repeat calc(100% - 10px) center;border:solid 1px var(--black);width:100%;height:50px;color:var(--black);cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;font-weight:700}.contact-person__fieldset select option,.ce--type-form_formframework form select option{font-weight:400}.ce--type-list--luxhaus_pi7 .ce--type-card figure,.ce--type-list--luxhaus_pi6 .ce--type-card figure,.ce--type-list--luxhaus_watchlist figure,.ce--type-visual-cta{position:relative}@media only screen and (min-width: 768px){.ce--type-list--luxhaus_pi7 .ce--type-card figure,.ce--type-list--luxhaus_pi6 .ce--type-card figure,.ce--type-list--luxhaus_watchlist figure,.ce--type-visual-cta{height:0;padding-top:56.25%}.ce--type-list--luxhaus_pi7 .ce--type-card figure>img,.ce--type-list--luxhaus_pi6 .ce--type-card figure>img,.ce--type-list--luxhaus_watchlist figure>img,.ce--type-visual-cta>img,.ce--type-list--luxhaus_pi7 .ce--type-card figure>picture>img,.ce--type-list--luxhaus_pi6 .ce--type-card figure>picture>img,.ce--type-list--luxhaus_watchlist figure>picture>img,.ce--type-visual-cta>picture>img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;object-position:top}}.ce--type-visual-cta{padding-top:40%}#page[data-page-uid="292"] .ce--type-form_formframework{-ms-overflow-style:none;scrollbar-width:none}#page[data-page-uid="292"] .ce--type-form_formframework::-webkit-scrollbar{display:none}.list.list{padding-left:0}.list--checklist{list-style:none}.list--checklist li{position:relative;display:block;padding-left:calc(25px + 1rem);min-height:33px;padding-top:1px}@media only screen and (min-width: 1440px){.list--checklist li{margin-right:2rem}body#page-77 .list--checklist li{display:inline-block}}.list--checklist li:before{content:"";background:transparent url(./Media/Check-4d3cd7dc.svg) no-repeat bottom;background-size:100% 100%;display:inline-block;width:25px;height:25px;top:0;position:absolute;left:0}.ce--type-form-cta .flex>div:last-child .list--checklist li:before{background-image:url(./Media/Check--White-5c0e3831.svg)}.list--checklist--green li:before{background-image:url(./Media/Check--Green-b92eb0e1.svg)}.list--numbers{list-style:none;counter-reset:item;position:relative}@media (min-width: 768px){.list--numbers{margin-top:-50px;display:flex;flex-wrap:wrap;justify-content:space-between}}.list--numbers:after{content:"";background:white;position:absolute;z-index:2;bottom:0;left:0;height:3px;width:100%}.list--numbers li{position:relative;z-index:1;counter-increment:item;display:flex;align-items:flex-start;padding-bottom:1em;padding-top:1em;border-bottom:solid 3px var(--gray);flex-grow:0;flex-shrink:0;margin-bottom:0!important}@media (max-width: 767px){.list--numbers li{font-size:1.6rem;align-items:center}}@media (min-width: 1024px){.list--numbers li{font-size:2rem;padding-top:50px}}#c2934 .list--numbers li{font-size:2.5rem}.list--numbers li:before,.list--numbers li>a{transition:transform .35s ease-out}.list--numbers li:hover:before,.list--numbers li:hover>a{transform:translateY(-15px)}.list--numbers li:before{font-family:NotoSans,sans-serif;font-weight:700;font-size:9rem;line-height:9rem;content:"0" counter(item);display:block;border-radius:100%;color:var(--black);position:relative;margin:0 .25em 0 0}@media (min-width: 768px){.list--numbers li:before{top:-10px;width:90px}}@media (min-width: 1024px){.list--numbers li:before{margin:0 .5em;text-align:right}}#c2934 .list--numbers li:before{font-family:NotoSans,sans-serif;font-weight:700;font-size:7rem;color:var(--green-plus)}@media (min-width: 768px){.list--numbers li{width:calc((100% - 40px)/2)}}.list--numbers li>a{text-decoration:none;color:inherit!important}b,strong,.ce--type-newsletter .form-group:nth-of-type(1) label,.ce--type-newsletter .form-group:nth-of-type(2) label,.ce--type-newsletter .form-group:nth-of-type(3) label{font-weight:700}.ce__text{display:block}a{cursor:pointer}.description{color:#6d6e71;font-size:1.25rem}.match{color:#de0a2e}.inline{display:inline-block}.frutiger{font-family:NotoSans,sans-serif;font-weight:300;font-size:2.2rem}.iterator{display:inline-block;vertical-align:middle;background:rgb(222,10,46);text-align:center;height:22px;width:22px;line-height:22px;color:#fff;position:relative;top:-1px;margin-right:.25rem}.facebook{text-decoration:none;color:#4267b2!important}.facebook:before{position:relative;top:-2px;content:"";display:inline-block;width:15px;height:15px;background:url(./Media/Facebook-a0ed27ca.svg) no-repeat center;background-size:100%;vertical-align:middle;margin-right:.5rem}.contact-person .facebook{color:#000!important}.phone,.mobile,.email,.fax,.contact-person .facebook,.xing,.linkedin,.instagram{text-decoration:none}.phone:before,.mobile:before,.email:before,.fax:before,.contact-person .facebook:before,.xing:before,.linkedin:before,.instagram:before{position:relative;top:-2px;content:"";display:inline-block;width:20px;height:20px;background-repeat:no-repeat;background-color:transparent;background-position:left center;vertical-align:middle;margin-right:.5rem}.phone.fax:before,.mobile.fax:before,.email.fax:before,.fax.fax:before,.contact-person .facebook.fax:before,.xing.fax:before,.linkedin.fax:before,.instagram.fax:before{background-image:url(./Media/Fax.svg);background-size:auto 16px}.phone.phone:before,.mobile.phone:before,.email.phone:before,.fax.phone:before,.contact-person .facebook.phone:before,.xing.phone:before,.linkedin.phone:before,.instagram.phone:before{background-image:url(./Media/Phone-5d89b2fd.svg);background-size:auto 18px}.footer .phone.phone:before,.button--red .phone.phone:before,.footer .mobile.phone:before,.button--red .mobile.phone:before,.footer .email.phone:before,.button--red .email.phone:before,.footer .fax.phone:before,.button--red .fax.phone:before,.footer .contact-person .facebook.phone:before,.button--red .contact-person .facebook.phone:before,.footer .xing.phone:before,.button--red .xing.phone:before,.footer .linkedin.phone:before,.button--red .linkedin.phone:before,.footer .instagram.phone:before,.button--red .instagram.phone:before{background-image:url(./Media/Phone--Weiss-6c3f30b1.svg)}.phone.mobile:before,.mobile.mobile:before,.email.mobile:before,.fax.mobile:before,.contact-person .facebook.mobile:before,.xing.mobile:before,.linkedin.mobile:before,.instagram.mobile:before{background-image:url(./Media/Mobile-087a2689.svg);background-size:auto 20px;background-position:-2px center}.footer .phone.mobile:before,.button--red .phone.mobile:before,.footer .mobile.mobile:before,.button--red .mobile.mobile:before,.footer .email.mobile:before,.button--red .email.mobile:before,.footer .fax.mobile:before,.button--red .fax.mobile:before,.footer .contact-person .facebook.mobile:before,.button--red .contact-person .facebook.mobile:before,.footer .xing.mobile:before,.button--red .xing.mobile:before,.footer .linkedin.mobile:before,.button--red .linkedin.mobile:before,.footer .instagram.mobile:before,.button--red .instagram.mobile:before{background-image:url(./Media/Mobile--Weiss-746637e2.svg)}.phone.email:before,.mobile.email:before,.email.email:before,.fax.email:before,.contact-person .facebook.email:before,.xing.email:before,.linkedin.email:before,.instagram.email:before{background-image:url(./Media/Email.svg);background-size:16px auto}.footer .phone.email:before,.button--red .phone.email:before,.footer .mobile.email:before,.button--red .mobile.email:before,.footer .email.email:before,.button--red .email.email:before,.footer .fax.email:before,.button--red .fax.email:before,.footer .contact-person .facebook.email:before,.button--red .contact-person .facebook.email:before,.footer .xing.email:before,.button--red .xing.email:before,.footer .linkedin.email:before,.button--red .linkedin.email:before,.footer .instagram.email:before,.button--red .instagram.email:before{background-image:url(./Media/Email--Weiss-d6f9911f.svg)}.phone.facebook:before,.mobile.facebook:before,.email.facebook:before,.fax.facebook:before,.contact-person .facebook.facebook:before,.xing.facebook:before,.linkedin.facebook:before,.instagram.facebook:before{background:url(./Media/Facebook--Small-2fbd7c03.svg) no-repeat center;background-size:16px auto}.phone.instagram:before,.mobile.instagram:before,.email.instagram:before,.fax.instagram:before,.contact-person .facebook.instagram:before,.xing.instagram:before,.linkedin.instagram:before,.instagram.instagram:before{background:url(./Media/Instagram--Small-4a3cef49.svg) no-repeat center;background-size:16px auto}.phone.linkedin:before,.mobile.linkedin:before,.email.linkedin:before,.fax.linkedin:before,.contact-person .facebook.linkedin:before,.xing.linkedin:before,.linkedin.linkedin:before,.instagram.linkedin:before{background:url(./Media/LinkedIn--Small-ca65fe90.svg) no-repeat center;background-size:16px auto}.phone.xing:before,.mobile.xing:before,.email.xing:before,.fax.xing:before,.contact-person .facebook.xing:before,.xing.xing:before,.linkedin.xing:before,.instagram.xing:before{background:url(./Media/Xing--Small-5faf4210.svg) no-repeat center;background-size:16px auto}.align--center,.text-center,.ce--type-news_pi1>.header{text-align:center}.align--right,.text-right{text-align:right}.align--right .button,.align--right #infobox-login button,#infobox-login .align--right button,.align--right .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .align--right input,.align--right .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .align--right select,.align--right .ce--type-form_formframework form button,.ce--type-form_formframework form .align--right button,.text-right .button,.text-right #infobox-login button,#infobox-login .text-right button,.text-right .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .text-right input,.text-right .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .text-right select,.text-right .ce--type-form_formframework form button,.ce--type-form_formframework form .text-right button{margin-left:auto}.market{line-height:1.2;color:#de0a2e}blockquote{font-family:NotoSans,sans-serif;font-weight:300;font-size:2.2rem}blockquote:before{content:"";display:block;height:50px;width:50px;background:url(./Media/Quote--Gray.svg) no-repeat center;background-size:80% auto;margin-bottom:1.5rem}[style*="#de0a2e"] blockquote:before,[style*="#6d6e71"] blockquote:before{background-image:url(./Media/Quote--White.svg)}blockquote+p{margin-top:1.5rem}@media only screen and (min-width: 1024px){blockquote+p br{display:none}}.nowrap{white-space:nowrap}.ce table{border-collapse:collapse;width:100%}.ce table td,.ce table tr{border:solid 1px rgb(182,183,184)}.ce table td{padding:.5rem 1.5rem}p+.table--blank,.table--blank+p{margin-top:1.5em}.table--blank tr,.table--blank td{border:none!important}.table--blank td:first-child{padding-left:0}img{max-width:100%;height:auto;aspect-ratio:attr(width)/attr(height)}img[src*=Unterschrift-Herr-Lux],img[src*=Unterschrift-M-Lux]{width:auto}img[src*=Unterschrift-Herr-Lux]{height:50px;margin-top:1.5rem;width:160px!important}img[src*=Unterschrift-M-Lux]{height:70px;margin:.25rem 0 0 -2.5rem;max-width:109px!important;width:109px!important}img[src*="Immoscout.jpg"]{max-height:100%!important;border:none!important}.button,#infobox-login button,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-form_formframework form button{display:flex;padding:15px;justify-content:center;border:solid 1px var(--border-color);border-radius:50px;background-color:var(--background-color);color:var(--color);text-decoration:none;font-weight:700;transition:border-color .25s,background-color .25s,color .25s}@media (min-width: 768px){.button,#infobox-login button,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-form_formframework form button{width:fit-content;padding:15px 60px}}.text-center .button:not(.button--inline),.ce--type-news_pi1>.header .button:not(.button--inline),.text-center #infobox-login button:not(.button--inline),.ce--type-news_pi1>.header #infobox-login button:not(.button--inline),#infobox-login .text-center button:not(.button--inline),#infobox-login .ce--type-news_pi1>.header button:not(.button--inline),.text-center .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input:not(.button--inline),.ce--type-news_pi1>.header .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input:not(.button--inline),.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .text-center input:not(.button--inline),.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-news_pi1>.header input:not(.button--inline),.text-center .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select:not(.button--inline),.ce--type-news_pi1>.header .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select:not(.button--inline),.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .text-center select:not(.button--inline),.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-news_pi1>.header select:not(.button--inline),.text-center .ce--type-form_formframework form button:not(.button--inline),.ce--type-news_pi1>.header .ce--type-form_formframework form button:not(.button--inline),.ce--type-form_formframework form .text-center button:not(.button--inline),.ce--type-form_formframework form .ce--type-news_pi1>.header button:not(.button--inline){margin-left:auto;margin-right:auto}@media (width >= 768px){.button--inline{display:inline-flex;margin-right:1em}}.button--white,main>.ce--type-text[style*=background-color] .button.button,main>.ce--type-text[style*=background-color] .ce--type-form_formframework form button,.ce--type-form_formframework form main>.ce--type-text[style*=background-color] button,main>.ce--type-text[style*=background-color] .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) main>.ce--type-text[style*=background-color] select,main>.ce--type-text[style*=background-color] .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) main>.ce--type-text[style*=background-color] input,main>.ce--type-text[style*=background-color] #infobox-login button,#infobox-login main>.ce--type-text[style*=background-color] button,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,form[id*=baufamilienbefragung] .btn-cancel{--background-color: var(--white);--border-color: var(--black)}@media (pointer: fine){.button--white,main>.ce--type-text[style*=background-color] .button.button,main>.ce--type-text[style*=background-color] .ce--type-form_formframework form button,.ce--type-form_formframework form main>.ce--type-text[style*=background-color] button,main>.ce--type-text[style*=background-color] .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) main>.ce--type-text[style*=background-color] select,main>.ce--type-text[style*=background-color] .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) main>.ce--type-text[style*=background-color] input,main>.ce--type-text[style*=background-color] #infobox-login button,#infobox-login main>.ce--type-text[style*=background-color] button,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,form[id*=baufamilienbefragung] .btn-cancel{cursor:pointer}.button--white:not(select):not(input):hover,main>.ce--type-text[style*=background-color] .button:not(select):not(input):hover,main>.ce--type-text[style*=background-color] .ce--type-form_formframework form button:not(select):not(input):hover,.ce--type-form_formframework form main>.ce--type-text[style*=background-color] button:not(select):not(input):hover,main>.ce--type-text[style*=background-color] .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select:not(select):not(input):hover,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) main>.ce--type-text[style*=background-color] select:not(select):not(input):hover,main>.ce--type-text[style*=background-color] .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input:not(select):not(input):hover,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) main>.ce--type-text[style*=background-color] input:not(select):not(input):hover,main>.ce--type-text[style*=background-color] #infobox-login button:not(select):not(input):hover,#infobox-login main>.ce--type-text[style*=background-color] button:not(select):not(input):hover,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input:not(select):not(input):hover,form[id*=baufamilienbefragung] .btn-cancel:not(select):not(input):hover{--background-color: var(--black);--color: var(--white);--border-color: transparent}}.button--black,.ce--type-list--luxhaus_pi2 .lexicon__search button,#infobox-login button,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.btn-primary{--background-color: var(--black);--color: var(--white);--border-color: transparent}@media (pointer: fine){.button--black,.ce--type-list--luxhaus_pi2 .lexicon__search button,#infobox-login button,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.btn-primary{cursor:pointer}.button--black:not(select):not(input):hover,.ce--type-list--luxhaus_pi2 .lexicon__search button:not(select):not(input):hover,#infobox-login button:not(select):not(input):hover,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select:not(select):not(input):hover,.btn-primary:not(select):not(input):hover{--background-color: var(--white);--color: var(--black);--border-color: var(--black)}}.button--borderless{--border-color: transparent !important}.button--slim{padding:3px 18px;font-size:12px}.footer{position:relative;margin-top:7.5rem;padding:var(--page-padding);display:flex;justify-content:space-between;flex-wrap:wrap;z-index:1}.footer a:not(.button):not(.social){text-decoration:none;color:inherit}@media (pointer: fine){.footer a:not(.button):not(.social){cursor:pointer}.footer a:not(.button):not(.social):hover{text-decoration:underline}}.footer ul{list-style:none}.footer h5{margin-bottom:30px}.footer p+p,.footer p+ul,.footer ul+p,.footer ul+ul{margin-top:var(--page-padding)}.footer p:last-child,.footer ul:last-child{padding-top:30px}.footer__address,.footer__contact,.footer__links{display:flex;flex-direction:column;flex:1 0 100%}.footer__address :last-child,.footer__contact :last-child,.footer__links :last-child{margin-top:auto}.footer__logo{flex:1 0 100%;position:relative;bottom:-28px;z-index:2}.footer__logo svg{width:240px;display:block}.footer__logo svg rect{fill:var(--red)}.footer__contact{display:flex;flex-direction:column}@media (min-width: 1024px){.footer__contact{flex:0 0 40%;margin-top:0}}.footer__contact p{margin-top:75px}.footer__contact a span{display:flex;align-items:center}.footer__contact a span:before{all:unset}.footer__contact a span.phone svg{width:16px;left:2px;padding-right:2px}.footer__contact a span.email{margin-top:-1em}.footer__contact a span.email svg{width:20px}.footer__contact a svg{position:relative;top:-5px;margin-right:.5em;display:block}.footer__social{display:flex;margin-top:auto}.footer__social li:not(:first-child){margin-left:1.5em}.footer__social a{display:block;width:50px;height:50px}.footer__social a svg{display:block;width:100%;height:100%}.footer__address{position:relative;z-index:2;margin-top:50px;line-height:2}@media (min-width: 640px){.footer__address{flex:0 0 auto}}@media (min-width: 1024px){.footer__address{margin-left:auto;flex:0 0 30%;margin-top:unset}}.footer__links{margin-top:50px;position:relative;z-index:2}@media (min-width: 640px){.footer__links{margin-top:0;flex:0 0 auto}}@media (min-width: 1024px){.footer__links{flex:0 0 auto}}.footer__links ul li a{display:block;padding:.25em 0}.footer__top{position:absolute;z-index:5;right:var(--page-padding);top:var(--page-padding);width:43px;height:43px;border-radius:50%;background:black url(./Media/ArrowUp--White-5e338793.svg) no-repeat center 45%;background-size:20px auto;margin-top:28px}@media (width >= 1024px){.footer__top{margin-top:36px}}.ce--type-card{transition:transform .5s ease-in-out,box-shadow .15s ease-in-out,opacity .75s ease-out}.ce--type-card,.ce--type-card *{box-sizing:border-box}.ce--type-card:not([class*=no-border]){border:solid 1px var(--black);padding:1.5rem}.ce--type-card:not([class*=no-border])>.ce__media{width:calc(100% + 3rem);margin:-1.5rem -1.5rem 0}.ce--type-card[class*=black-white] img{filter:grayscale(1)}@media only screen and (min-width: 768px){.ce--type-card.ce--effects-enabled:not([data-effects-applied]){transform:translateY(200px);opacity:0}}.ce--type-card:not([style*="#de0a2e"]){background:white}.ce--type-card:not([style*="#de0a2e"]) .ce__text{color:#6d6e71}.ce--type-card[style*="#de0a2e"] .ce__content{color:#fff}.ce--type-card.contains-link:not(.ce--type-card--preview){cursor:pointer}@media (pointer: fine){.ce--type-card.contains-link:not(.ce--type-card--preview):hover{transform:translateY(-1.5rem);box-shadow:0 15px 25px #6d6e7140}}.ce--type-card.contains-video{cursor:default!important}.ce--type-card.contains-video .ce__media,.ce--type-card.contains-video .ce__content{position:relative}.ce--type-card.contains-video .ce__media{z-index:2}.ce--type-card.contains-video .ce__content{z-index:1}.ce--type-card>.ce__media figure{overflow:hidden}.ce--type-card>.ce__media+*{padding-top:1.5rem}.ce--type-card>.ce__media img,.ce--type-card>.ce__media video{width:100%;height:auto;display:block}.ce--type-card>.ce__media img[src*=svg]{display:inline-block;max-height:120px}.ce--type-card>.ce__media img[src*="Foerderung.svg"]{transform:scale(.8)}body#page-103 .ce--type-card>.ce__content,body#page-103 .ce--type-card>.ce__content>.ce__text{position:relative;height:100%;display:flex;flex-direction:column}body#page-103 .ce--type-card>.ce__content blockquote,body#page-103 .ce--type-card>.ce__content>.ce__text blockquote{margin-bottom:1.5rem!important}body#page-103 .ce--type-card>.ce__content blockquote+p,body#page-103 .ce--type-card>.ce__content>.ce__text blockquote+p{margin-top:auto}.ce--type-card--preview figure{position:relative;height:0;padding-top:75%}.ce--type-card--preview header p,.ce--type-card--preview p span{height:16px;margin-bottom:8px}.ce--type-card--preview h4{height:20px;margin-bottom:8px}.ce--type-card--preview p span:last-child,.ce--type-card--preview header p{max-width:50%}.ce--type-card--preview header p,.ce--type-card--preview header h4,.ce--type-card--preview p span,.ce--type-card--preview figure{display:block;background-color:#b6b7b8;color:transparent}.ce--type-card .button,.ce--type-card #infobox-login button,#infobox-login .ce--type-card button,.ce--type-card .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-card input,.ce--type-card .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-card select,.ce--type-card .ce--type-form_formframework form button,.ce--type-form_formframework form .ce--type-card button{width:100%}.ce--type-container .accordion--default .accordion__item:not(:first-of-type),.ce--type-group .accordion--default .accordion__item:not(:first-of-type){border-top:solid 1px rgb(109,110,113);margin-top:3.75rem;padding-top:3.75rem}.ce--type-container .accordion--default .accordion__item__trigger,.ce--type-group .accordion--default .accordion__item__trigger{cursor:pointer;position:relative;padding-right:45px;margin-bottom:0}.ce--type-container .accordion--default .accordion__item__trigger:after,.ce--type-group .accordion--default .accordion__item__trigger:after{content:"";background:url(./Media/Select-8431a2db.svg) no-repeat center;background-size:100% auto;position:absolute;width:30px;height:30px;right:0;top:50%;transform:translateY(-50%) scaleY(-1)}@media (pointer: fine){.ce--type-container .accordion--default .accordion__item:not(.accordion__item--expanded) .accordion__item__trigger:hover,.ce--type-group .accordion--default .accordion__item:not(.accordion__item--expanded) .accordion__item__trigger:hover{text-decoration:underline}}.ce--type-container .accordion--default .accordion__item:not(.accordion__item--expanded) .accordion__item__trigger:after,.ce--type-group .accordion--default .accordion__item:not(.accordion__item--expanded) .accordion__item__trigger:after{transform:translateY(-50%) scaleY(1)}.ce--type-container .accordion--default .accordion__item--expanded .accordion__item__trigger,.ce--type-group .accordion--default .accordion__item--expanded .accordion__item__trigger{text-decoration:underline}.ce--type-container .accordion--default .accordion__item__content .flex>figure img,.ce--type-group .accordion--default .accordion__item__content .flex>figure img{max-width:100%;height:auto}.ce--type-container .accordion--buttons,.ce--type-group .accordion--buttons{width:calc(100% - var(--page-padding));max-width:650px;margin:35px auto 0}.ce--type-container .accordion--buttons .accordion__item,.ce--type-group .accordion--buttons .accordion__item{border:solid 1px var(--black);border-radius:25px;overflow:hidden}.ce--type-container .accordion--buttons .accordion__item:not(:first-child),.ce--type-group .accordion--buttons .accordion__item:not(:first-child){margin-top:15px}.ce--type-container .accordion--buttons .accordion__item__trigger,.ce--type-group .accordion--buttons .accordion__item__trigger{background-color:var(--black);color:var(--white);padding:8px 20px;position:relative;margin:0}.ce--type-container .accordion--buttons .accordion__item__trigger:after,.ce--type-group .accordion--buttons .accordion__item__trigger:after{content:"";background:url(./Media/SelectWhite-c3eea439.svg) no-repeat center;background-size:100% auto;position:absolute;width:24px;height:24px;right:20px;top:50%;transform:translateY(-50%) scaleY(1)}.ce--type-container .accordion--buttons .accordion__item--expanded .accordion__item__trigger:after,.ce--type-group .accordion--buttons .accordion__item--expanded .accordion__item__trigger:after{transform:translateY(-50%) rotate(-90deg)}.ce--type-container .accordion--buttons .accordion__item__content,.ce--type-group .accordion--buttons .accordion__item__content{padding-left:20px;padding-right:20px}.ce--type-container .accordion--buttons .accordion__item--expanded .accordion__item__content,.ce--type-group .accordion--buttons .accordion__item--expanded .accordion__item__content{padding:20px}.ce--type-container .flex[data-columns="4"] .button,.ce--type-container .flex[data-columns="4"] #infobox-login button,#infobox-login .ce--type-container .flex[data-columns="4"] button,.ce--type-container .flex[data-columns="4"] .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-container .flex[data-columns="4"] input,.ce--type-container .flex[data-columns="4"] .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-container .flex[data-columns="4"] select,.ce--type-container .flex[data-columns="4"] .ce--type-form_formframework form button,.ce--type-form_formframework form .ce--type-container .flex[data-columns="4"] button,.ce--type-group .flex[data-columns="4"] .button,.ce--type-group .flex[data-columns="4"] #infobox-login button,#infobox-login .ce--type-group .flex[data-columns="4"] button,.ce--type-group .flex[data-columns="4"] .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-group .flex[data-columns="4"] input,.ce--type-group .flex[data-columns="4"] .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-group .flex[data-columns="4"] select,.ce--type-group .flex[data-columns="4"] .ce--type-form_formframework form button,.ce--type-form_formframework form .ce--type-group .flex[data-columns="4"] button{white-space:nowrap}.ce--type-container .flex[data-columns="4"] .button:before,.ce--type-container .flex[data-columns="4"] #infobox-login button:before,#infobox-login .ce--type-container .flex[data-columns="4"] button:before,.ce--type-container .flex[data-columns="4"] .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input:before,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-container .flex[data-columns="4"] input:before,.ce--type-container .flex[data-columns="4"] .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select:before,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-container .flex[data-columns="4"] select:before,.ce--type-container .flex[data-columns="4"] .ce--type-form_formframework form button:before,.ce--type-form_formframework form .ce--type-container .flex[data-columns="4"] button:before,.ce--type-group .flex[data-columns="4"] .button:before,.ce--type-group .flex[data-columns="4"] #infobox-login button:before,#infobox-login .ce--type-group .flex[data-columns="4"] button:before,.ce--type-group .flex[data-columns="4"] .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input:before,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-group .flex[data-columns="4"] input:before,.ce--type-group .flex[data-columns="4"] .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select:before,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-group .flex[data-columns="4"] select:before,.ce--type-group .flex[data-columns="4"] .ce--type-form_formframework form button:before,.ce--type-form_formframework form .ce--type-group .flex[data-columns="4"] button:before{margin-right:.5em;margin-left:-2em}.ce--type-container .flex .ce--type-card,.ce--type-group .flex .ce--type-card{display:flex;flex-direction:column}.ce--type-container .flex .ce--type-card .ce__content,.ce--type-group .flex .ce--type-card .ce__content,.ce--type-container .flex .ce--type-card .ce__text,.ce--type-group .flex .ce--type-card .ce__text{flex-grow:1;display:flex;flex-direction:column}.ce--type-container .flex .ce--type-card p:last-child:has(.button,#infobox-login button,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-form_formframework form button),.ce--type-group .flex .ce--type-card p:last-child:has(.button,#infobox-login button,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-form_formframework form button){margin-top:auto}.ce--type-container .flex:not(:has(form)) .textmedia,.ce--type-group .flex:not(:has(form)) .textmedia{height:100%}.ce--type-container .flex:not(:has(form)) .textmedia__media,.ce--type-group .flex:not(:has(form)) .textmedia__media{margin-top:auto}.ce--type-container .flex>*,.ce--type-group .flex>*{container-type:inline-size;container-name:flex-column}.ce--type-container>header+.slider,.ce--type-container>.ce__text+.slider,.ce--type-group>header+.slider,.ce--type-group>.ce__text+.slider{margin-top:25px}@media (width >= 768px){.ce--type-container>header+.slider,.ce--type-container>.ce__text+.slider,.ce--type-group>header+.slider,.ce--type-group>.ce__text+.slider{margin-top:60px}}.ce--type-container>header+.slider .slider__wrapper,.ce--type-container>.ce__text+.slider .slider__wrapper,.ce--type-group>header+.slider .slider__wrapper,.ce--type-group>.ce__text+.slider .slider__wrapper{margin-top:0!important}.ce--type-container .slider,.ce--type-group .slider{position:relative;overflow:visible;box-sizing:border-box}.ce--type-container .slider__viewport,.ce--type-group .slider__viewport{padding-top:15px;padding-bottom:15px}.ce--type-container .slider .flex>*,.ce--type-group .slider .flex>*{margin-top:0!important}.ce--type-container .slider__item.slider__item.slider__item,.ce--type-group .slider__item.slider__item.slider__item{padding-left:calc(1.5em + 16px);padding-right:calc(1.5em + 16px);box-sizing:border-box}@media (width >= 400px){.ce--type-container .slider__item.slider__item.slider__item,.ce--type-group .slider__item.slider__item.slider__item{padding-left:calc(1.5em + 28px);padding-right:calc(1.5em + 28px)}}@media (width >= 1024px){.ce--type-container .slider__item.slider__item.slider__item,.ce--type-group .slider__item.slider__item.slider__item{padding-left:.75em;padding-right:.75em}}.ce--type-container .slider__item.slider__item.slider__item>.ce,.ce--type-group .slider__item.slider__item.slider__item>.ce{height:100%}.ce--type-container .slider__control,.ce--type-group .slider__control{position:absolute;z-index:3;top:50%;color:transparent;height:100%;width:16px;border:none;transform:translateY(-50%);background:transparent url(./Media/Arrow-b57a93ca.svg) no-repeat center;background-size:contain}@media (width >= 400px){.ce--type-container .slider__control,.ce--type-group .slider__control{width:28px}}.ce--type-container .slider__control--previous,.ce--type-group .slider__control--previous{transform:translateY(-50%) scaleX(-1);left:1.5em}@media (width > 1440px){.ce--type-container .slider__control--previous,.ce--type-group .slider__control--previous{left:calc(var(--page-margin-left) - 75px)}}.ce--type-container .slider__control--next,.ce--type-group .slider__control--next{right:1.5em}@media (width > 1440px){.ce--type-container .slider__control--next,.ce--type-group .slider__control--next{right:calc(var(--page-margin-right) - 75px)}}.ce--type-container .slider__navigation,.ce--type-group .slider__navigation{justify-content:center;margin-top:1.5em}@media screen and (min-width: 1080px){.ce--type-container .slider__navigation,.ce--type-group .slider__navigation{display:none}}.ce--type-container .slider__navigation__item,.ce--type-group .slider__navigation__item{background-color:var(--black);font-size:12px;border-radius:20px;color:#fff;width:25px;height:25px;line-height:25px;text-align:center;margin:0 .375rem;transition:background .25s linear}.ce--type-container .slider__navigation__item:hover,.ce--type-group .slider__navigation__item:hover{background:rgb(109,110,113)}.ce--type-container .slider__navigation__item.slider__navigation__item--current,.ce--type-group .slider__navigation__item.slider__navigation__item--current{background:black}.ce--type-container .slider__navigation__item span,.ce--type-group .slider__navigation__item span{position:relative;font-size:1.1rem}@media screen and (min-width: 768px){.ce--type-container .slider__navigation__item span,.ce--type-group .slider__navigation__item span{top:-2px}}.ce--type-container>header,.ce--type-container>.ce__text,.ce--type-group>header,.ce--type-group>.ce__text{text-align:center}.ce--type-container>header+.flex,.ce--type-container>.ce__text+.flex,.ce--type-group>header+.flex,.ce--type-group>.ce__text+.flex{padding-top:25px}@media (width >= 768px){.ce--type-container>header+.flex,.ce--type-container>.ce__text+.flex,.ce--type-group>header+.flex,.ce--type-group>.ce__text+.flex{padding-top:60px}}.ce--type-container>.ce__text,.ce--type-group>.ce__text{max-width:480px;margin-left:auto;margin-right:auto}.counterlist{--border-color: var(--black)}.counterlist--black{--border-color: var(--white);background-color:var(--black);color:var(--white);padding:100px 0}.counterlist>header{margin-bottom:100px}.counterlist__items{list-style:none;padding:0;display:flex;flex-wrap:wrap}.counterlist__item{width:100%;box-sizing:border-box;padding:50px 0}@media (width >= 400px){.counterlist__item{padding:50px}}@media (width < 930px){.counterlist__item:not(:last-child){border-bottom:solid 1px var(--border-color)}}@media (width >= 930px){.counterlist__item{width:33.33%;padding:0 15px}.counterlist__item:not(:last-child){border-right:solid 1px var(--border-color)}}@media (width >= 1080px){.counterlist__item{padding:0 5%}}.counterlist__item span{display:block;text-align:center}.counterlist__number{font-size:80px;font-family:"Frutiger LT 67 BoldCn"}.counterlist__description{-webkit-hyphens:auto;hyphens:auto}.ce--type-flipping-tile{perspective:1000px;overflow:hidden}@media (width >= 768px){.ce--type-flipping-tile{width:calc(50% - 2px)!important;margin:1px!important}}@media (width >= 1024px){.ce--type-flipping-tile{width:calc(25% - 2px)!important;margin:1px!important}}.ce--type-flipping-tile .flipping-tile{position:relative;height:0;padding-top:75%;transition:transform .8s;transform-style:preserve-3d;border:solid 1px rgb(109,110,113)}.ce--type-flipping-tile .flipping-tile *{box-sizing:border-box}.ce--type-flipping-tile .flipping-tile>div{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.ce--type-flipping-tile .flipping-tile__front{display:flex;flex-direction:column;justify-content:center;text-align:center;font-size:1.5rem;font-weight:700;background-color:var(--black);color:#fff;padding:25px}.ce--type-flipping-tile .flipping-tile__back{position:absolute;width:100%;height:100%;transform:rotateY(180deg);background-color:#fff}.ce--type-flipping-tile .flipping-tile__back video,.ce--type-flipping-tile .flipping-tile__back img{position:absolute;left:0;top:0;width:100%;height:100%;object-position:center;object-fit:cover}.ce--type-flipping-tile .flipping-tile__back .ce__text{position:absolute;left:0;top:0;height:100%;width:100%;padding:15px;text-align:left;display:flex;flex-direction:column;justify-content:center}@media only screen and (min-width: 1750px){.ce--type-flipping-tile .flipping-tile__back .ce__text{font-size:1.45rem!important}}@media only screen and (max-width: 1749px){.ce--type-flipping-tile .flipping-tile__back .ce__text{font-size:1.35rem;line-height:1.35}}@media only screen and (max-width: 1499px){.ce--type-flipping-tile .flipping-tile__back .ce__text{font-size:1.25rem;line-height:1.25}}@media (pointer: fine){.ce--type-flipping-tile .flipping-tile:hover{transform:rotateY(180deg)}}.ce--type-flipping-tile .flipping-tile.-hover{transform:rotateY(180deg)}.ce--type-form-cta>header{margin-bottom:5em}.ce--type-form-cta .flex{align-items:flex-start}@media (width < 768px){.ce--type-form-cta .flex{flex-direction:column-reverse!important}}@media only screen and (min-width: 768px){.ce--type-form-cta .flex>div:first-child{padding-right:50px}}@media only screen and (max-width: 767px){.ce--type-form-cta .flex>div:first-child{padding-right:1.5rem}}.ce--type-form-cta .flex>div:first-child .ce--type-form_formframework{padding-top:1em}@media only screen and (min-width: 768px){.ce--type-form-cta .flex>div:first-child form{display:flex;justify-content:space-between;flex-wrap:wrap}}.ce--type-form-cta .flex>div:first-child form>.form-group:not(.form-group--checkbox){flex:0 1 calc(50% - 10px)}.ce--type-form-cta .flex>div:first-child form input,.ce--type-form-cta .flex>div:first-child form textarea,.ce--type-form-cta .flex>div:first-child form select{background-color:#fff}.ce--type-form-cta .flex>div:first-child form [data-identifier=crm_grundstueck],.ce--type-form-cta .flex>div:first-child form [data-identifier=crm_mitarbeiter],.ce--type-form-cta .flex>div:first-child form [data-identifier=crm_nachricht],.ce--type-form-cta .flex>div:first-child form [data-identifier=crm_land],.ce--type-form-cta .flex>div:first-child form [data-identifier=newsletterconfirm]{display:none}@media (width < 768px){.ce--type-form-cta .flex>div:last-child{padding-right:0;padding-bottom:1.5em}}.ce--type-form-cta .flex>div:last-child>div{padding:45px 1.5em;color:var(--white);background:var(--black)}@media (width >= 768px){.ce--type-form-cta .flex>div:last-child>div{padding-left:50px;padding-right:50px;height:285px}}.flex>.ce--type-form_formframework{padding-top:0!important}.ce--type-form_formframework>header{text-align:center;margin-bottom:3.5em}.ce--type-textpic+.ce--type-form_formframework{margin-top:5em}.ce--type-form_formframework fieldset{padding:0;border:none}.ce--type-form_formframework .ce--type-text .ce__text{font-size:1.3rem}.ce--type-form_formframework form{position:relative;margin:-1.5rem auto 0;max-width:640px}.ce--type-form_formframework form>div:first-child,.ce--type-form_formframework form h2{display:none}@media only screen and (min-width: 1280px){.ce--type-form_formframework form .form-group{width:100%}.ce--type-form_formframework form .form-group--friendlycaptcha{margin-top:15px}}.ce--type-form_formframework form .form-group{margin-bottom:15px}.ce--type-form_formframework form .form-group>label{display:none!important;font-weight:700;margin-bottom:.375rem;margin-top:1.5rem}.ce--type-form_formframework form .form-group--label-hidden>label,.ce--type-form_formframework form .form-group--label-hidden>div>label{display:none}.ce--type-form_formframework form .form-group--fileupload>label{display:block!important}.ce--type-form_formframework form .form-group--fileupload input{margin-top:1em;padding:0}.ce--type-form_formframework form input:not([type]),.ce--type-form_formframework form textarea:not([type]){width:100%;padding-top:1.5rem;padding-bottom:1.5rem}.ce--type-form_formframework form input[type=text],.ce--type-form_formframework form input[type=email],.ce--type-form_formframework form input[type=tel],.ce--type-form_formframework form input[type=date],.ce--type-form_formframework form textarea[type=text],.ce--type-form_formframework form textarea[type=email],.ce--type-form_formframework form textarea[type=tel],.ce--type-form_formframework form textarea[type=date]{width:100%;height:50px;line-height:50px;border:solid 1px var(--black)}.ce--type-form_formframework form input[type=text]:invalid,.ce--type-form_formframework form input[type=email]:invalid,.ce--type-form_formframework form input[type=tel]:invalid,.ce--type-form_formframework form input[type=date]:invalid,.ce--type-form_formframework form textarea[type=text]:invalid,.ce--type-form_formframework form textarea[type=email]:invalid,.ce--type-form_formframework form textarea[type=tel]:invalid,.ce--type-form_formframework form textarea[type=date]:invalid{border-color:var(--red)!important}.ce--type-form_formframework form input[type=checkbox],.ce--type-form_formframework form input[type=radio],.ce--type-form_formframework form textarea[type=checkbox],.ce--type-form_formframework form textarea[type=radio]{display:inline-block;margin-right:.75rem}.ce--type-form_formframework form input[type=checkbox]+span,.ce--type-form_formframework form textarea[type=checkbox]+span{font-weight:700;cursor:pointer}.ce--type-form_formframework form textarea{min-height:200px;border:solid 1px var(--black)}.ce--type-form_formframework form .help-block{font-size:1.3rem}.ce--type-form_formframework form .help-block a{color:#de0a2e;text-decoration:none}.ce--type-form_formframework form .help-block a:hover{text-decoration:underline}.ce--type-form_formframework form .checkbox{margin:1.5rem 0}.ce--type-form_formframework form .radio{display:inline-block;margin-right:1.5rem;margin-top:.75rem;margin-bottom:.75rem}.ce--type-form_formframework form .error{color:#de0a2e}.ce--type-form_formframework form button{cursor:pointer;margin-top:1.5rem}@media only screen and (max-width: 767px){.ce--type-form_formframework form button{margin-bottom:3rem}}.ce--type-form_formframework ::-webkit-input-placeholder{color:var(--black);font-weight:700}.ce--type-form_formframework ::-moz-placeholder{color:var(--black);font-weight:700}.ce--type-form_formframework :-ms-input-placeholder{color:var(--black);font-weight:700}.ce--type-form_formframework :-moz-placeholder{color:var(--black);font-weight:700}@media (min-width: 768px){.ce--type-form_formframework form[id*=appointment]{display:flex;justify-content:space-between;flex-wrap:wrap}.ce--type-form_formframework form[id*=appointment] .form-group{width:100%}}.ce--type-form_formframework form[id*=appointment] .actions{flex:1 0 100%}.ce--type-form_formframework form[id*=appointment] .actions .btn-primary{display:block!important;width:100%;margin:50px 0 100px}.ce--type-form_formframework .frc-captcha{margin-top:1.5em}#page[data-page-uid="292"] .main{padding-top:0}#page[data-page-uid="292"] .navigation,#page[data-page-uid="292"] .footer{display:none}#page[data-page-uid="292"] .ce--type-form_formframework{padding:100px 5vw 0;height:100vh;box-sizing:border-box;margin:0!important;overflow-y:auto}form[id^=traumhaus]{min-height:calc(100vh - 100px);display:flex;flex-direction:column}form[id^=traumhaus] .page{padding-left:25px;padding-right:25px;position:relative}form[id^=traumhaus] .page:before,form[id^=traumhaus] .page:after{content:"";position:fixed;left:0;top:0;background:var(--red);display:block;height:5px}form[id^=traumhaus] .page:before{width:100%;opacity:.5}form[id^=traumhaus] .page .checkbox{margin-bottom:75px}form[id^=traumhaus] .page .checkbox.form-group{margin-top:50px}form[id^=traumhaus] .page .checkbox .help-block{display:block;margin-bottom:2em}form[id^=traumhaus] .page .checkbox .form-check,form[id^=traumhaus] .page .checkbox .radio{display:block!important;counter-increment:check-number}form[id^=traumhaus] .page .checkbox .form-check+.form-check,form[id^=traumhaus] .page .checkbox .radio+.form-check{margin-top:.5em}form[id^=traumhaus] .page .checkbox label{position:relative;display:block;width:100%;height:48px}form[id^=traumhaus] .page .checkbox label input{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;width:100%;height:100%;display:block;position:absolute;z-index:1;left:0;top:0;background:var(--gray-lighter);border:solid 1px var(--black);transition:background-color .15s linear,border-width .15s linear}form[id^=traumhaus] .page .checkbox label input:before{content:counter(check-number,upper-alpha);position:absolute;top:8px;bottom:8px;left:8px;border:solid 1px var(--black);width:30px;display:flex;align-items:center;justify-content:center;background-color:var(--white);transition:background-color .15s linear,color .15s linear}form[id^=traumhaus] .page .checkbox label input:after{content:"✓";display:block;position:absolute;right:8px;top:4px;font-size:27px;opacity:0;transition:opacity .15s linear}form[id^=traumhaus] .page .checkbox label input:active{background-color:var(--white)}form[id^=traumhaus] .page .checkbox label input:checked:before{color:var(--white);background-color:var(--black)}form[id^=traumhaus] .page .checkbox label input:checked:after{opacity:1}form[id^=traumhaus] .page .checkbox label span{position:absolute;z-index:2;top:0;bottom:0;left:54px;display:flex;flex-direction:column;justify-content:center;font-size:1.5rem;font-weight:400;line-height:1}form[id^=traumhaus] #page-1:before,form[id^=traumhaus] #page-1:after{display:none}form[id^=traumhaus] #page-1 .clearfix>div img{display:block;max-width:275px;margin:0 auto 1em}form[id^=traumhaus] #page-1 .clearfix>div p{font-size:3rem;line-height:1.25;margin:0 -25px}form[id^=traumhaus] #page-1 .clearfix>p{display:flex;align-items:center;line-height:1;justify-content:center;margin-top:75px}form[id^=traumhaus] #page-1 .clearfix>p:before{content:url(./Media/Clock-5c0c625a.svg);width:22px;margin-right:.5em;display:block;position:relative;top:1px;font-size:1rem}form[id^=traumhaus] #page-2:after{width:20%}form[id^=traumhaus] #page-2 .control-label{position:relative;font-size:2.25rem;font-weight:400;margin-bottom:2em;display:block!important}form[id^=traumhaus] #page-2 .control-label:before,form[id^=traumhaus] #page-2 .control-label:after{display:block;position:absolute;right:100%;top:9px;line-height:20px;margin-right:.65em}form[id^=traumhaus] #page-2 .control-label:before{content:"1";text-align:right;padding-right:10px;font-size:18px;margin-top:-1px}form[id^=traumhaus] #page-2 .control-label:after{content:"🡢";font-size:12px}form[id^=traumhaus] #page-2+.actions .btn-group.previous{display:none!important}form[id^=traumhaus] #page-3:after{width:40%}form[id^=traumhaus] #page-3 .control-label{position:relative;font-size:2.25rem;font-weight:400;margin-bottom:2em;display:block!important}form[id^=traumhaus] #page-3 .control-label:before,form[id^=traumhaus] #page-3 .control-label:after{display:block;position:absolute;right:100%;top:9px;line-height:20px;margin-right:.65em}form[id^=traumhaus] #page-3 .control-label:before{content:"2";text-align:right;padding-right:10px;font-size:18px;margin-top:-1px}form[id^=traumhaus] #page-3 .control-label:after{content:"🡢";font-size:12px}form[id^=traumhaus] #page-3 .checkbox{margin-bottom:75px}form[id^=traumhaus] #page-3 .checkbox.form-group{margin-top:50px}form[id^=traumhaus] #page-3 .checkbox .help-block{display:block;margin-bottom:2em}form[id^=traumhaus] #page-3 .checkbox .form-check,form[id^=traumhaus] #page-3 .checkbox .radio{display:block!important;counter-increment:check-number}form[id^=traumhaus] #page-3 .checkbox .form-check+.form-check,form[id^=traumhaus] #page-3 .checkbox .radio+.form-check{margin-top:.5em}form[id^=traumhaus] #page-3 .checkbox label{position:relative;display:block;width:100%;height:48px}form[id^=traumhaus] #page-3 .checkbox label input{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;width:100%;height:100%;display:block;position:absolute;z-index:1;left:0;top:0;background:var(--gray-lighter);border:solid 1px var(--black);transition:background-color .15s linear,border-width .15s linear}form[id^=traumhaus] #page-3 .checkbox label input:before{content:counter(check-number,upper-alpha);position:absolute;top:8px;bottom:8px;left:8px;border:solid 1px var(--black);width:30px;display:flex;align-items:center;justify-content:center;background-color:var(--white);transition:background-color .15s linear,color .15s linear}form[id^=traumhaus] #page-3 .checkbox label input:after{content:"✓";display:block;position:absolute;right:8px;top:4px;font-size:27px;opacity:0;transition:opacity .15s linear}form[id^=traumhaus] #page-3 .checkbox label input:active{background-color:var(--white)}form[id^=traumhaus] #page-3 .checkbox label input:checked:before{color:var(--white);background-color:var(--black)}form[id^=traumhaus] #page-3 .checkbox label input:checked:after{opacity:1}form[id^=traumhaus] #page-3 .checkbox label span{position:absolute;z-index:2;top:0;bottom:0;left:54px;display:flex;flex-direction:column;justify-content:center;font-size:1.5rem;font-weight:400;line-height:1}form[id^=traumhaus] #page-4:after{width:60%}form[id^=traumhaus] #page-4 .control-label{position:relative;font-size:2.25rem;font-weight:400;margin-bottom:2em;display:block!important}form[id^=traumhaus] #page-4 .control-label:before,form[id^=traumhaus] #page-4 .control-label:after{display:block;position:absolute;right:100%;top:9px;line-height:20px;margin-right:.65em}form[id^=traumhaus] #page-4 .control-label:before{content:"3";text-align:right;padding-right:10px;font-size:18px;margin-top:-1px}form[id^=traumhaus] #page-4 .control-label:after{content:"🡢";font-size:12px}form[id^=traumhaus] #page-5:after{width:80%}form[id^=traumhaus] #page-5 .control-label{position:relative;font-size:2.25rem;font-weight:400;margin-bottom:2em;display:block!important}form[id^=traumhaus] #page-5 .control-label:before,form[id^=traumhaus] #page-5 .control-label:after{display:block;position:absolute;right:100%;top:9px;line-height:20px;margin-right:.65em}form[id^=traumhaus] #page-5 .control-label:before{content:"4";text-align:right;padding-right:10px;font-size:18px;margin-top:-1px}form[id^=traumhaus] #page-5 .control-label:after{content:"🡢";font-size:12px}form[id^=traumhaus] #page-5 .inputs-list .form-group{margin-bottom:75px}form[id^=traumhaus] #page-5 .inputs-list .form-group.form-group{margin-top:50px}form[id^=traumhaus] #page-5 .inputs-list .form-group .help-block{display:block;margin-bottom:2em}form[id^=traumhaus] #page-5 .inputs-list .form-group .form-check,form[id^=traumhaus] #page-5 .inputs-list .form-group .radio{display:block!important;counter-increment:check-number}form[id^=traumhaus] #page-5 .inputs-list .form-group .form-check+.form-check,form[id^=traumhaus] #page-5 .inputs-list .form-group .radio+.form-check{margin-top:.5em}form[id^=traumhaus] #page-5 .inputs-list .form-group label{position:relative;display:block;width:100%;height:48px}form[id^=traumhaus] #page-5 .inputs-list .form-group label input{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;width:100%;height:100%;display:block;position:absolute;z-index:1;left:0;top:0;background:var(--gray-lighter);border:solid 1px var(--black);transition:background-color .15s linear,border-width .15s linear}form[id^=traumhaus] #page-5 .inputs-list .form-group label input:before{content:counter(check-number,upper-alpha);position:absolute;top:8px;bottom:8px;left:8px;border:solid 1px var(--black);width:30px;display:flex;align-items:center;justify-content:center;background-color:var(--white);transition:background-color .15s linear,color .15s linear}form[id^=traumhaus] #page-5 .inputs-list .form-group label input:after{content:"✓";display:block;position:absolute;right:8px;top:4px;font-size:27px;opacity:0;transition:opacity .15s linear}form[id^=traumhaus] #page-5 .inputs-list .form-group label input:active{background-color:var(--white)}form[id^=traumhaus] #page-5 .inputs-list .form-group label input:checked:before{color:var(--white);background-color:var(--black)}form[id^=traumhaus] #page-5 .inputs-list .form-group label input:checked:after{opacity:1}form[id^=traumhaus] #page-5 .inputs-list .form-group label span{position:absolute;z-index:2;top:0;bottom:0;left:54px;display:flex;flex-direction:column;justify-content:center;font-size:1.5rem;font-weight:400;line-height:1}form[id^=traumhaus] #page-6 .control-label{position:relative;font-size:2.25rem;font-weight:400;margin-bottom:2em;display:block!important}form[id^=traumhaus] #page-6 .control-label:before,form[id^=traumhaus] #page-6 .control-label:after{display:block;position:absolute;right:100%;top:9px;line-height:20px;margin-right:.65em}form[id^=traumhaus] #page-6 .control-label:before{content:"5";text-align:right;padding-right:10px;font-size:18px;margin-top:-1px}form[id^=traumhaus] #page-6 .control-label:after{content:"🡢";font-size:12px}form[id^=traumhaus] #page-6 .input .help-block{font-size:1.35em}form[id^=traumhaus] #page-6 .input .form-control{border:none;border-bottom:solid 1px var(--gray-light);background:transparent;font-size:2.5rem;margin-top:0;padding:10px 0}form[id^=traumhaus] #page-6 .input .form-control::-webkit-input-placeholder{color:var(--gray-light)}form[id^=traumhaus] #page-6 .input .form-control::-moz-placeholder{color:var(--gray-light)}form[id^=traumhaus] #page-6 .input .form-control:-ms-input-placeholder{color:var(--gray-light)}form[id^=traumhaus] #page-6 .input .form-control:-moz-placeholder{color:var(--gray-light)}form[id^=traumhaus] #page-7 .control-label{position:relative;font-size:2.25rem;font-weight:400;margin-bottom:2em;display:block!important}form[id^=traumhaus] #page-7 .control-label:before,form[id^=traumhaus] #page-7 .control-label:after{display:block;position:absolute;right:100%;top:9px;line-height:20px;margin-right:.65em}form[id^=traumhaus] #page-7 .control-label:before{content:"6";text-align:right;padding-right:10px;font-size:18px;margin-top:-1px}form[id^=traumhaus] #page-7 .control-label:after{content:"🡢";font-size:12px}form[id^=traumhaus] #page-7 .input .help-block{font-size:1.35em}form[id^=traumhaus] #page-7 .input .form-control{border:none;border-bottom:solid 1px var(--gray-light);background:transparent;font-size:2.5rem;margin-top:2rem;padding:10px 0}form[id^=traumhaus] #page-7 .input .form-control::-webkit-input-placeholder{color:var(--gray-light)}form[id^=traumhaus] #page-7 .input .form-control::-moz-placeholder{color:var(--gray-light)}form[id^=traumhaus] #page-7 .input .form-control:-ms-input-placeholder{color:var(--gray-light)}form[id^=traumhaus] #page-7 .input .form-control:-moz-placeholder{color:var(--gray-light)}form[id^=traumhaus] #page-8:after{width:80%}form[id^=traumhaus] #page-8 .control-label{position:relative;font-size:2.25rem;font-weight:400;margin-bottom:2em;display:block!important}form[id^=traumhaus] #page-8 .control-label:before,form[id^=traumhaus] #page-8 .control-label:after{display:block;position:absolute;right:100%;top:9px;line-height:20px;margin-right:.65em}form[id^=traumhaus] #page-8 .control-label:before{content:"7";text-align:right;padding-right:10px;font-size:18px;margin-top:-1px}form[id^=traumhaus] #page-8 .control-label:after{content:"🡢";font-size:12px}form[id^=traumhaus] #page-9 h2{position:relative;font-size:2.25rem;font-weight:400;margin-bottom:2em;display:block!important}form[id^=traumhaus] #page-9 h2:before,form[id^=traumhaus] #page-9 h2:after{display:block;position:absolute;right:100%;top:9px;line-height:20px;margin-right:.65em}form[id^=traumhaus] #page-9 h2:before{content:"6";text-align:right;padding-right:10px;font-size:18px;margin-top:-1px}form[id^=traumhaus] #page-9 h2:after{content:"🡢";font-size:12px}form[id^=traumhaus] #page-9 .form-group:not(:first-of-type){margin-top:5em}form[id^=traumhaus] #page-9 .control-label{font-weight:400;font-size:1.35em}form[id^=traumhaus] #page-9 .input .help-block{font-size:1.35em}form[id^=traumhaus] #page-9 .input .form-control{border:none;border-bottom:solid 1px var(--gray-light);background:transparent;font-size:2.5rem;margin-top:0;padding:10px 0}form[id^=traumhaus] #page-9 .input .form-control::-webkit-input-placeholder{color:var(--gray-light)}form[id^=traumhaus] #page-9 .input .form-control::-moz-placeholder{color:var(--gray-light)}form[id^=traumhaus] #page-9 .input .form-control:-ms-input-placeholder{color:var(--gray-light)}form[id^=traumhaus] #page-9 .input .form-control:-moz-placeholder{color:var(--gray-light)}form[id^=traumhaus] .actions{margin-top:auto;padding-top:5rem}form[id^=traumhaus] .actions .btn-group[role=group]{display:flex;justify-content:space-between}form[id^=traumhaus] .actions .btn-group.previous{flex:0 1 65px}form[id^=traumhaus] .actions .btn-group.next{flex:1 0 auto}form[id^=traumhaus] .actions .btn{width:100%;font-size:1.35em;font-weight:700;min-height:55px!important;max-width:500px;margin-left:auto;margin-right:auto;margin-top:0!important;margin-bottom:0!important}form[id^=traumhaus] .actions .btn-cancel{max-width:55px!important;max-height:55px!important;white-space:nowrap;overflow:hidden;text-indent:10000em;display:flex;justify-content:center;align-items:center;position:relative;margin-left:0}form[id^=traumhaus] .actions .btn-cancel:before{position:absolute;width:100%;height:100%;left:0;top:0;content:"";display:block;background:url(./Media/ArrowLeft-239bb8b1.svg) no-repeat center;background-size:12px auto}#empfehlung-1091 legend{display:block;margin-bottom:1em}@media only screen and (min-width: 768px){#empfehlung-1091 fieldset:not(:last-of-type){flex:0 0 48%}}#empfehlung-1091 fieldset:last-of-type{margin-top:1.5rem}#empfehlung-1091 input[type=checkbox]+span{font-weight:400}#empfehlung-1091 #c1094 p.market+p{font-size:2rem}[id*=crm_mitarbeiter]::-webkit-input-placeholder{color:var(--gray)}[id*=crm_mitarbeiter]::-moz-placeholder{color:var(--gray)}[id*=crm_mitarbeiter]:-ms-input-placeholder{color:var(--gray)}[id*=crm_mitarbeiter]:-moz-placeholder{color:var(--gray)}form[id*=baufamilienbefragung]{align-items:flex-end;max-width:unset}form[id*=baufamilienbefragung] .clearfix{flex:1 0 100%;margin-bottom:2.5rem}form[id*=baufamilienbefragung] .clearfix:not(:first-child){margin-top:50px}form[id*=baufamilienbefragung] .clearfix h2{display:block;margin-bottom:2.5rem;margin-top:1.25rem}form[id*=baufamilienbefragung] .form-group{margin-bottom:1.25rem}form[id*=baufamilienbefragung] .form-group .help-block{opacity:.5}form[id*=baufamilienbefragung] .form-group--multicheckbox .form-check-label span{font-weight:400!important}form[id*=baufamilienbefragung] .form-group--radiobutton>label,form[id*=baufamilienbefragung] .form-group--radiobutton>div>label{display:block;font-weight:700!important}form[id*=baufamilienbefragung] [data-identifier*=_name],form[id*=baufamilienbefragung] [data-identifier*=_name]+[data-identifier*=_bewertung],form[id*=baufamilienbefragung] .form-group--half-width{width:50%}form[id*=baufamilienbefragung] [data-identifier*=_name]+[data-identifier*=_bewertung]>div{padding-left:2.5rem}form[id*=baufamilienbefragung] textarea[id*=anmerkungen],form[id*=baufamilienbefragung] textarea[id*=maengelbeschreibung]{min-height:400px}form[id*=baufamilienbefragung] .page:not(#page-1) label.control-label,form[id*=baufamilienbefragung] label[for*=richttermin]{display:block!important}form[id*=baufamilienbefragung] .btn-group{display:flex}form[id*=baufamilienbefragung] .btn-cancel{margin-right:1em}.air-datepicker{--adp-day-name-color: var(--gray) !important;--adp-accent-color: var(--black) !important;--adp-color-current-date: var(--black) !important;--adp-btn-color: var(--black) !important;--adp-cell-background-color-selected: var(--black) !important;--adp-cell-background-color-selected-hover: var(--black) !important}.ce--type-like .flex{align-items:flex-end;background:rgb(240,240,240)}@media only screen and (min-width: 768px){.ce--type-like .flex{padding:6rem}}@media only screen and (max-width: 767px){.ce--type-like .flex{margin-left:0!important;margin-right:0!important;padding:3rem 1.5rem 1.5rem}}.ce--type-like .flex:before{content:"";position:absolute;background:url(./Media/Heart-4f7f5c7b.svg) no-repeat right center;background-size:auto 100%;z-index:1;animation:heartbeat;animation-iteration-count:infinite;animation-duration:5s}@media only screen and (min-width: 768px){.ce--type-like .flex:before{height:110%;top:10%;right:6rem;width:50%}}@media only screen and (max-width: 767px){.ce--type-like .flex:before{width:90%;height:90%;top:5%;left:5%}}.ce--type-like .flex>*{position:relative;z-index:2}@media only screen and (max-width: 767px){.ce--type-like .flex>*{text-align:center}}@media only screen and (min-width: 768px){.ce--type-like .flex .button--heart{float:right}}@media only screen and (max-width: 767px){.ce--type-like .flex .button--heart{color:transparent!important;width:50px;height:50px;margin-left:auto;margin-right:auto;padding-left:10px!important}}.appointments--list{position:relative;overflow:hidden;background:var(--black);padding:50px 50px 75px;color:var(--white)}@media (min-width: 620px){.appointments--list{margin-left:var(--page-padding);margin-right:var(--page-padding);border-radius:30px;padding:50px 25px 75px}}.appointments--list .appointments__background{position:absolute;left:0;top:0;width:100%;height:100%;opacity:.5}.appointments--list .appointments__background img{position:absolute;left:0;top:0;width:100%;height:100%;display:block;object-fit:cover}.appointments--list .appointments__header,.appointments--list .appointments__list{position:relative;z-index:2}.appointments--list .appointments__list{margin-top:100px}.appointments--list .slider__item{display:flex;justify-content:center}.appointments--list .slider__navigation{margin-top:50px;justify-content:center;align-items:center}.appointments--list .slider__navigation__item{position:relative;width:12px;height:12px;border-radius:100%;overflow:hidden;text-indent:1000em;white-space:nowrap;margin:0 2px}.appointments--list .slider__navigation__item:not([class*=previous]):not([class*=next]){background-color:#fff3}.appointments--list .slider__navigation__item[class*=previous],.appointments--list .slider__navigation__item[class*=next]{width:30px;height:30px}.appointments--list .slider__navigation__item[class*=previous] .slider__control,.appointments--list .slider__navigation__item[class*=next] .slider__control{left:0;top:0;width:100%;height:100%}@media (min-width: 1200px){.appointments--list .slider__navigation__item{margin:0 5px;width:20px;height:20px;border-radius:20px}}.appointments--list .slider__navigation__item:not([class*=previous]):not([class*=next]):hover{background-color:#fff9}.appointments--list .slider__navigation__item--current:not([class*=previous]):not([class*=next]){background-color:#fff}.appointments--list .slider__viewport{position:relative}.appointments--list .slider__viewport+.slider__control,.appointments--list .slider__viewport+.slider__control+.slider__control{width:30px;height:30px;border-radius:100%;z-index:3;bottom:-50px;left:50%}.appointments--list .slider__viewport+.slider__control.slider__control--previous,.appointments--list .slider__viewport+.slider__control+.slider__control.slider__control--previous{margin-left:-45px}.appointments--list .slider__viewport+.slider__control.slider__control--next,.appointments--list .slider__viewport+.slider__control+.slider__control.slider__control--next{margin-left:15px}.appointments--list .slider__control{position:absolute;background:var(--black) url(./Media/ArrowWhite-5afbd268.svg) no-repeat 55% center;background-size:8px auto;overflow:hidden;text-indent:1000em;white-space:nowrap;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.appointments--list .slider__control--previous{transform:rotate(180deg)}.appointments--list .appointment{background:rgba(255,255,255,.2);border-radius:30px;position:relative;padding:25px 25px 50px;margin:0 5px;width:100%;box-sizing:border-box;max-width:400px;border:solid 1px rgba(255,255,255,.2);display:flex;flex-direction:column}@media (min-width: 768px){.appointments--list .appointment{width:calc(50% - 10px)}}@media (min-width: 1200px){.appointments--list .appointment{width:calc(33.3333333333% - 10px)}}.appointments--list .appointment:before,.appointments--list .appointment:after{content:"";display:block;width:20px;height:20px;position:absolute;top:15px;border-radius:20px;background:rgba(255,255,255,.2)}.appointments--list .appointment:before{left:15px}.appointments--list .appointment:after{right:15px}.appointments--list .appointment__zip{font-size:20px}.appointments--list .appointment__date{margin-top:-10px;margin-bottom:10px;font-size:20px;font-weight:700;line-height:1.25}.appointments--list .appointment__description{font-size:12px;padding-bottom:1em}.appointments--list .appointment__actions{display:flex;flex-wrap:wrap;margin-top:auto}.appointments--list .appointment__actions .button,.appointments--list .appointment__actions #infobox-login button,#infobox-login .appointments--list .appointment__actions button,.appointments--list .appointment__actions .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .appointments--list .appointment__actions input,.appointments--list .appointment__actions .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .appointments--list .appointment__actions select,.appointments--list .appointment__actions .ce--type-form_formframework form button,.ce--type-form_formframework form .appointments--list .appointment__actions button{margin-top:30px;white-space:nowrap;color:var(--black);width:100%}.appointments--list .appointment__actions .button+span,.appointments--list .appointment__actions #infobox-login button+span,#infobox-login .appointments--list .appointment__actions button+span,.appointments--list .appointment__actions .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input+span,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .appointments--list .appointment__actions input+span,.appointments--list .appointment__actions .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select+span,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .appointments--list .appointment__actions select+span,.appointments--list .appointment__actions .ce--type-form_formframework form button+span,.ce--type-form_formframework form .appointments--list .appointment__actions button+span{margin-top:1em;flex:1 0 100%}@media only screen and (max-width: 767px){.ce--type-list--luxhaus_pi4 .ce--type-textpic.ce--type-textpic--horizontal .flex{flex-direction:column!important}}@media (min-width: 768px){.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]){display:flex;justify-content:center;gap:1em}}.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input{padding-left:20px!important;padding-right:20px!important}@media (width < 768px){.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input{width:100%}}.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(./Media/SelectWhite-c3eea439.svg);background-repeat:no-repeat;background-position:calc(100% - 20px) center;min-width:200px}@media (width < 768px){.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select{margin-bottom:1em}}.ce--type-list--luxhaus_pi4 .category{display:block;margin-bottom:1em}.ce--type-list--luxhaus_pi4 .author:before,.ce--type-list--luxhaus_pi4 .category:before{position:relative;height:auto;display:inline-block}.ce--type-list--luxhaus_pi4 .author:before{content:url(./Media/Author-ff090403.svg);width:18px;margin-right:10px}.ce--type-list--luxhaus_pi4 .category:before{content:url(./Media/Category-5562b896.svg);width:20px;margin-right:8px}.ce--type-list--luxhaus_pi4 .sharing{display:flex;justify-content:flex-start;flex-wrap:wrap}.ce--type-list--luxhaus_pi4 .sharing header{flex:1 0 100%;margin-bottom:1.5rem}.ce--type-list--luxhaus_pi4 .sharing a+a{margin-left:1.5rem}.ce--type-list--luxhaus_pi4 .image-rte{display:flex;flex-wrap:wrap;margin:25px 0;gap:10px}.ce--type-list--luxhaus_pi4 .image-rte>*{flex:0 0 calc(33.33% - 6.6666666667px)}.ce--type-list--luxhaus_pi4 .image-rte--imagecount-2>*{flex:0 0 calc(50% - 5px)}.ce--type-list--luxhaus_pi4 .image-rte--imagecount-1>*{flex:0 0 100%}.ce--type-list--luxhaus_pi4 figcaption{display:block;margin-top:.5em;font-size:1.2rem;font-style:italic}.ce--type-list--luxhaus_pi4 .blog__single .blog__header{line-height:1}.ce--type-list--luxhaus_pi4 .blog__single .blog__header span{font-family:NotoSans,sans-serif;font-weight:300;display:block}.ce--type-list--luxhaus_pi4 .blog__single .blog__info{font-size:20px;margin-bottom:30px}.ce--type-list--luxhaus_pi4 .blog__single .blog__info span:before{float:left;width:30px;margin-right:1em;position:relative;top:3px}.ce--type-list--luxhaus_pi4 .blog__single .blog__info span.author{display:block;line-height:1}.ce--type-list--luxhaus_pi4 .blog__single .blog__info span.author b{display:block}.ce--type-list--luxhaus_pi4 .blog__single .blog__info span.category:before{width:33px;margin-right:calc(1em - 3px)}.ce--type-list--luxhaus_pi4 .blog__single .blog__sharing{margin-top:30px}.ce--type-list--luxhaus_pi4 .blog__single .blog__sharing ul{display:flex;margin-top:auto;list-style:none}.ce--type-list--luxhaus_pi4 .blog__single .blog__sharing ul li:not(:first-child){margin-left:1.5em}.ce--type-list--luxhaus_pi4 .blog__single .blog__sharing ul a{display:block;width:50px;height:50px}.ce--type-list--luxhaus_pi4 .blog__single .blog__sharing ul a svg{display:block;width:100%;height:100%}.ce--type-list--luxhaus_pi4 .blog__related{border-top:solid 1px var(--black);padding-top:11rem}.ce--type-list--luxhaus_pi1>header,.ce--type-list--luxhaus_pi1>p{text-align:center}.ce--type-list--luxhaus_pi1 .hausfinder{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-top:50px}.ce--type-list--luxhaus_pi1 .hausfinder__clear{margin-left:1em}.ce--type-list--luxhaus_pi1 .hausfinder__attributes{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;width:100%}.ce--type-list--luxhaus_pi1 .hausfinder__attributes--default{padding-bottom:15px}.ce--type-list--luxhaus_pi1 .hausfinder__attributes--additional{border-top:solid 1px var(--black);padding-top:20px;margin-top:30px}.ce--type-list--luxhaus_pi1 .hausfinder__attributes--additional .hausfinder__attribute{padding-top:20px}.ce--type-list--luxhaus_pi1 .hausfinder__attributes--additional .hausfinder__attribute--cellar{--label-width: 155px}@media (width >= 1440px){.ce--type-list--luxhaus_pi1 .hausfinder__attributes--additional .hausfinder__attribute--cellar,.ce--type-list--luxhaus_pi1 .hausfinder__attributes--additional .hausfinder__attribute--check{width:calc(50% - 10px)}}@media (width >= 1440px){.ce--type-list--luxhaus_pi1 .hausfinder__attributes{margin-left:-75px;margin-right:-75px;width:calc(100% + 150px)}}.ce--type-list--luxhaus_pi1 .hausfinder__attribute{--label-width: 110px;display:flex;flex-shrink:0;align-items:center;width:100%}@media (width < 768px){.ce--type-list--luxhaus_pi1 .hausfinder__attribute{flex-wrap:wrap}.ce--type-list--luxhaus_pi1 .hausfinder__attribute:not(:first-child){margin-top:.5em}}@media (width >= 768px) and (width < 1440px){.ce--type-list--luxhaus_pi1 .hausfinder__attribute{width:calc(50% - 10px)}.ce--type-list--luxhaus_pi1 .hausfinder__attribute:nth-child(n+3){margin-top:.5em}}@media (width >= 1440px){.ce--type-list--luxhaus_pi1 .hausfinder__attribute{width:calc(25% - 10px)}}.ce--type-list--luxhaus_pi1 .hausfinder__attribute--range select{width:50%!important}@media (width < 768px){.ce--type-list--luxhaus_pi1 .hausfinder__attribute--range select{width:calc((100% - 110px)/2)}}.ce--type-list--luxhaus_pi1 .hausfinder__attribute--range select:last-child{border-left:none}.ce--type-list--luxhaus_pi1 .hausfinder__attribute--more{justify-content:flex-end}@media (width < 768px){.ce--type-list--luxhaus_pi1 .hausfinder__attribute--more{margin-top:1em!important}}.ce--type-list--luxhaus_pi1 .hausfinder__attribute label:not(.checkbox-label){font-weight:700;display:block;font-size:15px;flex-shrink:0}@media (width < 768px){.ce--type-list--luxhaus_pi1 .hausfinder__attribute label:not(.checkbox-label){width:100%;margin-bottom:.2em}}@media (width >= 768px) and (width < 1440px){.ce--type-list--luxhaus_pi1 .hausfinder__attribute label:not(.checkbox-label){width:var(--label-width)}}@media (width >= 1440px){.ce--type-list--luxhaus_pi1 .hausfinder__attribute label:not(.checkbox-label){margin-right:1em}}.ce--type-list--luxhaus_pi1 .hausfinder__attribute select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:3px;padding:.25em .75em;font-size:12px;color:#0008;background:url(./Media/Select-8431a2db.svg) no-repeat calc(100% - 10px) center;background-size:15px;width:100%}@media (width >= 768px){.ce--type-list--luxhaus_pi1 .hausfinder__attribute select{width:calc(100% - var(--label-width))}}.ce--type-list--luxhaus_pi1 .hausfinder__attribute span+select,.ce--type-list--luxhaus_pi1 .hausfinder__attribute select+span{margin-left:.5rem}.ce--type-list--luxhaus_pi1 .house-list .flex{margin-top:0!important}.ce--type-list--luxhaus_pi1 .house-list-clear,.ce--type-list--luxhaus_pi1 .house-list-empty{flex:1 0 100%}.ce--type-list--luxhaus_pi1 .house-list-clear{display:block}.ce--type-list--luxhaus_pi1 .house-list-more{margin:4.5rem auto;max-width:calc(100vw - 2 * var(--page-padding));box-sizing:border-box;text-align:center}.ce--type-list--luxhaus_pi1 .house-list-empty{display:none;text-align:center}.ce--type-list--luxhaus_pi1 .house-list .house{position:relative;margin-top:50px}.ce--type-list--luxhaus_pi1 .house-list .house__media{overflow:hidden}.ce--type-list--luxhaus_pi1 .house-list .house__media img{width:100%;transition:transform .35s ease-out}.ce--type-list--luxhaus_pi1 .house-list .house__header{margin-top:.5em}.ce--type-list--luxhaus_pi1 .house-list .house__text a.fill-card{visibility:visible;position:absolute;left:0;top:0;width:100%;height:100%}@media (pointer: fine){.ce--type-list--luxhaus_pi1 .house-list .house{cursor:pointer}.ce--type-list--luxhaus_pi1 .house-list .house:hover img{transform:scale(1.1)}}.ce--type-list--luxhaus_pi1 .show-house-list{margin-top:-15rem}.ce--type-list--luxhaus_pi1 .show-house-list .show-house{background-color:var(--black);position:relative}.ce--type-list--luxhaus_pi1 .show-house-list .show-house:first-child:before{content:"";display:block;position:absolute;left:0;width:100%;height:calc(2 * var(--navigation-height));background:linear-gradient(0deg,transparent,rgba(0,0,0,.4));z-index:2}@media (width < 660px){.ce--type-list--luxhaus_pi1 .show-house-list .show-house:first-child header{margin-top:30%}.ce--type-list--luxhaus_pi1 .show-house-list .show-house:first-child img{width:130%;max-width:unset;object-position:center;margin-left:-15%}}.ce--type-list--luxhaus_pi1 .show-house-list .show-house:not(:first-child){border-top:solid 5px var(--white)}@media (pointer: fine){.ce--type-list--luxhaus_pi1 .show-house-list .show-house:hover img{transform:scale(1.1)}}.ce--type-list--luxhaus_pi1 .show-house-list .show-house__image{opacity:85%;overflow:hidden;position:relative;z-index:1}.ce--type-list--luxhaus_pi1 .show-house-list .show-house__image img{width:100%;height:auto;display:block;max-height:100vh;object-fit:cover;transition:transform 1s ease-out}.ce--type-list--luxhaus_pi1 .show-house-list .show-house__content{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;z-index:3}.ce--type-list--luxhaus_pi1 .show-house-list .show-house__content header{color:var(--white)}.ce--type-list--luxhaus_pi1 .show-house-list .show-house__content a{margin-left:auto;margin-right:auto;border:none!important;white-space:nowrap}@media (width < 500px){.ce--type-list--luxhaus_pi1 .show-house-list .show-house__content a{transform:scale(.8)}}.ce--type-list--luxhaus_pi1 .show-house-list .show-house__location{color:var(--white);margin-top:1em;font-weight:700}.ce--type-list--luxhaus_pi1 .house-detail{margin-top:-15rem}.ce--type-list--luxhaus_pi1 .house-detail__hero{background-color:var(--black)}.ce--type-list--luxhaus_pi1 .house-detail__hero.hero--intrinsic,.ce--type-list--luxhaus_pi1 .house-detail__hero.hero--intrinsic .hero__image,.ce--type-list--luxhaus_pi1 .house-detail__hero.hero--intrinsic .hero__image img{max-height:unset}.ce--type-list--luxhaus_pi1 .house-detail__hero-image{opacity:.8}.ce--type-list--luxhaus_pi1 .house-detail__summary{background-color:#0007;color:var(--white);padding:25px 50px 25px 35px;left:50%;bottom:0;align-items:center}@media (width < 768px){.ce--type-list--luxhaus_pi1 .house-detail__summary{left:0;right:0;flex-wrap:wrap}}@media (width >= 768px){.ce--type-list--luxhaus_pi1 .house-detail__summary{border-radius:5px 5px 0 0;transform:translate(-50%)}}@media (width >= 1024px){.ce--type-list--luxhaus_pi1 .house-detail__summary{bottom:calc(2 * var(--page-padding));border-radius:5px}}.ce--type-list--luxhaus_pi1 .house-detail__header{margin-bottom:1em}@media (width < 768px){.ce--type-list--luxhaus_pi1 .house-detail__header{width:100%}}@media (width >= 768px){.ce--type-list--luxhaus_pi1 .house-detail__header{margin-bottom:2em}}.ce--type-list--luxhaus_pi1 .house-detail__header .heading{font-family:NotoSans,sans-serif;font-weight:700;font-size:40px;text-transform:uppercase;-webkit-hyphens:auto;hyphens:auto}.ce--type-list--luxhaus_pi1 .house-detail__header .subheading{margin-top:.25em;font-size:14px}.ce--type-list--luxhaus_pi1 .house-detail__icons{display:flex}.ce--type-list--luxhaus_pi1 .house-detail__icons svg{margin-bottom:1em;width:40px;height:40px;display:block}.ce--type-list--luxhaus_pi1 .house-detail__icons span{display:block;font-size:10px}.ce--type-list--luxhaus_pi1 .house-detail__icon{display:flex;flex-direction:column;align-items:center}.ce--type-list--luxhaus_pi1 .house-detail__icon:not(:first-child){margin-left:30px}.ce--type-list--luxhaus_pi1 .house-detail__icon span{white-space:nowrap}.ce--type-list--luxhaus_pi1 .house-detail__description{margin-top:35px;margin-bottom:45px}@media (width >= 768px){.ce--type-list--luxhaus_pi1 .house-detail__description{margin-top:75px;margin-bottom:75px}}@media (width < 1024px){.ce--type-list--luxhaus_pi1 .house-detail__description--flex{display:block!important}}@media (width >= 1024px){.ce--type-list--luxhaus_pi1 .house-detail__description--flex{align-items:flex-start;display:flex}.ce--type-list--luxhaus_pi1 .house-detail__description--flex .heading{font-size:120px;padding-top:15px}}.ce--type-list--luxhaus_pi1 .house-detail__description header{margin-right:50px}.ce--type-list--luxhaus_pi1 .house-detail__description .button,.ce--type-list--luxhaus_pi1 .house-detail__description #infobox-login button,#infobox-login .ce--type-list--luxhaus_pi1 .house-detail__description button,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-form_formframework form button,.ce--type-form_formframework form .ce--type-list--luxhaus_pi1 .house-detail__description button,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description select,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description input{margin-top:1.5em}@media (width < 768px){.ce--type-list--luxhaus_pi1 .house-detail__description .button+.button,.ce--type-list--luxhaus_pi1 .house-detail__description #infobox-login button+.button,#infobox-login .ce--type-list--luxhaus_pi1 .house-detail__description button+.button,.ce--type-list--luxhaus_pi1 .house-detail__description #infobox-login .button+button,#infobox-login .ce--type-list--luxhaus_pi1 .house-detail__description .button+button,.ce--type-list--luxhaus_pi1 .house-detail__description #infobox-login button+button,#infobox-login .ce--type-list--luxhaus_pi1 .house-detail__description button+button,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-form_formframework form button+.button,.ce--type-form_formframework form .ce--type-list--luxhaus_pi1 .house-detail__description button+.button,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select+.button,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) #infobox-login select+button,#infobox-login .ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select+button,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description select+.button,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description #infobox-login select+button,#infobox-login .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description select+button,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input+.button,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) #infobox-login input+button,#infobox-login .ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input+button,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description input+.button,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description #infobox-login input+button,#infobox-login .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description input+button,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-form_formframework form .button+button,.ce--type-form_formframework form .ce--type-list--luxhaus_pi1 .house-detail__description .button+button,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-form_formframework form button+button,.ce--type-form_formframework form .ce--type-list--luxhaus_pi1 .house-detail__description button+button,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 .ce--type-form_formframework form:not(.newsletter2go):not([id*=newsletter]) select+button,.ce--type-form_formframework .ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select+button,.ce--type-list--luxhaus_pi4 .ce--type-form_formframework form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description select+button,.ce--type-form_formframework .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description select+button,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 .ce--type-form_formframework form:not(.newsletter2go):not([id*=newsletter]) input+button,.ce--type-form_formframework .ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input+button,.ce--type-list--luxhaus_pi4 .ce--type-form_formframework form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description input+button,.ce--type-form_formframework .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description input+button,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .button+select,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) #infobox-login button+select,#infobox-login .ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) button+select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description .button+select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description #infobox-login button+select,#infobox-login .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description button+select,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-form_formframework .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) button+select,.ce--type-list--luxhaus_pi4 .ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-form_formframework form:not(.newsletter2go):not([id*=newsletter]) button+select,.ce--type-form_formframework .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description button+select,.ce--type-list--luxhaus_pi4 .ce--type-form_formframework form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description button+select,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select+select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description select+select,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input+select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description input+select,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .button+input,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) #infobox-login button+input,#infobox-login .ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) button+input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description .button+input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description #infobox-login button+input,#infobox-login .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description button+input,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-form_formframework .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) button+input,.ce--type-list--luxhaus_pi4 .ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-form_formframework form:not(.newsletter2go):not([id*=newsletter]) button+input,.ce--type-form_formframework .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description button+input,.ce--type-list--luxhaus_pi4 .ce--type-form_formframework form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description button+input,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select+input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description select+input,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input+input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description input+input{margin-top:1em}}@media (width >= 768px){.ce--type-list--luxhaus_pi1 .house-detail__description .button,.ce--type-list--luxhaus_pi1 .house-detail__description #infobox-login button,#infobox-login .ce--type-list--luxhaus_pi1 .house-detail__description button,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-form_formframework form button,.ce--type-form_formframework form .ce--type-list--luxhaus_pi1 .house-detail__description button,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description select,.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description input{display:inline-flex}.ce--type-list--luxhaus_pi1 .house-detail__description .button:last-of-type:not(:first-of-type),.ce--type-list--luxhaus_pi1 .house-detail__description #infobox-login button:last-of-type:not(:first-of-type),#infobox-login .ce--type-list--luxhaus_pi1 .house-detail__description button:last-of-type:not(:first-of-type),.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-form_formframework form button:last-of-type:not(:first-of-type),.ce--type-form_formframework form .ce--type-list--luxhaus_pi1 .house-detail__description button:last-of-type:not(:first-of-type),.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select:last-of-type:not(:first-of-type),.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description select:last-of-type:not(:first-of-type),.ce--type-list--luxhaus_pi1 .house-detail__description .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input:last-of-type:not(:first-of-type),.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__description input:last-of-type:not(:first-of-type){margin-left:1em}}@media (width < 768px){.ce--type-list--luxhaus_pi1 .house-detail__description>div{max-height:calc(var(--br, 480px) + 1.5em);overflow:hidden;position:relative;transition:max-height 5s ease-out}.ce--type-list--luxhaus_pi1 .house-detail__description>div:before{content:"";position:absolute;z-index:1;left:0;bottom:0;width:100%;height:100px;background:linear-gradient(0deg,white,transparent)}.ce--type-list--luxhaus_pi1 .house-detail__description>div:after{content:"";position:absolute;z-index:1;left:calc(50% - 15px);bottom:-7px;width:30px;height:30px;background:url(./Media/Arrow-b57a93ca.svg) no-repeat center bottom;background-size:contain;transform:rotate(90deg)}.ce--type-list--luxhaus_pi1 .house-detail__description>div.-expanded{max-height:10000px}.ce--type-list--luxhaus_pi1 .house-detail__description>div.-expanded:before,.ce--type-list--luxhaus_pi1 .house-detail__description>div.-expanded:after{display:none}}.ce--type-list--luxhaus_pi1 .house-detail__gallery>.house-detail__gallery-item:not(:first-child){border-top:solid 5px var(--black)}.ce--type-list--luxhaus_pi1 .house-detail__gallery-slider{position:relative}.ce--type-list--luxhaus_pi1 .house-detail__gallery-slider .slider__control{position:absolute;z-index:3;top:50%;border:none;background:white url(./Media/Arrow-b57a93ca.svg) no-repeat center;color:transparent;width:35px;height:35px;border-radius:35px;margin-top:-17px;background-size:8px auto}@media (width >= 620px){.ce--type-list--luxhaus_pi1 .house-detail__gallery-slider .slider__control{width:55px;height:55px;border-radius:55px;margin-top:-27px;background-size:14px auto}}.ce--type-list--luxhaus_pi1 .house-detail__gallery-slider .slider__control--previous{transform:rotate(180deg);left:10px}@media (width >= 620px){.ce--type-list--luxhaus_pi1 .house-detail__gallery-slider .slider__control--previous{left:20px}}.ce--type-list--luxhaus_pi1 .house-detail__gallery-slider .slider__control--next{right:10px}@media (width >= 620px){.ce--type-list--luxhaus_pi1 .house-detail__gallery-slider .slider__control--next{right:20px}}.ce--type-list--luxhaus_pi1 .house-detail__gallery-slider .slider__navigation{justify-content:center;position:absolute;width:100%;left:0;bottom:10px}@media (width >= 620px){.ce--type-list--luxhaus_pi1 .house-detail__gallery-slider .slider__navigation{bottom:20px}}.ce--type-list--luxhaus_pi1 .house-detail__gallery-slider .slider__navigation__item{background-color:var(--white);overflow:hidden;white-space:nowrap;text-indent:999em;margin:0 5px;width:10px;height:10px;border-radius:10px}@media (width >= 620px){.ce--type-list--luxhaus_pi1 .house-detail__gallery-slider .slider__navigation__item{width:20px;height:20px;border-radius:20px}}.ce--type-list--luxhaus_pi1 .house-detail__gallery-slider .slider__navigation__item--current{background-color:var(--black)}.ce--type-list--luxhaus_pi1 .house-detail__gallery-item img{display:block;width:100%;object-fit:cover}.ce--type-list--luxhaus_pi1 .house-detail__layouts{margin-top:75px;text-align:center}.ce--type-list--luxhaus_pi1 .house-detail__layouts header{margin:0}.ce--type-list--luxhaus_pi1 .house-detail__layouts p{margin-bottom:75px}.ce--type-list--luxhaus_pi1 .house-detail__layouts .flex{justify-content:center}@media (width >= 768px){.ce--type-list--luxhaus_pi1 .house-detail__layouts .flex figure{max-width:500px}}.ce--type-list--luxhaus_pi1 .house-detail__contact{padding-left:var(--page-padding);padding-right:var(--page-padding);margin-top:35px}@media (width < 1024px){.ce--type-list--luxhaus_pi1 .house-detail__contact .button,.ce--type-list--luxhaus_pi1 .house-detail__contact #infobox-login button,#infobox-login .ce--type-list--luxhaus_pi1 .house-detail__contact button,.ce--type-list--luxhaus_pi1 .house-detail__contact .ce--type-form_formframework form button,.ce--type-form_formframework form .ce--type-list--luxhaus_pi1 .house-detail__contact button,.ce--type-list--luxhaus_pi1 .house-detail__contact .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__contact select,.ce--type-list--luxhaus_pi1 .house-detail__contact .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__contact input{margin-top:1.5em}}@media (width >= 1024px){.ce--type-list--luxhaus_pi1 .house-detail__contact{margin-top:150px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.ce--type-list--luxhaus_pi1 .house-detail__contact>div:nth-child(2){margin:0 50px}}.ce--type-list--luxhaus_pi1 .house-detail__contact .button,.ce--type-list--luxhaus_pi1 .house-detail__contact #infobox-login button,#infobox-login .ce--type-list--luxhaus_pi1 .house-detail__contact button,.ce--type-list--luxhaus_pi1 .house-detail__contact .ce--type-form_formframework form button,.ce--type-form_formframework form .ce--type-list--luxhaus_pi1 .house-detail__contact button,.ce--type-list--luxhaus_pi1 .house-detail__contact .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__contact select,.ce--type-list--luxhaus_pi1 .house-detail__contact .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__contact input{white-space:nowrap}.ce--type-list--luxhaus_pi1 .house-detail__contact-persons{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:50px}@media (width >= 768px){.ce--type-list--luxhaus_pi1 .house-detail__contact-persons{margin-top:150px}}.ce--type-list--luxhaus_pi1 .house-detail__contact-persons header{flex:1 0 100%;margin-bottom:50px}.ce--type-list--luxhaus_pi1 .house-detail__contact-persons .contact-person{margin-left:unset;margin-right:unset}@media (width < 768px){.ce--type-list--luxhaus_pi1 .house-detail__contact-persons .contact-person:nth-of-type(n+2){margin-top:35px}}@media (width >= 768px) and (width < 1024px){.ce--type-list--luxhaus_pi1 .house-detail__contact-persons .contact-person{width:calc(50% - 35px)}.ce--type-list--luxhaus_pi1 .house-detail__contact-persons .contact-person:nth-of-type(n+3){margin-top:35px}}@media (width >= 1024px) and (width < 1280px){.ce--type-list--luxhaus_pi1 .house-detail__contact-persons .contact-person{width:calc(33.3333333333% - 35px)}.ce--type-list--luxhaus_pi1 .house-detail__contact-persons .contact-person:nth-of-type(n+4){margin-top:35px}}@media (width >= 1280px){.ce--type-list--luxhaus_pi1 .house-detail__contact-persons .contact-person{width:calc(25% - 35px)}.ce--type-list--luxhaus_pi1 .house-detail__contact-persons .contact-person:nth-of-type(n+5){margin-top:35px}}.ce--type-list--luxhaus_pi1 .house-detail__contact-persons .contact-person img{width:100%;height:auto;filter:grayscale(1)}.ce--type-list--luxhaus_pi1 .house-detail__contact-persons .contact-person b{display:block}.ce--type-list--luxhaus_pi1 .house-detail__contact-persons .contact-person .button,.ce--type-list--luxhaus_pi1 .house-detail__contact-persons .contact-person #infobox-login button,#infobox-login .ce--type-list--luxhaus_pi1 .house-detail__contact-persons .contact-person button,.ce--type-list--luxhaus_pi1 .house-detail__contact-persons .contact-person .ce--type-form_formframework form button,.ce--type-form_formframework form .ce--type-list--luxhaus_pi1 .house-detail__contact-persons .contact-person button,.ce--type-list--luxhaus_pi1 .house-detail__contact-persons .contact-person .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__contact-persons .contact-person select,.ce--type-list--luxhaus_pi1 .house-detail__contact-persons .contact-person .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi1 .house-detail__contact-persons .contact-person input{width:100%}.ce--type-list--luxhaus_pi1 .house-detail__contact-persons[data-persons="2"]{justify-content:center;gap:0 50px}@media (width >= 1024px){.ce--type-list--luxhaus_pi1 .house-detail__contact-persons[data-persons="6"] .contact-person:last-of-type{margin-right:auto;margin-left:50px}}.ce--type-list--luxhaus_pi1 .house-detail__addition-info{margin-top:75px}.ce--type-list--luxhaus_pi1 .house-map{position:relative;margin:5rem auto 0;padding-top:0!important}.ce--type-list--luxhaus_pi1 .house-map__map{width:100%;height:100%;display:block}.ce--type-list--luxhaus_pi1 .house-map__marker{position:absolute;z-index:1;min-width:25px;max-width:25px;height:25px;border-radius:25px;cursor:pointer;box-sizing:border-box;color:var(--white);background-color:var(--black);transition:max-width .25s linear;display:flex;align-items:center}.ce--type-list--luxhaus_pi1 .house-map__marker:before{display:block;width:7px;height:7px;content:"";background-color:var(--white);border-radius:7px;position:absolute;left:9px;top:9px;transition:transform .25s linear;transform:scale(0)}.ce--type-list--luxhaus_pi1 .house-map__marker span{display:block;font-size:12px;margin:1px 20px 0 45px;white-space:nowrap}.ce--type-list--luxhaus_pi1 .house-map__marker:hover,.ce--type-list--luxhaus_pi1 .house-map__marker.-selected{z-index:10;max-width:200px}.ce--type-list--luxhaus_pi1 .house-map__marker:hover:before,.ce--type-list--luxhaus_pi1 .house-map__marker.-selected:before{transform:scale(1)}.ce--type-list--luxhaus_pi1 .house-map__marker#house-1{left:56%;top:71%}.ce--type-list--luxhaus_pi1 .house-map__marker#house-2{left:24%;top:59%}.ce--type-list--luxhaus_pi1 .house-map__marker#house-3{left:58%;top:83%}.ce--type-list--luxhaus_pi1 .house-map__marker#house-7{left:13%;top:48%}.ce--type-list--luxhaus_pi1 .house-map__marker#house-8{left:30%;top:78%}.ce--type-list--luxhaus_pi1 .house-map__marker#house-9{left:24%;top:68%}.ce--type-list--luxhaus_pi1 .house-map__marker#house-10{left:53%;top:66%}.ce--type-list--luxhaus_pi1 .house-map__marker#house-200{left:60%;top:76%}.ce--type-list--luxhaus_pi1 .house-map__marker#house-201{left:52.5%;top:61%}@media screen and (pointer: fine){.ce--type-list--luxhaus_pi1 .house-map__marker:hover span{opacity:1}}.ce--type-list--luxhaus_pi1 .house-map__map-wrapper{position:relative;margin:0 auto;z-index:2;width:500px;height:656.25px;transition:transform .35s ease-out}@media only screen and (max-width: 767px){.ce--type-list--luxhaus_pi1 .house-map__map-wrapper{width:calc(100% - 30px);height:370px}}@media only screen and (max-width: 767px){.ce--type-list--luxhaus_pi1 .house-map__info-wrapper{position:relative}}.ce--type-list--luxhaus_pi1 .house-map__info{z-index:1;opacity:0;transition:opacity .35s ease-out;display:flex;flex-direction:column;justify-content:center}@media only screen and (min-width: 768px){.ce--type-list--luxhaus_pi1 .house-map__info{position:absolute;left:50%;top:0;width:400px;height:525px;transition:transform .35s ease-out;transform:translate(-50%)}}@media only screen and (max-width: 767px){.ce--type-list--luxhaus_pi1 .house-map__info{margin:0 1.5rem}.ce--type-list--luxhaus_pi1 .house-map__info:not(:nth-of-type(2)){position:absolute;top:0;left:0;width:calc(100% - 30px)}}.ce--type-list--luxhaus_pi1 .house-map__info header *{font-weight:700}.ce--type-list--luxhaus_pi1 .house-map__info header,.ce--type-list--luxhaus_pi1 .house-map__info p,.ce--type-list--luxhaus_pi1 .house-map__info figure{margin-bottom:2.5rem}.ce--type-list--luxhaus_pi1 .house-map__info img{width:100%;height:auto}.ce--type-list--luxhaus_pi1 .house-map__info.-selected{opacity:1}@media only screen and (min-width: 768px){.ce--type-list--luxhaus_pi1 .house-map.-activated .house-map__map-wrapper{transform:translate(-250px)}}@media only screen and (max-width: 767px){.ce--type-list--luxhaus_pi1 .house-map.-activated .house-map__info-wrapper{height:450px}}@media only screen and (min-width: 768px){.ce--type-list--luxhaus_pi1 .house-map.-activated .house-map__info{transform:translate(50px)}}.ce--type-list--luxhaus_pi1 .house-map.-activated .house-map__info.-selected{z-index:10}#infobox-login{background:url(https://infobox.luxhaus.de/typo3conf/ext/infobox/Resources/Public/Images/LUXHAUS-Infobox.svg) no-repeat center 25px;background-size:320px auto;margin:0 auto;width:320px;height:100vh;display:flex;flex-direction:column;justify-content:center;max-width:calc(100vw - 30px)}#infobox-login label,#infobox-login input{display:block;width:100%;margin-bottom:10px}#infobox-login input{padding:15px}#infobox-login button{width:100%}main.infobox #c1298 .ce__media{display:flex}main.infobox #c1298 .ce__media figure{width:fit-content!important}main.infobox #c1298 .ce__media figure:not(:last-child){margin-right:3em}main.infobox #c1298 .ce__media figure:last-child{top:9px}main.infobox table{margin-top:1.5em}main.infobox table *{border:none}main.infobox table * td{padding:0}main.infobox table * td:not(:last-child){padding-right:1.5em}.contact-person *{box-sizing:border-box}.contact-person--default .contact-person__fieldset{border:solid 1px var(--black);padding:15px}@media (width >= 768px){.contact-person--default .contact-person__fieldset{padding:15px 50px 25px 20px}}.contact-person--default .contact-person__fieldset label{margin-bottom:15px}@media (width >= 768px){.contact-person--default .contact-person__fieldset label{padding-left:50px}}.contact-person--default .contact-person__fieldset label strong,.contact-person--default .contact-person__fieldset label .ce--type-newsletter .form-group:nth-of-type(1) label,.ce--type-newsletter .form-group:nth-of-type(1) .contact-person--default .contact-person__fieldset label label,.contact-person--default .contact-person__fieldset label .ce--type-newsletter .form-group:nth-of-type(2) label,.ce--type-newsletter .form-group:nth-of-type(2) .contact-person--default .contact-person__fieldset label label,.contact-person--default .contact-person__fieldset label .ce--type-newsletter .form-group:nth-of-type(3) label,.ce--type-newsletter .form-group:nth-of-type(3) .contact-person--default .contact-person__fieldset label label,.contact-person--default .contact-person__fieldset label b{font-size:36px;line-height:1.15;margin-bottom:.25em}@media (width >= 768px){.contact-person--default .contact-person__fieldset label strong,.contact-person--default .contact-person__fieldset label .ce--type-newsletter .form-group:nth-of-type(1) label,.ce--type-newsletter .form-group:nth-of-type(1) .contact-person--default .contact-person__fieldset label label,.contact-person--default .contact-person__fieldset label .ce--type-newsletter .form-group:nth-of-type(2) label,.ce--type-newsletter .form-group:nth-of-type(2) .contact-person--default .contact-person__fieldset label label,.contact-person--default .contact-person__fieldset label .ce--type-newsletter .form-group:nth-of-type(3) label,.ce--type-newsletter .form-group:nth-of-type(3) .contact-person--default .contact-person__fieldset label label,.contact-person--default .contact-person__fieldset label b{margin-bottom:0}}.contact-person--default .contact-person__fieldset input{border:solid 2px var(--black)}.contact-person--default .contact-person__fieldset select{border-width:2px}.contact-person--background .contact-person__fieldset{background:url(./Media/ContactPersonBackground-8ee98404.png) no-repeat center;background-size:100% auto;position:relative;padding:30px 5%;border-radius:25px;overflow:hidden}.contact-person--background .contact-person__fieldset:before{content:"";background:rgba(0,0,0,.4666666667);position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px)}.contact-person--background .contact-person__fieldset>*{position:relative;z-index:2}.contact-person--background .contact-person__fieldset label{display:block;color:var(--white);text-align:center;margin-bottom:15px}.contact-person--background .contact-person__fieldset label b{font-size:32px;margin-bottom:.25em}.contact-person--background .contact-person__fieldset input{border:solid 2px var(--white);background-color:transparent;color:var(--white)}.contact-person--background .contact-person__fieldset input::-webkit-input-placeholder{color:#fffc}.contact-person--background .contact-person__fieldset input::-moz-placeholder{color:#fffc}.contact-person--background .contact-person__fieldset input:-ms-input-placeholder{color:#fffc}.contact-person--background .contact-person__fieldset input:-moz-placeholder{color:#fffc}.contact-person--background .contact-person__fieldset select{border:solid 2px var(--white);background:url(./Media/SelectWhite-c3eea439.svg) no-repeat calc(100% - 15px) center;background-size:26px auto;color:var(--white)}.contact-person__fieldset{max-width:960px;margin:50px auto;display:flex;flex-wrap:wrap}.contact-person__fieldset label{flex:1 0 100%}.contact-person__fieldset label b,.contact-person__fieldset label span{display:block}.contact-person__fieldset input{width:100%;border-radius:20px;opacity:1!important;margin-bottom:5px}@media (width >= 768px){.contact-person__fieldset input{width:70%;border-radius:20px 0 0 20px;margin-bottom:0}}.contact-person__fieldset select{width:100%;border-radius:20px;opacity:1!important;background-size:26px auto}@media (width >= 768px){.contact-person__fieldset select{width:30%;border-radius:0 20px 20px 0;border-left:none!important}}.contact-person__fieldset select option{color:var(--black)}.contact-person__result .contact-person__hero{background:url(./Media/HeroDefault-7dfb61a6.jpg) no-repeat center;background-size:cover;background-attachment:fixed;margin:0 calc(-1 * var(--page-margin-left)) 0!important;position:relative}@media (width < 768px){.contact-person__result .contact-person__hero{flex-direction:column-reverse;background-image:url(./Media/HeroMobile-c1f6e9db.jpg)}}.contact-person__result .contact-person__hero:before{content:"";background:rgba(0,0,0,.6666666667);position:absolute;left:0;top:0;height:100%;width:100%;z-index:1}.contact-person__result .contact-person__hero .col{position:relative;z-index:1;margin-top:0!important;padding-bottom:var(--page-padding)}@media (width < 768px){.contact-person__result .contact-person__hero .col:first-of-type{padding-top:calc(var(--navigation-height) + 100px)}}@media (width >= 768px){.contact-person__result .contact-person__hero .col{padding-top:calc(var(--navigation-height) + 15rem);padding-bottom:15rem}}.contact-person__result .contact-person__introduction{padding:50px 0 25px}@media (width >= 768px){.contact-person__result .contact-person__introduction{padding:100px}}.contact-person__result .contact-person__header,.contact-person__result .contact-person__quote{color:var(--white)}.contact-person__result .contact-person__quote{font-style:italic;margin-bottom:2em}.contact-person__result .contact-person__quote:before,.contact-person__result .contact-person__quote:after{content:'"'}.contact-person__result .contact-person__contact{margin-top:100px}.contact-person__result .contact-person__contact-details p{background:var(--gray-lighter);margin:0;padding:0 25px}.contact-person__result .contact-person__contact-details p:last-child{padding-bottom:25px}.contact-person__result .contact-person__contact-details p a,.contact-person__result .contact-person__contact-details p strong,.contact-person__result .contact-person__contact-details p .ce--type-newsletter .form-group:nth-of-type(1) label,.ce--type-newsletter .form-group:nth-of-type(1) .contact-person__result .contact-person__contact-details p label,.contact-person__result .contact-person__contact-details p .ce--type-newsletter .form-group:nth-of-type(2) label,.ce--type-newsletter .form-group:nth-of-type(2) .contact-person__result .contact-person__contact-details p label,.contact-person__result .contact-person__contact-details p .ce--type-newsletter .form-group:nth-of-type(3) label,.ce--type-newsletter .form-group:nth-of-type(3) .contact-person__result .contact-person__contact-details p label{display:block}.contact-person__result .contact-person__contact-details p strong,.contact-person__result .contact-person__contact-details p .ce--type-newsletter .form-group:nth-of-type(1) label,.ce--type-newsletter .form-group:nth-of-type(1) .contact-person__result .contact-person__contact-details p label,.contact-person__result .contact-person__contact-details p .ce--type-newsletter .form-group:nth-of-type(2) label,.ce--type-newsletter .form-group:nth-of-type(2) .contact-person__result .contact-person__contact-details p label,.contact-person__result .contact-person__contact-details p .ce--type-newsletter .form-group:nth-of-type(3) label,.ce--type-newsletter .form-group:nth-of-type(3) .contact-person__result .contact-person__contact-details p label{padding-top:25px}.contact-person__result .contact-person__contact-details p a{text-decoration:none}@media (pointer: fine){.contact-person__result .contact-person__contact-details p a:hover{text-decoration:underline}}.contact-person__result .contact-person__contact-form .ce{padding-top:0}.contact-person__result .contact-person__contact-form form{margin-top:0;max-width:unset}.contact-person__result .contact-person__socials span{display:flex;align-items:center}.contact-person__result .contact-person__socials span:before{position:relative;top:0}.contact-person__result .contact-person__references{border-top:solid 1px var(--black)}.contact-person__result .contact-person__references>header{padding-top:45px;margin-bottom:50px}@media (width >= 768px){.contact-person__result .contact-person__references>header{padding-top:85px;margin-bottom:100px}}.contact-person__result .contact-person__references .reference{position:relative;padding:0;border:none}.contact-person__result .contact-person__references .reference__media{margin:0;width:100%}.contact-person__result .contact-person__references .reference__media img{aspect-ratio:16/9!important;object-fit:cover}.contact-person__result .contact-person__references .reference__content{position:absolute;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;top:0;left:0;width:100%;height:100%;padding:25px;text-align:center;background:rgba(255,255,255,.8666666667);transition:opacity .35s ease-out,backdrop-filter .35s ease-out;opacity:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.contact-person__result .contact-person__references .reference__content header{flex-direction:column-reverse}.contact-person__result .contact-person__references .reference__content .button,.contact-person__result .contact-person__references .reference__content .ce--type-form_formframework form button,.ce--type-form_formframework form .contact-person__result .contact-person__references .reference__content button,.contact-person__result .contact-person__references .reference__content .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .contact-person__result .contact-person__references .reference__content select,.contact-person__result .contact-person__references .reference__content .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .contact-person__result .contact-person__references .reference__content input,.contact-person__result .contact-person__references .reference__content #infobox-login button,#infobox-login .contact-person__result .contact-person__references .reference__content button{margin-top:1em}.contact-person__result .contact-person__references .reference__content:hover{opacity:1}.contact-person__result .contact-person__references .reference--property,.contact-person__result .contact-person__references .reference--immowelt{background:linear-gradient(90deg,var(--gray-lighter),white,var(--gray-lighter));aspect-ratio:1/1!important;display:flex;flex-direction:column;justify-content:center}.contact-person__result .contact-person__references .reference--property .reference__media figure,.contact-person__result .contact-person__references .reference--immowelt .reference__media figure{background:unset!important;mix-blend-mode:darken;margin:25px 0 0 25px}.contact-person__result .contact-person__references .reference--property .reference__media img,.contact-person__result .contact-person__references .reference--immowelt .reference__media img{width:150px;display:block;aspect-ratio:unset!important;object-fit:unset!important;max-height:unset!important}@media (width >= 550px){.contact-person__result .contact-person__references .reference--property .reference__media img,.contact-person__result .contact-person__references .reference--immowelt .reference__media img{width:180px}}.contact-person__result .contact-person__references .reference--property .reference__content,.contact-person__result .contact-person__references .reference--immowelt .reference__content{opacity:1;background-color:unset;position:static;height:unset;width:unset;flex-grow:1;align-items:flex-start;text-align:left}.contact-person__result .contact-person__references .reference--property .reference__content header,.contact-person__result .contact-person__references .reference--immowelt .reference__content header{margin-top:auto}.contact-person__result .contact-person__references .reference--property .reference__content ul,.contact-person__result .contact-person__references .reference--immowelt .reference__content ul{margin-left:25px}.contact-person__result .contact-person__references .reference--property .reference__content p:last-of-type,.contact-person__result .contact-person__references .reference--property .reference__content ul:last-of-type,.contact-person__result .contact-person__references .reference--immowelt .reference__content p:last-of-type,.contact-person__result .contact-person__references .reference--immowelt .reference__content ul:last-of-type{margin-bottom:1em}.contact-person__result .contact-person__references .reference--property .reference__content ul+ul,.contact-person__result .contact-person__references .reference--immowelt .reference__content ul+ul{margin-top:0}.contact-person__result .contact-person__references .reference--property .reference__content .button,.contact-person__result .contact-person__references .reference--property .reference__content .ce--type-form_formframework form button,.ce--type-form_formframework form .contact-person__result .contact-person__references .reference--property .reference__content button,.contact-person__result .contact-person__references .reference--property .reference__content .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .contact-person__result .contact-person__references .reference--property .reference__content select,.contact-person__result .contact-person__references .reference--property .reference__content .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .contact-person__result .contact-person__references .reference--property .reference__content input,.contact-person__result .contact-person__references .reference--property .reference__content #infobox-login button,#infobox-login .contact-person__result .contact-person__references .reference--property .reference__content button,.contact-person__result .contact-person__references .reference--immowelt .reference__content .button,.contact-person__result .contact-person__references .reference--immowelt .reference__content .ce--type-form_formframework form button,.ce--type-form_formframework form .contact-person__result .contact-person__references .reference--immowelt .reference__content button,.contact-person__result .contact-person__references .reference--immowelt .reference__content .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .contact-person__result .contact-person__references .reference--immowelt .reference__content select,.contact-person__result .contact-person__references .reference--immowelt .reference__content .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .contact-person__result .contact-person__references .reference--immowelt .reference__content input,.contact-person__result .contact-person__references .reference--immowelt .reference__content #infobox-login button,#infobox-login .contact-person__result .contact-person__references .reference--immowelt .reference__content button{margin-top:auto}.contact-person__appointment{margin-top:calc(-15rem + 25px);background:var(--black);color:var(--white);border-radius:30px;padding:15px 35px 50px}@media (width >= 940px){.contact-person__appointment{margin-top:-15rem}}.contact-person__appointment h1{font-size:inherit;font-weight:700;padding-bottom:12px;border-bottom:solid 1px var(--white);margin-bottom:35px}.contact-person__appointment .button,.contact-person__appointment .ce--type-form_formframework form button,.ce--type-form_formframework form .contact-person__appointment button,.contact-person__appointment .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .contact-person__appointment select,.contact-person__appointment .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .contact-person__appointment input,.contact-person__appointment #infobox-login button,#infobox-login .contact-person__appointment button{--border-color: var(--white) !important}.contact-person__appointment .button--white,.contact-person__appointment main>.ce--type-text[style*=background-color] .button.button,main>.ce--type-text[style*=background-color] .contact-person__appointment .button.button,.contact-person__appointment main>.ce--type-text[style*=background-color] .ce--type-form_formframework form button,main>.ce--type-text[style*=background-color] .ce--type-form_formframework form .contact-person__appointment button,.contact-person__appointment .ce--type-form_formframework form main>.ce--type-text[style*=background-color] button,.ce--type-form_formframework form main>.ce--type-text[style*=background-color] .contact-person__appointment button,.contact-person__appointment main>.ce--type-text[style*=background-color] .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,main>.ce--type-text[style*=background-color] .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .contact-person__appointment select,.contact-person__appointment .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) main>.ce--type-text[style*=background-color] select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) main>.ce--type-text[style*=background-color] .contact-person__appointment select,.contact-person__appointment main>.ce--type-text[style*=background-color] .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,main>.ce--type-text[style*=background-color] .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .contact-person__appointment input,.contact-person__appointment .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) main>.ce--type-text[style*=background-color] input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) main>.ce--type-text[style*=background-color] .contact-person__appointment input,.contact-person__appointment main>.ce--type-text[style*=background-color] #infobox-login button,main>.ce--type-text[style*=background-color] #infobox-login .contact-person__appointment button,.contact-person__appointment #infobox-login main>.ce--type-text[style*=background-color] button,#infobox-login main>.ce--type-text[style*=background-color] .contact-person__appointment button,.contact-person__appointment form[id*=baufamilienbefragung] .btn-cancel,form[id*=baufamilienbefragung] .contact-person__appointment .btn-cancel,.contact-person__appointment .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .contact-person__appointment input{--color: var(--black)}@media (width >= 940px){.contact-person__appointment .calendar,.contact-person__appointment .form{padding:0 35px}}.contact-person__appointment .calendar__month-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:25px;font-weight:700;padding:5px 38px 5px 15px;margin-bottom:35px;background:var(--white) url(./Media/SelectFill-a08c6961.svg) no-repeat calc(100% - 15px) center;background-size:11px auto}.contact-person__appointment .calendar__month:not(.-visible){display:none}.contact-person__appointment .calendar__week{display:flex}.contact-person__appointment .calendar__week:nth-child(n+2){margin-top:10px}.contact-person__appointment .calendar__day{width:50px;height:50px;display:flex;flex-direction:column;justify-content:center;align-items:center}.contact-person__appointment .calendar__day:not(:first-child){margin-left:10px}.contact-person__appointment .calendar__day--name{font-weight:700}.contact-person__appointment .calendar__day--number{background-color:#222;box-shadow:0 0 3px 3px #222}.contact-person__appointment .calendar__day--available{background-color:#999;box-shadow:0 0 3px 3px #999;cursor:pointer}.contact-person__appointment .calendar__day--available:hover{background-color:#fff;box-shadow:0 0 3px 3px #fff;color:#000}.contact-person__appointment .calendar__legend{margin:35px 0 0 10px}.contact-person__appointment .calendar__legend div{display:flex;align-items:center;margin-top:1em}.contact-person__appointment .calendar__legend div:first-of-type span{background-color:#999;box-shadow:0 0 3px 3px #999}.contact-person__appointment .calendar__legend div:last-of-type span{background-color:#333;box-shadow:0 0 3px 3px #333}.contact-person__appointment .calendar__legend div span{display:block;width:30px;height:30px;margin-right:1em}.contact-person__appointment .form{flex-wrap:wrap;justify-content:space-between;display:none}.contact-person__appointment .form.-visible{display:flex}.contact-person__appointment .form__group{flex-shrink:0;width:100%;margin-top:25px}.contact-person__appointment .form__group label{display:block;font-weight:700}.contact-person__appointment .form__group input,.contact-person__appointment .form__group select{width:100%}.contact-person__appointment .form__group#date label{font-weight:400}.contact-person__appointment .form__group#date input{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent;font-size:36px;color:var(--white);border:none;font-weight:700;margin-bottom:15px}.contact-person__appointment .form__group#time{margin-bottom:25px}.contact-person__appointment .form__group#time label{font-weight:400;font-size:1.2rem}.contact-person__appointment .form__group#time .button,.contact-person__appointment .form__group#time .ce--type-form_formframework form button,.ce--type-form_formframework form .contact-person__appointment .form__group#time button,.contact-person__appointment .form__group#time .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .contact-person__appointment .form__group#time select,.contact-person__appointment .form__group#time .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .contact-person__appointment .form__group#time input,.contact-person__appointment .form__group#time #infobox-login button,#infobox-login .contact-person__appointment .form__group#time button{width:fit-content;padding:5px 35px;margin:15px 25px 0 0}.contact-person__appointment .form__group--sm{width:calc(50% - 25px)}.contact-person__appointment .form__group--check{display:flex;align-items:flex-start;margin-bottom:50px}.contact-person__appointment .form__group--check input{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:0!important;width:30px;height:23px;border-radius:5px!important;display:block;background-color:transparent;border:solid 1px var(--white);margin-right:1em}.contact-person__appointment .form__group--check input:checked{background-color:var(--white)!important}.contact-person__appointment .form__group--check label{font-weight:initial}.contact-person__appointment .form__group--check label a{color:inherit}.contact-person__appointment .form__group:not(#date) label{margin-bottom:5px}.contact-person__appointment .form__group:not(#date) input,.contact-person__appointment .form__group:not(#date) select{background-color:transparent;border:solid 1px var(--white);color:var(--white);padding:8px 15px;border-radius:15px}.contact-person__appointment .form__group:not(#date) select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:url(./Media/SelectFillWhite-61f0b19b.svg) no-repeat calc(100% - 15px) center;background-size:11px auto}.contact-person__appointment .form [type=submit]{margin-left:auto;margin-right:auto}#page[data-page-uid="77"] .ce--type-list--luxhaus_pi3:has(.contact-person__hero){margin-top:0!important}.ce--type-list--luxhaus_map #GermanyMap{max-width:720px;max-height:calc(100vh - var(--nav-height) - 100px);width:auto;height:auto;margin:auto;display:block}@media screen and (min-width: 1280px){.ce--type-list--luxhaus_map #GermanyMap{margin-top:-75px}}.ce--type-list--luxhaus_map #GermanyMap path{fill:url(#GermanyMapGradient)!important;stroke:var(--gray)!important;transition:opacity .25s ease-out,transform .25s ease-out}.ce--type-list--luxhaus_map #GermanyMap path:not([data-link]){cursor:not-allowed}.ce--type-list--luxhaus_map #GermanyMap path[data-link]{cursor:pointer}.ce--type-list--luxhaus_map #GermanyMap path[data-link]:hover{opacity:.5}.ce--type-news_pi1{background:none!important}.ce--type-news_pi1>.header{flex-direction:column}.ce--type-news_pi1>.header:after{content:"Erfahren Sie News und Aktuelles"}.ce--type-news_pi1 .news__list .news__item{margin-top:35px;padding-top:35px}@media (min-width: 768px){.ce--type-news_pi1 .news__list .news__item{display:flex}}.ce--type-news_pi1 .news__list .news__item--hidden{display:none}.ce--type-news_pi1 .news__list .news__item:not(:first-child){border-top:1px solid var(--black)}.ce--type-news_pi1 .news__list .news__image,.ce--type-news_pi1 .news__list .news__content{flex:0 0 50%}.ce--type-news_pi1 .news__list .news__image{margin-bottom:35px}@media (min-width: 768px){.ce--type-news_pi1 .news__list .news__image{margin-bottom:0}}.ce--type-news_pi1 .news__list .news__image img{display:block}.ce--type-news_pi1 .news__list .news__content{box-sizing:border-box}@media (min-width: 768px){.ce--type-news_pi1 .news__list .news__content{display:flex;flex-direction:column;justify-content:center;position:relative;padding:65px 50px 50px}}@media (min-width: 768px){.ce--type-news_pi1 .news__list .news__date{position:absolute;left:0;top:0;width:100%}}.ce--type-news_pi1 .news__list .news__text{font-size:12px}.ce--type-news_pi1 .news__list .news__text+.news__header{margin-top:25px}.ce--type-news_pi1 .news__list .news__link{margin-top:50px;font-size:10px;font-weight:400}.ce--type-news_pi1 .news__list .news__more{margin:100px auto 0}.ce--type-news_pi1 .news__detail{margin-top:-15rem}.ce--type-news_pi1 .news__detail .news__hero:before{content:"";background:linear-gradient(180deg,rgba(0,0,0,.5333333333),rgba(0,0,0,.3333333333) 50%,transparent);position:absolute;left:0;top:0;z-index:2;width:100%;display:block;height:100px}@media (width >= 915px){.ce--type-news_pi1 .news__detail .news__hero:before{height:250px}}.ce--type-news_pi1 .news__detail .news__hero .heading{font-size:36px;line-height:1.2}@media (width < 915px){.ce--type-news_pi1 .news__detail .news__hero .hero__content{position:relative;bottom:0;margin-top:25px;width:calc(100% - 2 * var(--page-padding))}.ce--type-news_pi1 .news__detail .news__hero .hero__content *{color:var(--black)}}@media (width < 915px){.ce--type-news_pi1 .news__detail .news__header{margin:0}}@media (width >= 915px){.ce--type-news_pi1 .news__detail .news__header{background:rgba(0,0,0,.4666666667);padding:35px 25px;border-radius:3px}}.ce--type-news_pi1 .news__detail .news__header time{font-weight:400;margin:0}.ce--type-news_pi1 .news__detail .news__content,.ce--type-news_pi1 .news__detail .news__actions{padding:25px var(--page-padding)}@media (width < 915px){.ce--type-news_pi1 .news__detail .news__actions .button,.ce--type-news_pi1 .news__detail .news__actions .ce--type-form_formframework form button,.ce--type-form_formframework form .ce--type-news_pi1 .news__detail .news__actions button,.ce--type-news_pi1 .news__detail .news__actions .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-news_pi1 .news__detail .news__actions select,.ce--type-news_pi1 .news__detail .news__actions .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-news_pi1 .news__detail .news__actions input,.ce--type-news_pi1 .news__detail .news__actions #infobox-login button,#infobox-login .ce--type-news_pi1 .news__detail .news__actions button{width:100%;box-sizing:border-box}.ce--type-news_pi1 .news__detail .news__actions .button:not(:first-child),.ce--type-news_pi1 .news__detail .news__actions .ce--type-form_formframework form button:not(:first-child),.ce--type-form_formframework form .ce--type-news_pi1 .news__detail .news__actions button:not(:first-child),.ce--type-news_pi1 .news__detail .news__actions .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select:not(:first-child),.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-news_pi1 .news__detail .news__actions select:not(:first-child),.ce--type-news_pi1 .news__detail .news__actions .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input:not(:first-child),.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-news_pi1 .news__detail .news__actions input:not(:first-child),.ce--type-news_pi1 .news__detail .news__actions #infobox-login button:not(:first-child),#infobox-login .ce--type-news_pi1 .news__detail .news__actions button:not(:first-child){margin-top:25px}}@media (width >= 915px){.ce--type-news_pi1 .news__detail .news__actions{display:flex}.ce--type-news_pi1 .news__detail .news__actions .button:first-child,.ce--type-news_pi1 .news__detail .news__actions .ce--type-form_formframework form button:first-child,.ce--type-form_formframework form .ce--type-news_pi1 .news__detail .news__actions button:first-child,.ce--type-news_pi1 .news__detail .news__actions .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select:first-child,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-news_pi1 .news__detail .news__actions select:first-child,.ce--type-news_pi1 .news__detail .news__actions .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input:first-child,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-news_pi1 .news__detail .news__actions input:first-child,.ce--type-news_pi1 .news__detail .news__actions #infobox-login button:first-child,#infobox-login .ce--type-news_pi1 .news__detail .news__actions button:first-child{margin-right:25px}.ce--type-news_pi1 .news__detail .news__actions .button:last-child,.ce--type-news_pi1 .news__detail .news__actions .ce--type-form_formframework form button:last-child,.ce--type-form_formframework form .ce--type-news_pi1 .news__detail .news__actions button:last-child,.ce--type-news_pi1 .news__detail .news__actions .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select:last-child,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-news_pi1 .news__detail .news__actions select:last-child,.ce--type-news_pi1 .news__detail .news__actions .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input:last-child,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-news_pi1 .news__detail .news__actions input:last-child,.ce--type-news_pi1 .news__detail .news__actions #infobox-login button:last-child,#infobox-login .ce--type-news_pi1 .news__detail .news__actions button:last-child{margin-left:auto}}.ce--type-list--luxhaus_pinterest .pinterest__categories{display:flex;flex-wrap:wrap;justify-content:center}.ce--type-list--luxhaus_pinterest .pinterest__category{min-width:unset;padding:5px 15px;margin:0 5px}.ce--type-list--luxhaus_pinterest .pinterest__category.button--black:before,.ce--type-list--luxhaus_pinterest .ce--type-list--luxhaus_pi2 .lexicon__search button.pinterest__category:before,.ce--type-list--luxhaus_pi2 .lexicon__search .ce--type-list--luxhaus_pinterest button.pinterest__category:before,.ce--type-list--luxhaus_pinterest .pinterest__category.btn-primary:before,.ce--type-list--luxhaus_pinterest .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select.pinterest__category:before,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pinterest select.pinterest__category:before,.ce--type-list--luxhaus_pinterest #infobox-login button.pinterest__category:before,#infobox-login .ce--type-list--luxhaus_pinterest button.pinterest__category:before{content:"×";margin-right:.5em;font-size:20px;line-height:20px;display:inline-block;vertical-align:middle;position:relative;top:2px}.ce--type-list--luxhaus_pinterest .pinterest__items{display:flex;gap:10px;margin-top:40px}.ce--type-list--luxhaus_pinterest .pinterest__items[data-column-count="1"]>div{flex:0 0 100%;width:100%}.ce--type-list--luxhaus_pinterest .pinterest__items[data-column-count="2"]>div{flex:0 0 calc(50% - 5px);width:calc(50% - 5px)}.ce--type-list--luxhaus_pinterest .pinterest__items[data-column-count="3"]>div{flex:0 0 calc(33.33% - 5px);width:calc(33.33% - 5px)}.ce--type-list--luxhaus_pinterest .pinterest__items[data-column-count="4"]>div{flex:0 0 calc(25% - 5px);width:calc(25% - 5px)}.ce--type-list--luxhaus_pinterest .pinterest__item{margin-top:10px;overflow:hidden;border-radius:20px}@media (pointer: fine){.ce--type-list--luxhaus_pinterest .pinterest__item:hover img{transform:scale(1.15)}}.ce--type-list--luxhaus_pinterest .pinterest__item--text{background-color:var(--gray-lighter);padding:25px}.ce--type-list--luxhaus_pinterest .pinterest__media img{width:100%;height:auto}@media (pointer: fine){.ce--type-list--luxhaus_pinterest .pinterest__media img{will-change:transform;transition:transform .35s ease-out}}.ce--type-list--luxhaus_reviews{display:flex;justify-content:center;flex-wrap:wrap}.ce--type-list--luxhaus_reviews__item{max-width:300px;display:flex;gap:3rem;position:relative;align-items:center}.ce--type-list--luxhaus_reviews__item figure>svg{width:100px;height:auto}.ce--type-list--luxhaus_reviews__item__rating{position:relative}.ce--type-list--luxhaus_reviews__item__rating svg{position:relative;z-index:3;width:182px;height:auto}.ce--type-list--luxhaus_reviews__item__rating:before,.ce--type-list--luxhaus_reviews__item__rating:after{position:absolute;left:1px;top:1px;content:"";display:block;height:25px}.ce--type-list--luxhaus_reviews__item__rating:before{z-index:1;width:calc(100% - 3px);background-color:#eee}.ce--type-list--luxhaus_reviews__item__rating:after{z-index:2;width:var(--rating-percent);background-color:#ffca00}.ce--type-list--luxhaus_reviews__item__header{font-weight:700}.ce--type-list--luxhaus_reviews__item__link{position:absolute;display:block;left:0;top:0;width:100%;height:100%;z-index:3}.ce--type-list--luxhaus_reviews>p{flex:1 0 100%;text-align:center;margin-top:3rem}.ce--type-list--luxhaus_search #search__form{margin-bottom:50px}.ce--type-list--luxhaus_search #search__form input{min-width:360px;padding:15px;background-color:var(--gray-lighter);border:none}.ce--type-list--luxhaus_search #search__results{margin-bottom:200px}.ce--type-list--luxhaus_search #search__results>p{flex:1 0 100%}.ce--type-list--luxhaus_search #search__results>article{position:relative}.ce--type-list--luxhaus_search #search__results>article img{width:100%;aspect-ratio:16/9;margin-bottom:15px;object-fit:cover}.ce--type-list--luxhaus_search #search__results>article .iterator{background-color:var(--black);font-size:14px}.ce--type-list--luxhaus_search #search__results>article .match{color:inherit;text-decoration:underline;text-underline-offset:.25em}.ce--type-list--luxhaus_search #search__results>article header p{font-size:1.25rem;margin-top:.5em}.ce--type-list--luxhaus_search #search__loader{width:60px;aspect-ratio:4;background:radial-gradient(circle closest-side,#000 90%,rgba(0,0,0,0)) 0/33.3333333333% 100% space;clip-path:inset(0 100% 0 0);animation:l1 1s steps(4) infinite;display:none}.ce--type-list--luxhaus_search #search.-loading #search__loader{display:block;margin-bottom:50px}@keyframes l1{to{clip-path:inset(0 -34% 0 0)}}.ce--type-list--luxhaus_watchlist article{position:relative;display:flex;flex-direction:column}.ce--type-list--luxhaus_watchlist figure{overflow:hidden}.ce--type-list--luxhaus_watchlist figure a{z-index:2}.ce--type-list--luxhaus_watchlist figure img{z-index:1}.ce--type-list--luxhaus_watchlist .button--right{width:100%}.ce--type-list--luxhaus_watchlist p{margin-top:auto}.ce--type-list--luxhaus_watchlist #watchlist{position:relative}.ce--type-list--luxhaus_watchlist #watchlist__share{position:absolute;right:0;top:-100px}@media only screen and (min-width: 768px){.ce--type-list--luxhaus_watchlist #watchlist__share{width:90%;height:50px}}@media only screen and (min-width: 768px){.ce--type-list--luxhaus_watchlist #watchlist__share input,.ce--type-list--luxhaus_watchlist #watchlist__share a{position:absolute;right:0;top:0}}@media only screen and (max-width: 767px){.ce--type-list--luxhaus_watchlist #watchlist__share input,.ce--type-list--luxhaus_watchlist #watchlist__share a{margin-top:1.5rem}}.ce--type-list--luxhaus_watchlist #watchlist__share input{display:none;z-index:10;height:50px;width:300px;background-color:#b6b7b8;border:none;padding-left:1.5rem;padding-right:1.5rem}.ce--type-list--luxhaus_watchlist #watchlist__share a{z-index:1}.ce--type-list--luxhaus_watchlist #watchlist__share span{font-size:1.2rem;position:absolute;right:0;top:50px;color:#de0a2e;margin-top:1.5rem}@media only screen and (min-width: 768px){.ce--type-list[style*=background-color]:not(.ce--type-news_pi1){padding-top:10.5rem;padding-bottom:10.5rem}}@media only screen and (max-width: 767px){.ce--type-list[style*=background-color]:not(.ce--type-news_pi1){padding-top:5.25rem;padding-bottom:5.25rem}}.ce--type-list--gdpr_legal ul+ul,.ce--type-list--gdpr_legal ul+p,.ce--type-list--gdpr_legal ul+header,.ce--type-list--gdpr_legal ul+ol,.ce--type-list--gdpr_legal ol+ul,.ce--type-list--gdpr_legal ol+p,.ce--type-list--gdpr_legal ol+header,.ce--type-list--gdpr_legal ol+ol,.ce--type-list--gdpr_legal p+ul,.ce--type-list--gdpr_legal p+p,.ce--type-list--gdpr_legal p+header,.ce--type-list--gdpr_legal p+ol,.ce--type-list--gdpr_legal header+ul,.ce--type-list--gdpr_legal header+p,.ce--type-list--gdpr_legal header+header,.ce--type-list--gdpr_legal header+ol,.ce--type-list--gdpr_privacy ul+ul,.ce--type-list--gdpr_privacy ul+p,.ce--type-list--gdpr_privacy ul+header,.ce--type-list--gdpr_privacy ul+ol,.ce--type-list--gdpr_privacy ol+ul,.ce--type-list--gdpr_privacy ol+p,.ce--type-list--gdpr_privacy ol+header,.ce--type-list--gdpr_privacy ol+ol,.ce--type-list--gdpr_privacy p+ul,.ce--type-list--gdpr_privacy p+p,.ce--type-list--gdpr_privacy p+header,.ce--type-list--gdpr_privacy p+ol,.ce--type-list--gdpr_privacy header+ul,.ce--type-list--gdpr_privacy header+p,.ce--type-list--gdpr_privacy header+header,.ce--type-list--gdpr_privacy header+ol{margin-top:1.5rem}.ce--type-list--gdpr_legal .partial+.partial,.ce--type-list--gdpr_privacy .partial+.partial{margin-top:3rem}.ce--type-list--gdpr_legal ul,.ce--type-list--gdpr_legal ol,.ce--type-list--gdpr_privacy ul,.ce--type-list--gdpr_privacy ol{padding-left:3rem}@media only screen and (max-width: 767px){.ce--type-list--luxhaus_pi2 .lexicon .flex{margin:0!important}}@media only screen and (min-width: 768px){.ce--type-list--luxhaus_pi2 .lexicon__group{width:20%}.ce--type-list--luxhaus_pi2 .lexicon__group:nth-of-type(4n+2) .lexicon__words{left:-100%;margin-left:-2rem}.ce--type-list--luxhaus_pi2 .lexicon__group:nth-of-type(4n+3) .lexicon__words{left:-200%;margin-left:-4rem}.ce--type-list--luxhaus_pi2 .lexicon__group:nth-of-type(4n+4) .lexicon__words{left:-300%;margin-left:-6rem}}.ce--type-list--luxhaus_pi2 .lexicon__group--expanded .lexicon__words{max-height:2000px;opacity:1}.ce--type-list--luxhaus_pi2 .lexicon__group--expanded .lexicon__letter{background-color:#de0a2e}.ce--type-list--luxhaus_pi2 .lexicon__letter{display:block;color:#fff;background-color:gray;text-align:center;cursor:pointer;transition:background-color .3s linear}@media only screen and (min-width: 768px){.ce--type-list--luxhaus_pi2 .lexicon__letter{font-family:NotoSans,sans-serif;font-weight:300;font-size:4rem;padding-top:3rem;padding-bottom:3rem}}@media only screen and (max-width: 767px){.ce--type-list--luxhaus_pi2 .lexicon__letter{font-family:NotoSans,sans-serif;font-weight:300;font-size:2rem;padding-top:.75rem;padding-bottom:.75rem}}.ce--type-list--luxhaus_pi2 .lexicon__letter:hover{background-color:#de0a2e}.ce--type-list--luxhaus_pi2 .lexicon__words{position:relative;max-height:0;transition:max-height 1s linear,opacity .25s linear;overflow:hidden;opacity:0}@media only screen and (min-width: 768px){.ce--type-list--luxhaus_pi2 .lexicon__words{width:400%}}.ce--type-list--luxhaus_pi2 .lexicon__word{margin-top:1.5rem}.ce--type-list--luxhaus_pi2 .lexicon__word:last-of-type{margin-bottom:1.5rem}.ce--type-list--luxhaus_pi2 .lexicon__word--fade{opacity:.25}.ce--type-list--luxhaus_pi2 .lexicon__search input,.ce--type-list--luxhaus_pi2 .lexicon__search button{display:inline-block;vertical-align:middle}.ce--type-list--luxhaus_pi2 .lexicon__search input{height:50px;padding-left:1.5rem}.ce--type-list--luxhaus_pi2 .lexicon__search button{width:50px;color:transparent;padding:0 0 0 11px;border:none!important;cursor:pointer}.ce--type-list--luxhaus_pi6 .ce--type-hero .ce__content{max-width:480px}.ce--type-list--luxhaus_pi6 .ce--type-textpic img{object-fit:cover}.ce--type-list--luxhaus_pi6 form{position:relative}@media only screen and (min-width: 768px){.ce--type-list--luxhaus_pi6 form{margin:3rem auto 6rem;max-width:300px}}@media only screen and (max-width: 767px){.ce--type-list--luxhaus_pi6 form{width:100%}}.ce--type-list--luxhaus_pi6 form input{height:50px;padding:1.5rem}@media only screen and (min-width: 768px){.ce--type-list--luxhaus_pi6 form input{width:300px}}@media only screen and (max-width: 767px){.ce--type-list--luxhaus_pi6 form input{width:calc(100% - 3rem)}}.ce--type-list--luxhaus_pi6 .ce--type-textpic>header{text-align:center}.ce--type-list--luxhaus_pi6 .ce--type-textpic div+header{margin-top:3rem}.ce--type-list--luxhaus_pi6 .ce--type-textpic img{border:solid 1px rgb(182,183,184)}.ce--type-list--luxhaus_pi6 .property ul{padding-left:1.5em}.ce--type-list--luxhaus_pi6 .property ul+ul{margin-top:0}.ce--type-list--luxhaus_pi6 .property ul li span{white-space:nowrap}.ce--type-list--luxhaus_pi6 .property .button,.ce--type-list--luxhaus_pi6 .property .ce--type-form_formframework form button,.ce--type-form_formframework form .ce--type-list--luxhaus_pi6 .property button,.ce--type-list--luxhaus_pi6 .property .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi6 .property select,.ce--type-list--luxhaus_pi6 .property .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-list--luxhaus_pi6 .property input,.ce--type-list--luxhaus_pi6 .property #infobox-login button,#infobox-login .ce--type-list--luxhaus_pi6 .property button{margin-top:1.5em}.ce--type-list--luxhaus_pi7>.ce__header{text-align:center}@media only screen and (max-width: 767px){.ce--type-list--luxhaus_pi7 .flex+.flex{display:none}}.ce--type-list--luxhaus_pi7>.flex>div{display:flex;flex-direction:column;justify-content:space-between}.ce--type-list--luxhaus_pi7>.flex>div>p{text-align:center;margin-top:1.5rem}.ce--type-list--luxhaus_pi7>.flex>div>p a{color:#de0a2e;text-decoration:none}.ce--type-list--luxhaus_pi7>.flex>div>p a:hover{text-decoration:underline}.ce--type-html iframe{width:100%;border:none}.ce--type-html iframe#luxhaus-360{min-height:720px}.ce--type-html#energieeffizientes-bauen .tooltips{position:relative}.ce--type-html#energieeffizientes-bauen .tooltips img{width:100%;height:auto;border:solid 1px rgb(182,183,184);padding-top:45px}.ce--type-html#energieeffizientes-bauen .tooltips .tooltip{position:absolute;width:0;height:0;cursor:pointer}.ce--type-html#energieeffizientes-bauen .tooltips .tooltip--1{left:58%;top:56%}.ce--type-html#energieeffizientes-bauen .tooltips .tooltip--2{left:13%;top:68%}.ce--type-html#energieeffizientes-bauen .tooltips .tooltip--3{left:20%;top:52%}.ce--type-html#energieeffizientes-bauen .tooltips .tooltip--4{left:61%;top:75%}.ce--type-html#energieeffizientes-bauen .tooltips .tooltip--5{left:38%;top:85%}.ce--type-html#energieeffizientes-bauen .tooltips .tooltip--6{left:94%;top:70%}.ce--type-html#energieeffizientes-bauen .tooltips .tooltip--7{left:74%;top:47%}.ce--type-html#energieeffizientes-bauen .tooltips .tooltip--8{left:52%;top:35%}@media only screen and (min-width: 768px){.ce--type-html#energieeffizientes-bauen .tooltips .tooltip p{position:absolute;opacity:0;top:50%;left:50%;background:rgba(255,255,255,.9);box-shadow:3px 3px 15px #00000080;padding:20px;transition:opacity .3s linear;transform:translate(-50%,-50%);width:300px}}@media only screen and (max-width: 767px){.ce--type-html#energieeffizientes-bauen .tooltips .tooltip p{display:none}}.ce--type-html#energieeffizientes-bauen .tooltips .tooltip:hover{z-index:10}.ce--type-html#energieeffizientes-bauen .tooltips .tooltip:hover p{opacity:1}.ce--type-html#energieeffizientes-bauen .tooltips .tooltip>span:first-of-type{animation:wobble 3s infinite;line-height:.75;width:60px;height:60px;border-radius:60px;display:inline-block;vertical-align:middle;padding:17px 0 0 18px;box-sizing:border-box;background:white;border:solid 1px rgb(109,110,113);color:#6d6e71;top:-30px;left:-30px;position:absolute}.ce--type-html#energieeffizientes-bauen .tooltips .tooltip--1>span:first-of-type,.ce--type-html#energieeffizientes-bauen .tooltips .tooltip--2>span:first-of-type,.ce--type-html#energieeffizientes-bauen .tooltips .tooltip--3>span:first-of-type{background:rgb(222,10,46);color:#fff;border:none}.ce--type-html .tb-google-badge{margin:auto;width:300px}.ce--type-html .tb-google-badge .tb-badge-widget{border-top:none}.ce--type-html .dvinci-job-widget{margin-bottom:100px}.ce--type-image>.ce__header{text-align:center}.ce--type-image .ce__media figure a{display:block;overflow:hidden;color:var(--black)}.ce--type-image .ce__media figure img{width:100%;height:auto;transition:transform .3s ease-in-out;transform-origin:center}.ce--type-image .ce__media figure a:hover img{transform:scale(.9)}.ce--type-image .ce__media figcaption{font-family:OpenSans,Arial,sans-serif;font-size:1.2rem}#page-236 .ce--type-image{padding-bottom:5em}#page-236 .ce--type-image figure{position:relative;height:0;padding-top:calc((100% - 12rem) / 3)}@media screen and (min-width: 768px) and (max-width: 1279px){#page-236 .ce--type-image figure{width:calc(50% - 3rem * var(--gap-scaling));padding-top:calc((100% - 12rem)/2)}}@media screen and (max-width: 767px){#page-236 .ce--type-image figure{width:100%;padding-top:calc((100% - 12rem)/2)}}@media screen and (max-width: 579px){#page-236 .ce--type-image figure{padding-top:calc(100% - 12rem)}}#page-236 .ce--type-image figure a:after{content:"";height:50%;background:linear-gradient(0deg,rgba(0,0,0,.8) 0%,rgba(0,0,0,0) 75%);z-index:2;mix-blend-mode:multiply}#page-236 .ce--type-image figure:hover a:after,#page-236 .ce--type-image figure:hover figcaption{transform:scale(.9)}#page-236 .ce--type-image figure img{z-index:1;top:0;height:100%;object-fit:cover;object-position:center}#page-236 .ce--type-image figure figcaption,#page-236 .ce--type-image figure img,#page-236 .ce--type-image figure a:after{position:absolute;left:0;width:100%}#page-236 .ce--type-image figure figcaption,#page-236 .ce--type-image figure a:after{bottom:0;transition:transform .3s ease-in-out}#page-236 .ce--type-image figure figcaption{font-family:NotoSans,sans-serif;font-weight:300;font-size:1.8em;z-index:3;color:#fff;padding:.9em;box-sizing:border-box;line-height:1.25}.ce--type-image .images-from-dir{display:flex;flex-wrap:wrap;justify-content:space-between}.ce--type-image .images-from-dir .image-from-dir{width:calc(50% - 4px);margin-top:6px}@media (width > 768px){.ce--type-image .images-from-dir .image-from-dir{width:calc(33.3333333333% - 4px)}}@media (width > 1280px){.ce--type-image .images-from-dir .image-from-dir{width:calc(20% - 4px)}}.ce--type-image .images-from-dir .image-from-dir a{display:block;overflow:hidden}.ce--type-image .images-from-dir .image-from-dir a img{display:block}@media (pointer: fine){.ce--type-image .images-from-dir .image-from-dir a img{transition:transform .5s ease-out}.ce--type-image .images-from-dir .image-from-dir a img:hover{transform:scale(1.2)}}.image-teasers{margin:calc(2 * var(--page-padding)) var(--page-padding) 0}@media (min-width: 1280px){.image-teasers{margin:calc(2 * var(--page-padding)) calc(2 * var(--page-padding)) 0}}.image-teasers__header{position:relative;z-index:2}.image-teasers__header,.image-teasers__bodytext{text-align:center}.image-teasers__bodytext{max-width:900px;margin-left:auto;margin-right:auto;margin-bottom:50px}@media (min-width: 768px){.image-teasers__bodytext{margin-bottom:100px}}.image-teasers--stripes .image-teaser{position:relative;overflow:hidden;height:0;padding-top:21%;transition:padding-top .35s ease-out}@media (min-width: 768px){.image-teasers--stripes .image-teaser{padding-top:18%}.image-teasers--stripes .image-teaser:nth-child(odd){margin-left:calc(2 * var(--page-padding));margin-right:calc(2 * var(--page-padding))}}.image-teasers--stripes .image-teaser:not(:first-child){margin-top:20px}.image-teasers--stripes .image-teaser__media img{position:absolute;left:0;top:50%;width:100%;height:100%;transform:translateY(-50%);object-fit:cover;object-position:center}.image-teasers--stripes .image-teaser__link{position:absolute;z-index:3;left:0;top:0;width:100%;height:100%;white-space:nowrap;text-indent:10000em}.image-teasers--stripes .image-teaser__button{transition:opacity .35s ease-out;position:absolute;z-index:4;bottom:50%;left:50%;transform:translate(-50%,50%);border:none!important;opacity:0;white-space:nowrap}@media (min-width: 768px){.image-teasers--stripes .image-teaser__button{bottom:50px;transform:translate(-50%)}}.image-teasers--stripes .image-teaser.-expand{padding-top:56.25%}.image-teasers--stripes .image-teaser.-expand .image-teaser__button{opacity:1}.image-teasers--carousel .image-teaser{box-sizing:border-box;padding:0 50px;position:relative}@media (min-width: 768px){.image-teasers--carousel .image-teaser{padding:0 25px}}@media (min-width: 768px){.image-teasers--carousel .image-teaser__media{transition:transform .25s ease-out;transform:translateY(50px)}}.image-teasers--carousel .image-teaser__media img{overflow:hidden;display:block;object-fit:cover}.image-teasers--carousel .image-teaser:not(.image-teaser--with-title-and-link) .image-teaser__link{opacity:0;position:absolute;left:0;top:0;height:100%;width:100%}.image-teasers--carousel .image-teaser:not(.image-teaser--with-title-and-link) .image-teaser__button{margin:25px auto 10px}@media (min-width: 768px){.image-teasers--carousel .image-teaser:not(.image-teaser--with-title-and-link) .image-teaser__button{transition:opacity .35s ease-out;opacity:0}}@media (pointer: fine){.image-teasers--carousel .image-teaser:not(.image-teaser--with-title-and-link):hover .button,.image-teasers--carousel .image-teaser:not(.image-teaser--with-title-and-link):hover .ce--type-form_formframework form button,.ce--type-form_formframework form .image-teasers--carousel .image-teaser:not(.image-teaser--with-title-and-link):hover button,.image-teasers--carousel .image-teaser:not(.image-teaser--with-title-and-link):hover .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .image-teasers--carousel .image-teaser:not(.image-teaser--with-title-and-link):hover select,.image-teasers--carousel .image-teaser:not(.image-teaser--with-title-and-link):hover .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .image-teasers--carousel .image-teaser:not(.image-teaser--with-title-and-link):hover input,.image-teasers--carousel .image-teaser:not(.image-teaser--with-title-and-link):hover #infobox-login button,#infobox-login .image-teasers--carousel .image-teaser:not(.image-teaser--with-title-and-link):hover button{color:var(--white);background-color:var(--black)}}.image-teasers--carousel .image-teaser.image-teaser--with-title-and-link .image-teaser__media:before{position:absolute;bottom:0;width:100%;left:0;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.6666666667),transparent);content:"";z-index:2}.image-teasers--carousel .image-teaser.image-teaser--with-title-and-link .image-teaser__header{position:absolute;z-index:3;left:50%;transform:translate(-50%);color:var(--white);text-align:center;bottom:80px;width:90%}@media (width >= 768px){.image-teasers--carousel .image-teaser.image-teaser--with-title-and-link .image-teaser__header{bottom:30px}}@media (width >= 1280px){.image-teasers--carousel .image-teaser.image-teaser--with-title-and-link .image-teaser__header{bottom:55px}}.image-teasers--carousel .image-teaser.image-teaser--with-title-and-link .image-teaser__link{position:absolute;z-index:3;left:50%;transform:translate(-50%);white-space:nowrap;bottom:25px}@media (width >= 768px){.image-teasers--carousel .image-teaser.image-teaser--with-title-and-link .image-teaser__link{bottom:-25px}}@media (width >= 1280px){.image-teasers--carousel .image-teaser.image-teaser--with-title-and-link .image-teaser__link{bottom:0}}.image-teasers--carousel [data-teasers="1"],.image-teasers--carousel [data-teasers="2"],.image-teasers--carousel [data-teasers="3"]{margin-bottom:50px}@media (width < 768px){.image-teasers--carousel [data-teasers="1"] .image-teaser,.image-teasers--carousel [data-teasers="2"] .image-teaser,.image-teasers--carousel [data-teasers="3"] .image-teaser{padding:0}}@media (width >= 768px){.image-teasers--carousel [data-teasers="1"],.image-teasers--carousel [data-teasers="2"],.image-teasers--carousel [data-teasers="3"]{margin-bottom:200px}}@media (width >= 768px) and (width < 1280px){.image-teasers--carousel [data-teasers="1"] .image-teaser,.image-teasers--carousel [data-teasers="2"] .image-teaser,.image-teasers--carousel [data-teasers="3"] .image-teaser{padding:0 10px}}.image-teasers--carousel [data-teasers="1"][data-teasers="1"] .image-teaser__media img,.image-teasers--carousel [data-teasers="2"][data-teasers="1"] .image-teaser__media img,.image-teasers--carousel [data-teasers="3"][data-teasers="1"] .image-teaser__media img{aspect-ratio:3/2!important}@media (width < 768px){.image-teasers--carousel [data-teasers="1"][data-teasers="2"] .image-teaser+.image-teaser,.image-teasers--carousel [data-teasers="2"][data-teasers="2"] .image-teaser+.image-teaser,.image-teasers--carousel [data-teasers="3"][data-teasers="2"] .image-teaser+.image-teaser{margin-top:25px}}@media (width >= 768px){.image-teasers--carousel [data-teasers="1"][data-teasers="2"],.image-teasers--carousel [data-teasers="2"][data-teasers="2"],.image-teasers--carousel [data-teasers="3"][data-teasers="2"]{display:flex}}.image-teasers--carousel [data-teasers="1"][data-teasers="2"] .image-teaser__media img,.image-teasers--carousel [data-teasers="2"][data-teasers="2"] .image-teaser__media img,.image-teasers--carousel [data-teasers="3"][data-teasers="2"] .image-teaser__media img{aspect-ratio:4/3!important}@media (width < 1024px){.image-teasers--carousel [data-teasers="1"][data-teasers="3"] .image-teaser+.image-teaser,.image-teasers--carousel [data-teasers="2"][data-teasers="3"] .image-teaser+.image-teaser,.image-teasers--carousel [data-teasers="3"][data-teasers="3"] .image-teaser+.image-teaser{margin-top:25px}}@media (width >= 1024px){.image-teasers--carousel [data-teasers="1"][data-teasers="3"],.image-teasers--carousel [data-teasers="2"][data-teasers="3"],.image-teasers--carousel [data-teasers="3"][data-teasers="3"]{display:flex}}.image-teasers--carousel [data-teasers="1"][data-teasers="3"] .image-teaser__media img,.image-teasers--carousel [data-teasers="2"][data-teasers="3"] .image-teaser__media img,.image-teasers--carousel [data-teasers="3"][data-teasers="3"] .image-teaser__media img{aspect-ratio:5/4!important}@media (min-width: 768px) and (max-width: 1279px){.image-teasers--carousel .slider{margin-left:35px;margin-right:35px;width:calc(100% - 70px)}}.image-teasers--carousel .slider__viewport{position:relative}.image-teasers--carousel .slider__viewport:before,.image-teasers--carousel .slider__viewport:after{content:"";background:red;width:20px;height:100%;position:absolute;top:0;z-index:2;background:linear-gradient(90deg,white,transparent)}.image-teasers--carousel .slider__viewport:before{left:0}.image-teasers--carousel .slider__viewport:after{right:0;transform:rotate(180deg)}.image-teasers--carousel .slider__control{position:absolute;z-index:3;top:50%;border:none;background:transparent url(./Media/Arrow-b57a93ca.svg) no-repeat center;background-size:100% auto;color:transparent;width:25px;height:45px}@media (min-width: 768px){.image-teasers--carousel .slider__control{top:calc(50% + 75px)}}.image-teasers--carousel .slider__control--previous{transform:rotate(180deg);left:22px}@media (min-width: 1024px){.image-teasers--carousel .slider__control--previous{left:var(--page-padding)}}.image-teasers--carousel .slider__control--next{right:22px}@media (min-width: 1024px){.image-teasers--carousel .slider__control--next{right:var(--page-padding)}}@media (min-width: 768px){.image-teasers--carousel .slider__item--next .image-teaser__media{transform:translateY(0)}.image-teasers--carousel .slider__item--next .image-teaser__button{opacity:1!important}}@media (min-width: 768px){.image-teasers--background{margin-top:150px}}@media (min-width: 768px){.image-teasers--background .image-teaser:first-of-type{margin-top:-250px}}.image-teasers--background .image-teaser__media{opacity:.5}.image-teasers--background .image-teaser__media img{width:100%}@media (min-width: 1024px){.image-teasers--background .image-teaser__media img{width:85%}}.image-teasers--background .image-teaser__content{width:100%;position:relative;top:-25vw;margin-bottom:-20vw}@media (min-width: 768px){.image-teasers--background .image-teaser__content{margin-left:auto;width:475px}}.image-teasers--background .image-teaser__content p{font-size:30px;line-height:50px;margin-bottom:50px;-webkit-hyphens:auto;hyphens:auto}@media (min-width: 768px){.image-teasers--background .image-teaser__content p{font-size:40px}}.milestones__header{position:relative}.milestones__header:before{position:absolute;left:0;top:52%;content:"";height:1px;width:100%;background-color:var(--black)}.milestones__header .heading{position:relative;z-index:2;background-color:var(--white);padding:0 15px;width:fit-content;margin:0 auto;line-height:1}.milestones__bodytext{margin-top:-1em}.milestones .milestone{margin-top:2.5em;padding:0 50px;box-sizing:border-box;position:relative;z-index:1}@media (min-width: 768px){.milestones .milestone{padding:2.5em 25px}}.milestones .milestone__media img{width:100%;border-radius:25px}.milestones .milestone__year{line-height:1;margin-bottom:1em}.milestones .slider__viewport{position:relative}.milestones .slider__viewport:before,.milestones .slider__viewport:after{content:"";background:red;width:20px;height:100%;position:absolute;top:0;z-index:2;background:linear-gradient(90deg,white,transparent)}.milestones .slider__viewport:before{left:0}.milestones .slider__viewport:after{right:0;transform:rotate(180deg)}.milestones .slider__control{position:absolute;z-index:3;top:50%;border:none;background:transparent url(./Media/Arrow-b57a93ca.svg) no-repeat center;background-size:100% auto;color:transparent;width:25px;height:45px}.milestones .slider__control--previous{transform:rotate(180deg);left:22px}@media (min-width: 1024px){.milestones .slider__control--previous{left:var(--page-padding)}}.milestones .slider__control--next{right:22px}@media (min-width: 1024px){.milestones .slider__control--next{right:var(--page-padding)}}.ce--type-list--luxhaus_pi4 .ce--type-newsletter{border-top:solid 1px rgba(109,110,113,.5)}.ce--type-newsletter .flex{flex-wrap:wrap}@media only screen and (min-width: 1024px){.ce--type-newsletter .flex{margin-left:-15px;margin-right:-15px}}.ce--type-newsletter .form-group{flex:1 0 100%;font-size:1.6rem;color:#6d6e71}@media only screen and (min-width: 768px){.ce--type-newsletter .form-group{margin-left:15px;margin-right:15px}}@media only screen and (min-width: 1024px){.ce--type-newsletter .form-group:nth-of-type(1),.ce--type-newsletter .form-group:nth-of-type(2),.ce--type-newsletter .form-group:nth-of-type(3){flex:0 1 33.33%;width:33.33%;padding-left:15px;padding-right:15px;margin-left:0;margin-right:0}}.ce--type-newsletter .form-group:nth-of-type(1) label,.ce--type-newsletter .form-group:nth-of-type(2) label,.ce--type-newsletter .form-group:nth-of-type(3) label{margin-bottom:1.5rem}.ce--type-newsletter .form-group:nth-of-type(1) input,.ce--type-newsletter .form-group:nth-of-type(2) input,.ce--type-newsletter .form-group:nth-of-type(3) input{width:100%}.ce--type-newsletter .form-group.checkbox-inline{margin-top:15px}.ce--type-newsletter .form-group.checkbox-inline input{margin-right:1rem}@media only screen and (min-width: 768px){.ce--type-newsletter .form-group button{float:right}}@media only screen and (max-width: 767px){.ce--type-newsletter .form-group button{display:block;width:100%}}.ce--type-newsletter .form-group a{color:#de0a2e}@media only screen and (max-width: 767px){.ce--type-newsletter .form-group div[style*=padding]{padding-left:0!important}.ce--type-newsletter .form-group div[style*=padding] img{position:relative!important;top:auto!important;display:block;margin-bottom:1rem}}.ce--type-newsletter p.form-group{margin-top:15px;margin-bottom:15px;flex:1 0 100%!important}.flex>.ce--type-newsletter{margin-left:0;margin-right:0;margin-bottom:5rem}.flex>.ce--type-newsletter .flex{margin-top:0}.flex>.ce--type-newsletter .form-group{flex:1 0 100%;width:100%}.flex>.ce--type-newsletter .form-group:nth-of-type(1),.flex>.ce--type-newsletter .form-group:nth-of-type(2){margin-bottom:7px}.flex>.ce--type-newsletter .form-group label{margin:0 0 5px}.numberlist{list-style:none}.numberlist__item{border:solid 2px var(--black);padding:10px 40px 20px}.numberlist__item:not(:first-child){margin-top:8px}.numberlist__header{background-color:var(--black);display:flex;align-items:center;width:fit-content;color:var(--white);height:45px;border-radius:55px;padding:0 15px;margin-bottom:.35em;margin-left:-20px}.ce--quote+.ce--quote{margin-top:50px!important}.flex>.ce--quote+.ce--quote{margin-top:calc(3rem * var(--gap-scaling))!important}.ce--quote:has(.quote--big)+.ce--quote:has(.quote--big){margin-top:0!important}.quote{display:flex}@media (width >= 1024px){.quote--image-right{flex-direction:row-reverse!important}}.quote__header .header{line-height:1;margin-bottom:.5em}.quote__header+.quote{margin-top:35px}.quote__image img{display:block}.quote--small{flex-direction:column}@media (width >= 1024px){.quote--small{flex-direction:row;align-items:center}}@container flex-column (width < 1024px){.quote--small{flex-direction:column;margin-left:0;margin-right:0;align-items:center}}.quote--small .quote__image,.quote--small .quote__content{position:relative;flex-grow:0;flex-shrink:0}.quote--small .quote__image{width:100%}@media (width >= 1024px){.quote--small .quote__image{width:50%}}@container flex-column (width < 1024px){.quote--small .quote__image{width:100%}}.quote--small .quote__content{z-index:2;padding:30px 25px;box-sizing:border-box;background:var(--white);line-height:1.75;width:100%}@media (width >= 512px){.quote--small .quote__content{padding:60px 50px}}@media (width >= 1024px){.quote--small .quote__content{width:calc(50% + 50px)}}@container flex-column (width < 1024px){.quote--small .quote__content{width:calc(100% - 50px)}}.quote--small .quote__content--default{border:solid 1px var(--gray-lighter)}.quote--small .quote__content--black{background:var(--black);color:var(--white)}.quote--small .quote__content--gray{background:var(--gray);color:var(--white)}.quote--small .quote__author{font-weight:700;font-size:13px}@media (width >= 1024px){.quote--small.quote--image-right .quote__content{margin-right:-50px}}@container flex-column (width < 1024px){.quote--small.quote--image-right .quote__content{margin-right:0;margin-top:-25px}}@media (width >= 1024px){.quote--small.quote--image-left .quote__content{margin-left:-50px}}@container flex-column (width < 1024px){.quote--small.quote--image-left .quote__content{margin-left:0;margin-top:-25px}}.quote--small-old{border:solid 1px var(--black)}@media (max-width: 1023px){.quote--small-old{flex-direction:column}}.quote--small-old .quote__image,.quote--small-old .quote__content{flex:0 0 50%}@media (min-width: 1024px){.quote--small-old .quote__image img{min-height:100%;object-fit:cover}}.quote--small-old .quote__content{box-sizing:border-box;padding:90px 35px 90px 95px;background:url(./Media/Quote-eb875df5.svg) no-repeat 50px 50px;background-size:40px auto}@media (min-width: 1280px){.quote--small-old .quote__quote{font-size:20px}.quote--small-old .quote__author{font-size:25px}}.quote--big{flex-direction:column}@media (width > 1024px){.quote--big{flex-direction:row;align-items:center;height:50vw;max-height:800px}}.quote--big.quote--black{background:var(--black);color:var(--white)}.quote--big.quote--gray{background:var(--gray-lighter)}.quote--big.quote--default{border-top:solid 1px var(--gray-lighter);border-bottom:solid 1px var(--gray-lighter)}@media (width < 1024px){.quote--big.quote--image-right .quote__content{padding-right:var(--page-padding)}}@media (width < 1024px){.quote--big.quote--image-left .quote__content{padding-left:var(--page-padding)}}.quote--big .quote__image{flex-shrink:0;position:relative;width:100%;height:100vw}@media (width > 1024px){.quote--big .quote__image{align-items:center;align-self:stretch;width:50vw;height:50vw;overflow:hidden}}@media (width >= 1600px){.quote--big .quote__image{width:800px;height:800px}}.quote--big .quote__image img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.quote--big .quote__content{padding:30px 25px;line-height:1.75;flex-shrink:1}@media (width >= 512px){.quote--big .quote__content{padding:60px 50px}}.quote--big .quote__author{font-weight:700;font-size:13px}.quote--big-old{border:solid 1px var(--black)}@media (max-width: 767px){.quote--big-old{flex-direction:column-reverse}}@media (width >= 768px){.quote--big-old .quote__header{padding-left:50px}}.quote--big-old .quote__header .heading{line-height:1.15}@media (max-width: 767px){.quote--big-old .quote__header .heading{padding:0 25px}}@media (max-width: 1079px){.quote--big-old .quote__header .heading{font-size:36px}}.quote--big-old .quote__header+.quote__quote{padding:25px 25px 0 40px}@media (min-width: 768px){.quote--big-old .quote__header+.quote__quote{padding:50px 0 0 50px}}@media (min-width: 1080px){.quote--big-old .quote__header+.quote__quote{padding:100px 0 0 50px}}.quote--big-old .quote__image{flex:0 0 30%}.quote--big-old .quote__image img{min-height:100%;object-fit:cover;object-position:bottom right}.quote--big-old .quote__content{padding-top:35px}@media (min-width: 768px){.quote--big-old .quote__content{padding:50px 25px 50px 0}}.quote--big-old .quote__quote{padding:25px 25px 0 40px}.quote--big-old .quote__quote:before,.quote--big-old .quote__quote:after{content:"";width:20px;height:20px;background:url(./Media/Quote2-ce7aaaf5.svg) no-repeat center;background-size:100% auto;position:relative}.quote--big-old .quote__quote:before{left:-10px;display:block}.quote--big-old .quote__quote:after{display:inline-block;transform:rotate(180deg);top:1.6em;left:-12px}.quote--big-old .quote__author{font-weight:700;padding-left:25px;margin-top:2em}@media (min-width: 768px){.quote--big-old .quote__author{padding-left:0}}@media (min-width: 1024px){.quote--big-old .quote__author{text-align:right;padding-right:50px}}@media (width >= 768px){.quote--big-old.quote--image-none .quote__header{padding-left:50px}.quote--big-old.quote--image-none .quote__header+.quote__quote{padding-top:45px}}@media (width < 768px){.quote--big-old.quote--image-none .quote__content{padding-bottom:50px}}@media (width >= 768px){.quote--big-old.quote--image-none .quote__author{padding-left:50px}}@media only screen and (min-width: 1200px){.ce--type-simple-cta .ce__content{display:flex;justify-content:space-between;align-items:center}}@media only screen and (min-width: 1200px){.ce--type-simple-cta .ce__content .ce__text{text-align:center;max-width:360px;padding-top:0}}@media only screen and (max-width: 1199px){.ce--type-simple-cta .ce__content .ce__text{padding-bottom:1.5rem}}@media (max-width: 767px){main>.ce--type-slider:nth-child(2){margin-top:calc(-1 * var(--nav-height))}}main>.ce--type-slider:last-child{margin-bottom:0!important}.ce--type-slider .slider{position:relative;height:calc(100vh - var(--nav-height))}@media (max-width: 767px){.ce--type-slider .slider{height:50vh}}.ce--type-slider .slider__item{position:relative;height:calc(100vh - var(--nav-height))}@media (max-width: 767px){.ce--type-slider .slider__item{height:50vh}}.ce--type-slider .slider__item>figure{position:relative;z-index:1}.ce--type-slider .slider__item>figure img{width:100vw;height:calc(100vh - var(--nav-height));object-fit:cover}@media (max-width: 767px){.ce--type-slider .slider__item>figure img{height:50vh}}.ce--type-slider .slider__item>article{position:absolute;z-index:2;bottom:0;left:0;right:0;padding:100px 0 60px var(--page-margin-left);margin-left:calc(1.5rem * var(--gap-scaling));margin-right:calc(1.5rem * var(--gap-scaling));background:linear-gradient(360deg,rgba(0,0,0,.65),transparent)}@media (max-width: 768px){.ce--type-slider .slider__item>article{padding-right:var(--page-margin-left)}}.ce--type-slider .slider__item>article header{color:#fff;text-shadow:2px 2px 2px rgba(0,0,0,.65)}.ce--type-slider .slider__item>article header *:not(p){font-family:NotoSans,sans-serif;font-weight:300;font-size:2.8em}.ce--type-slider .slider__item>article header p{margin-top:.15em}@media (min-width: 768px){.ce--type-slider .slider__item>article header{max-width:calc(100% - 640px)}}.ce--type-slider .slider__item>article a{margin-top:1em}.ce--type-slider .slider__item>aside{position:absolute;right:50px;bottom:60px;z-index:3;color:#fff;background:rgba(0,0,0,.45);display:flex;height:117px}@media (max-width: 1279px){.ce--type-slider .slider__item>aside{display:none}}.ce--type-slider .slider__item>aside img{width:200px;height:117px}.ce--type-slider .slider__item>aside div{padding:10px 15px;display:flex;flex-direction:column;justify-content:space-between;min-width:285px}.ce--type-slider .slider__item>aside div span{font-size:1.2rem}.ce--type-slider .slider__item>aside div span:first-child{color:var(--red)}.ce--type-slider .slider__item>aside div span:nth-child(2){font-weight:700}.ce--type-slider .slider__item>aside div span:last-child{text-align:right}.ce--type-slider .slider__navigation{position:absolute;z-index:100000;bottom:35px;left:0;right:0;display:flex;justify-content:center}@media (min-width: 1280px){.ce--type-slider .slider__navigation{display:none}}.ce--type-slider .slider__navigation__item{height:4px;width:40px;text-indent:1000em;overflow:hidden;background-color:#fff3;margin:0 3px;cursor:pointer}.ce--type-slider .slider__navigation__item:hover,.ce--type-slider .slider__navigation__item--current{background-color:#fff}.ce--type-slider .slider__control--previous{display:none}.ce--type-slider .slider__control--next{position:absolute;z-index:10001;right:50px;bottom:60px;height:117px;width:485px;opacity:0}@media only screen and (min-width: 768px){main>.ce--type-text:not(.ce--layout-single-column) .ce__text{column-count:2;column-gap:7.5rem}}main>.ce--type-text[style*=background-color] *{color:#fff}.textmedia{display:flex;align-items:center;flex-wrap:wrap}@media (width >= 880px){.textmedia--top{align-items:flex-start}.textmedia--bottom{align-items:flex-end}}.textmedia__media,.textmedia__text{box-sizing:border-box}.textmedia__media{display:flex;flex-wrap:wrap;width:100%}@media (width < 768px){.textmedia__media{--imagecols: 1 !important}}.textmedia__media figure{flex:0 0 calc(100% / var(--imagecols))}.textmedia__media a{color:var(--black)}.textmedia__media video,.textmedia__media img,.textmedia__media iframe{width:100%;height:auto}.textmedia__media img[src*=icon],.textmedia__media img[src*=Icon],.textmedia__media img[src*=".svg"]{width:100px;height:100px;margin:auto;display:block}.textmedia__media iframe{aspect-ratio:16/9;border:none}.textmedia__media .gdpr-blocked-content__icon{width:200px;height:auto;margin-bottom:1em}.textmedia__media .gdpr-blocked-content__content{font-size:12px;box-sizing:border-box}.textmedia__media .gdpr-blocked-content__content .button,.textmedia__media .gdpr-blocked-content__content .ce--type-form_formframework form button,.ce--type-form_formframework form .textmedia__media .gdpr-blocked-content__content button,.textmedia__media .gdpr-blocked-content__content .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .textmedia__media .gdpr-blocked-content__content select,.textmedia__media .gdpr-blocked-content__content .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .textmedia__media .gdpr-blocked-content__content input,.textmedia__media .gdpr-blocked-content__content #infobox-login button,#infobox-login .textmedia__media .gdpr-blocked-content__content button{border:solid 1px var(--white)}.textmedia__media figcaption{font-style:italic;font-size:14px;margin-top:.25em}@media (width < 880px){.textmedia__text{margin-top:25px}}.textmedia--left .textmedia__media,.textmedia--left .textmedia__text,.textmedia--right .textmedia__media,.textmedia--right .textmedia__text{box-sizing:border-box}@media (width < 880px){.textmedia--left .textmedia__media,.textmedia--left .textmedia__text,.textmedia--right .textmedia__media,.textmedia--right .textmedia__text{width:100%}}@media (width >= 880px){.textmedia--left .textmedia__media,.textmedia--left .textmedia__text,.textmedia--right .textmedia__media,.textmedia--right .textmedia__text{width:50%;flex-shrink:0}}@media (width >= 880px){.textmedia--left .textmedia__text{padding-left:25px}}@media (width >= 1280px){.textmedia--left .textmedia__text{padding-left:50px}}@media (width >= 880px){.textmedia--left .textmedia__media{padding-right:25px}}@media (width >= 1280px){.textmedia--left .textmedia__media{padding-right:50px}}@media (width >= 880px){.textmedia--right{flex-direction:row-reverse}}@media (width >= 880px){.textmedia--right .textmedia__text{padding-right:25px}}@media (width >= 1280px){.textmedia--right .textmedia__text{padding-right:50px}}@media (width >= 880px){.textmedia--right .textmedia__media{padding-left:25px}}@media (width >= 1280px){.textmedia--right .textmedia__media{padding-left:50px}}.textmedia--above .textmedia__text{width:100%;margin-top:50px}.textmedia--below{flex-direction:column-reverse}.textmedia--below .textmedia__media img,.textmedia--below .textmedia__media video{width:100%}.textmedia--below .textmedia__text{margin-top:0!important;margin-bottom:25px}@media (width >= 880px){.textmedia--below .textmedia__text{margin-bottom:150px}.flex .textmedia--below .textmedia__text{margin-bottom:2em}}.textmedia--below .textmedia__text header{margin-bottom:0}.textmedia--domino{border:solid 2px var(--black);margin-left:var(--page-padding);margin-right:var(--page-padding);align-items:stretch}.textmedia--domino .textmedia__text{background-color:var(--black);color:var(--white);padding:50px}@media (width < 880px){.textmedia--mobile-below{flex-direction:column-reverse!important}.textmedia--mobile-below .textmedia__text{margin-top:0}.textmedia--mobile-below .textmedia__media{margin-top:25px}}.ce--type-textpic>header{margin-bottom:25px}.ce--type-container .ce--type-textpic>header{margin-left:unset;margin-right:unset}@media (width >= 880px){.ce--type-textpic>header{margin-bottom:50px}}.ce--type-visual-cta{overflow:hidden}@media only screen and (max-width: 767px){.ce--type-visual-cta{padding-top:100%}}.ce--type-visual-cta:after{content:"";background:rgba(0,0,0,.4);position:absolute;z-index:2;left:0;top:0;width:100%;height:100%}.ce--type-visual-cta .ce__media figure,.ce--type-visual-cta .ce__media img,.ce--type-visual-cta .ce__media{position:absolute;z-index:1;left:0;width:100%;top:0}.ce--type-visual-cta .ce__media,.ce--type-visual-cta .ce__media img{height:100%}@media only screen and (max-width: 767px){.ce--type-visual-cta .ce__media figure{transform:none!important}}.ce--type-visual-cta .ce__media figure img{object-fit:cover;object-position:center}.ce--type-visual-cta.ce--effects-enabled .ce__media figure{height:120%!important}.ce--type-visual-cta:not(.ce--effects-enabled) .ce__media figure{height:100%}.ce--type-visual-cta .ce__text,.ce--type-visual-cta .ce__header{position:absolute;z-index:3;color:#fff}.ce--type-visual-cta .ce__header{text-align:center;top:50%;width:100%;left:0;transform:translateY(-50%)}.ce--type-visual-cta .ce__header a{text-decoration:none;color:inherit}.ce--type-visual-cta .ce__text{right:0;left:0;bottom:5.25rem;text-align:left}@media only screen and (max-width: 767px){.ce--type-visual-cta .ce__text{bottom:auto;top:50%;margin:1.5rem}}@media only screen and (min-width: 768px){.ce--type-visual-cta .ce__text .button,.ce--type-visual-cta .ce__text .ce--type-form_formframework form button,.ce--type-form_formframework form .ce--type-visual-cta .ce__text button,.ce--type-visual-cta .ce__text .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) select,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-visual-cta .ce__text select,.ce--type-visual-cta .ce__text .ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) input,.ce--type-list--luxhaus_pi4 form:not(.newsletter2go):not([id*=newsletter]) .ce--type-visual-cta .ce__text input,.ce--type-visual-cta .ce__text #infobox-login button,#infobox-login .ce--type-visual-cta .ce__text button{position:absolute;bottom:0;right:0;margin-top:0}}iframe[data-src],iframe[src]+.gdpr-blocked-content{display:none}.gdpr-blocked-content{position:relative;height:0;padding-top:56.25%;background-color:#333;overflow:hidden;color:#fff}@media screen and (max-width: 559px){.gdpr-blocked-content{padding-top:70%}}.gdpr-blocked-content__poster,.gdpr-blocked-content__poster img,.gdpr-blocked-content__content{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.gdpr-blocked-content__poster{z-index:1}.gdpr-blocked-content__poster img{filter:blur(10px);object-fit:cover;object-position:center;transform:scale(1.1);opacity:.25}.gdpr-blocked-content__icon{margin-bottom:50px;flex-shrink:0}@media screen and (max-width: 799px){.gdpr-blocked-content__icon{display:none}}@media screen and (max-width: 1023px){.gdpr-blocked-content__icon{margin-bottom:0;width:250px}}.gdpr-blocked-content__content{z-index:2;display:flex;flex-direction:column;justify-content:center;padding:50px}@media screen and (max-width: 559px){.gdpr-blocked-content__content{font-size:1.2rem}}@media screen and (max-width: 1023px){.gdpr-blocked-content__content{justify-content:flex-start;padding:30px}}:root{--cm-max-width: 572px;--cm-border-color: #ccc;--cm-shadow-color: #00000055;--cm-shadow-radius: 50vw;--cm-background-color-light: #ffffffdd;--cm-background-color-dark: #000000dd;--cm-color-active: #5bc236;--cm-color-accept: #5bc236;--cm-color-deny: #de0a2e;--cm-color-highlight: var(--cm-color-active);--cm-color-text-button: #ffffff;--cm-color-text-primary: #000000;--cm-color-text-secondary: #000000;--cm-position-x: 15px;--cm-position-y: 15px;--cm-font-size: 1em;--cm-fingerprint-size: 32px;--cm-fingerprint-color: #000000ff;--cm-padding: 15px;--cm-button-size: 45px}.consent-manager{position:fixed;z-index:1000;padding:var(--cm-padding);transition:transform .3s ease-out,box-shadow .3s ease-out;color:var(--cm-color-text-primary);font-size:var(--cm-font-size);border:solid 1px var(--cm-border-color);box-shadow:0 -100vh 100vw var(--cm-shadow-radius) transparent}@media screen and (max-width: 767px){.consent-manager{width:calc(100% - 2 * var(--cm-position-x))}}.consent-manager--theme-light{background:var(--cm-background-color-light)}.consent-manager--theme-dark{background:var(--cm-background-color-dark);--cm-color-text-primary: #fff;--cm-color-text-secondary: #fff}.consent-manager--bottom-wide{transform:translateY(calc(100% + 1vw))}.consent-manager--center{left:50%;top:50%;transform:translate(-50%,calc(100% + 50vh));max-width:var(--cm-max-width)}.consent-manager[class*=wide]{left:var(--cm-position-x);right:var(--cm-position-x)}.consent-manager[class*=bottom]{bottom:var(--cm-position-y)}.consent-manager[class*=top]{top:var(--cm-position-y)}.consent-manager[class*=right]{right:var(--cm-position-x)}.consent-manager[class*=left]{left:var(--cm-position-x)}.consent-manager[class*=right]{transform:translate(150%)}.consent-manager[class*=left]{transform:translate(-150%)}.consent-manager.-visible{box-shadow:0 0 100vw var(--cm-shadow-radius) var(--cm-shadow-color)}.consent-manager.-visible:not(.consent-manager--center){transform:translate(0)!important}.consent-manager.-visible.consent-manager--center{transform:translate(-50%,-50%)!important}.consent-manager a{color:inherit}.consent-manager__dismiss{position:absolute;right:5px;top:5px;font-family:Arial;font-size:12px;border:none;height:12px;width:12px}.consent-manager__content>*:first-child{margin-top:0}.consent-manager__content>*+*{margin-top:.5em}.consent-manager__fingerprint{position:fixed;z-index:999;bottom:var(--cm-position-y);cursor:pointer;width:var(--cm-fingerprint-size);height:var(--cm-fingerprint-size)}.consent-manager__fingerprint--bottom-right{right:var(--cm-position-x)}.consent-manager__fingerprint--bottom-left{left:var(--cm-position-x)}.consent-manager__fingerprint:hover{opacity:.5}.consent-manager__fingerprint svg{width:var(--cm-fingerprint-size);height:var(--cm-fingerprint-size)}.consent-manager__fieldset{padding:0;border:none;flex-direction:column;margin-top:1em}.consent-manager__fieldset.-visible{display:flex!important}.consent-manager__property{display:flex;align-items:center;margin:.25em 0}.consent-manager__property.-highlighted{font-weight:700;color:var(--cm-color-highlight)}.consent-manager__property__label{display:flex;margin-top:1rem;cursor:pointer;align-items:center}.consent-manager__property__label[for=consent-manager__required]{opacity:.5;cursor:default!important}.consent-manager__property__link:hover{text-decoration:underline}.consent-manager__property__toggle{position:relative;width:48px;height:24px;border-radius:12px;display:block;background-color:gray;margin-right:.5em;cursor:pointer;z-index:10000;flex-shrink:0}.consent-manager__property__toggle:hover{opacity:1}.consent-manager__property__toggle:before{content:"";width:20px;height:20px;border-radius:13px;position:absolute;background-color:#fff;top:2px;left:50%;margin-left:-10px;transition:transform .25s ease-out,background-color .25s ease-out;transform:translate(-11px)}.consent-manager__property__toggle.-enabled:before{background-color:var(--cm-color-active)!important;transform:translate(11px)}.consent-manager__property__toggle.-readonly{opacity:.5;pointer-events:none!important}.consent-manager__property__toggle:not(.-readonly):hover:before{background-color:#a9a9a9}.consent-manager__buttons{display:flex;margin-top:1em}@media screen and (max-width: 1023px){.consent-manager__buttons{flex-direction:column}}@media screen and (min-width: 1024px){.consent-manager__buttons{justify-content:space-between}}.consent-manager__button{display:block;cursor:pointer;border:none;padding:1em 2em;min-height:var(--cm-button-size);line-height:1;position:relative;flex:1 1 auto}@media screen and (max-width: 1023px){.consent-manager__button{width:100%;margin:.25em}}@media screen and (min-width: 1024px){.consent-manager__button{margin:0 .25em}}.consent-manager__button:hover:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000 ff;mix-blend-mode:overlay}.consent-manager__button.-visible{display:block!important}.consent-manager__button--accept-all,.consent-manager__button--deny-all,.consent-manager__button--accept-selected{color:var(--cm-color-text-button)}.consent-manager__button--accept-selected,.consent-manager__button--accept-all{background-color:var(--cm-color-accept)}.consent-manager__button--deny-all{background-color:var(--cm-color-deny)}.consent-manager__button--accept-selected{opacity:.25}.consent-manager__button--accept-selected.-activated,.consent-manager__button--accept-selected:hover{opacity:1}.consent-manager__button--show-options{font-size:calc(var(--cm-font-size) * .9)}@media screen and (min-width: 768px){.consent-manager[class*=left],.consent-manager[class*=right]{max-width:480px}}@media screen and (max-width: 767px){.consent-manager[class*=left],.consent-manager[class*=right]{width:calc(100% - 2 * var(--cm-position-x))}}.consent-required{position:relative;display:inline-block;cursor:pointer}.consent-required>p{position:absolute;z-index:10;left:0;top:0;width:100%;height:100%;background-color:gray;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff}.consent-manager{--cm-color-accept: var(--black);--cm-color-deny: #D9D9D9;--cm-background-color-light: #ebebeb;width:480px;padding:15px 30px 30px;z-index:1000000}@media (max-width: 479px){.consent-manager{width:80%;padding:15px!important}}.consent-manager p{font-size:13px;line-height:1.35}.consent-manager p a{color:inherit;text-decoration:none}@media (pointer: fine){.consent-manager p a:hover{text-decoration:underline}}.consent-manager__dismiss{position:absolute;right:5px;top:4px;font-family:Arial,sans-serif;font-size:16px;font-weight:lighter;border:none;height:12px;width:12px;background:none}.consent-manager__property{font-size:13px}.consent-manager__property:not(:first-of-type){margin-top:20px}.consent-manager__property__toggle{flex-shrink:0;width:90px;height:40px;border-radius:40px;background-color:#cfcfcf;opacity:1!important;margin-right:1.5em}.consent-manager__property__toggle:before{width:30px;height:30px;border-radius:30px;top:5px;transform:translate(-29px)}.consent-manager__property__toggle.-enabled:before{transform:translate(19px);background-color:var(--black)!important}.consent-manager__property__link{color:inherit;text-decoration:none}@media (pointer: fine){.consent-manager__property__link:hover{text-decoration:underline}}@media (min-width: 1280px){.consent-manager__property__link{padding-right:105px}}.consent-manager__buttons{flex-direction:column}.consent-manager__button{line-height:34px;min-height:34px;padding:0;font-size:13px;text-align:center;justify-content:center;border-radius:34px;width:auto}@media (width >= 500px){.consent-manager__button{margin-left:1em;margin-right:1em}}.consent-manager__button--deny-all{color:var(--black)}.consent-manager__button--accept-selected{background-color:#696969;opacity:1}.consent-manager__button+button{margin-top:10px}@media (pointer: fine){.consent-manager__button:hover{background-color:var(--gray-light)}}#consent-manager__fingerprint{display:none!important}.thelightbox{position:fixed;z-index:999;width:100%;height:100%;top:0;left:0;background-color:#000000e6;transition:opacity 1s ease-in-out;opacity:0;display:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.thelightbox--visible{opacity:1}.thelightbox__close-button{position:absolute;z-index:100;right:15px;top:15px;display:block;width:55px;height:55px;background:var(--white) url(./Media/Dismiss-0fcc5673.svg) no-repeat 15px center;background-size:auto 25px;color:transparent!important;cursor:pointer;border-radius:55px}.thelightbox__set-control{z-index:20;text-align:center;cursor:pointer;position:absolute;display:block;width:55px;height:55px;top:50%;margin-top:-25px;color:transparent;border-radius:55px}.thelightbox__set-control--prev{left:15px;background:var(--white) url(./Media/Arrow-b57a93ca.svg) no-repeat 22px center;background-size:15px auto;transform:rotate(-180deg)}.thelightbox__set-control--next{right:15px;background:var(--white) url(./Media/Arrow-b57a93ca.svg) no-repeat 22px center;background-size:15px auto}.thelightbox__title{position:absolute;z-index:100;left:0;bottom:0;color:#fff;padding:15px;margin:0;width:100%;background:rgba(0,0,0,.5);box-sizing:border-box}.thelightbox__container{position:absolute;z-index:10;top:50%;left:50%;transform:translate(-50%,-50%);max-width:100%;max-height:100%}.thelightbox__iframe{position:relative;width:850px;height:550px;max-width:calc(100vw - 100px);max-height:calc(100vh - 100px);border:none}.thelightbox__image{position:relative;z-index:10;width:98%;height:98%;top:1%;margin:0 auto;background-repeat:no-repeat;background-size:contain;background-position:center}.thelightbox __dsgvo{position:relative;display:table;height:100%;width:100%}.thelightbox __dsgvo *{color:#fff}.thelightbox __dsgvo p{max-width:480px;margin:auto}.thelightbox __dsgvo a{text-decoration:underline}.thelightbox__dsgvo-inner{display:table-cell;vertical-align:middle;text-align:center}.thelightbox__dsgvo-button{background:red;color:#fff;padding:20px 30px;border-radius:5px;display:inline-block;margin-top:1.5rem;cursor:pointer}.slider{--slider-index: 0;--slider-items: 0;--slider-items-per-view: 1;--slider-height: auto;--slider-position: 0;--slider-transition-duration: .5s;--slider-transition-easing: ease-in-out;width:100%;display:block!important}.slider--mode-fade{position:relative}.slider img{max-width:100%}.slider__intersection-observer-helper{height:1px;width:1px;position:absolute;opacity:1;left:50%;top:50%;z-index:10000}.slider__viewport{transition:max-height .25s ease-out}[style*=--slider-height] .slider__viewport{max-height:var(--slider-height)}.slider--mode-slide .slider__viewport{overflow:hidden}.slider--mode-slide .slider__items{transition:transform var(--slider-transition-duration) var(--slider-transition-easing);display:flex;flex-wrap:nowrap;will-change:transform;min-height:0;width:10000%;transform:translate(calc(var(--dragX, 0px) + var(--slider-position) * -1% / var(--slider-items-per-view)))}.slider--mode-slide .slider__item{width:calc(1% / var(--slider-items-per-view));flex-grow:0;flex-shrink:0;min-height:0}.slider--mode-slide .slider__item--prepended{transform:translate(calc(-100% * var(--slider-items)))}.slider--mode-slide .slider__item--appended{transform:translate(calc(100% * var(--slider-items)))}.slider--debug .slider__item{border-collapse:collapse}.slider--debug .slider__item--appended{border:solid 1px red}.slider--debug .slider__item--prepended{border:solid 1px orange}.slider--debug .slider__item:not(.slider__item--prepended):not(.slider__item--appended){border:solid 1px green}.slider--mode-fade .slider__item{transition-property:opacity;transition-timing-function:linear}.slider--mode-fade .slider__item:first-of-type{position:relative;z-index:2}.slider--mode-fade .slider__item:not(:first-of-type){position:absolute;z-index:1;left:0;top:0;width:100%;height:100%}.slider__navigation{list-style:none;padding:0;display:flex}.slider__navigation__item{cursor:pointer}.slider__control{transition:all .25s linear;cursor:pointer}.slider__control--disabled{opacity:0;cursor:default;pointer-events:none}.slider__autoplay-indicator{position:relative;height:5px}.slider__autoplay-indicator:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:var(--color-primary);animation-duration:var(--d);animation-name:autoplay-indicator;animation-iteration-count:infinite;transform-origin:left center}.slider__autoplay-indicator--hold:before{animation:none;transform:scaleX(0)}@keyframes autoplay-indicator{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.prevent-actions{-webkit-touch-callout:none;touch-action:none;-ms-touch-action:none;pointer-events:none}.-prevent-drag{user-drag:none;-webkit-user-drag:none}.-prevent-select{user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.-dragging *{cursor:grab!important}
