body{

/*BEGIN FZEY module-generated variables*/
/*END FZEY module-generated variables*/
--w-1200: 100%;
    --f-70-80: 400 40px / 54px "Outfit", sans-serif;
    --f-70-80-300: 300 40px / 54px "Outfit", sans-serif;
  background:var(--color-beige);
  color:var(--color-black);
  margin:0;
  padding:0;
  font: 300 15px/24px 'Outfit', sans-serif;
  letter-spacing: 0px;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  -moz-osx-font-smoothing:grayscale;
  position:relative;
  border:none
}



.layoutMain {
  padding-top: 0;
}
body.isHeaderScroll .layoutMain {
  padding-top: 0px;
}
.topline {
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
header {
  transform: translateY(0)!important;
  height: 60px;
}
body.isHeaderScroll header {
  transform: translateY(-105%)!important;
}
body.isHeaderScroll.minimized header {
  transform: translateY(0)!important;
}

.layoutLogo {
  width: auto;
  height: 30px;
  left: 14px;
  top: 17px;
  transform: translateX(0%);
  z-index: 1;
}
.isLP .layoutLogo {
  position: absolute;
  left: 14px;
  top: 17px;
  width: auto;
  height: 30px;
  transform: translateX(0%);
  z-index: 2;
}
.layoutLogo svg {
  height: 39px;
  width: auto;
  vertical-align: middle;
}
.layoutCTA {
  right: 71px;
  top: 15px;
  padding: 0px;
  position: absolute;
  margin: 0px;
}
.navMain .layoutCTA {
  position: relative;
  right: unset;
  top: unset;
  margin-top: 70px;
}
.navMain .layoutCTA a.btn {
  font-size: 14px;
  line-height: 18px;
  padding: 14px 14px;
  border: none;
  text-transform: uppercase;
  height: auto;
  height: 46px;
  color: #917656;
  background-color: #fff;
}
.navMain .layoutCTA a.btn::after {
  display: inline;
  content: ' ANFRAGEN';
  display: none;
}
.navMain .layoutCTA a.btn span {
  display: inline;
}
.layoutHeaderPhone {
  padding-top: 0;
  margin-right: 99px;
  margin-left: auto;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 21px;
}
.art309.isLP .layoutHeaderPhone {
  margin-right: 137px;
}
.art309.isLP.isBooking .layoutHeaderPhone {
  margin-right: 0px;
}
.layoutHeaderPhone span {display: none;}
.isBooking .layoutHeaderPhone {
  margin-right: 0px;
  margin-top: 0px;
}
.isBooking .layoutHeaderPhone svg {
    margin-right: 0;
    width: 30px;
    height: 30px;
    position: relative;
    top: 15px;
}
body.isBooking .layoutHeaderInner {
    padding: 0 20px 0 20px;
}
body.isBooking footer {
    padding: 23px 20px 30px;
    height: 110px;
    text-align: center;
}
.layoutHeaderInner a.btn {
  font-size: 12px;
  line-height: 14px;
  padding: 8px 10px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  height: auto;
  height: 30px;
}
.layoutHeaderInner a.btn span {display: none;}

.layoutHeaderInner {
  padding: 0;
}

.menu-button {
  display: block;
  margin-right: 0;
  margin-top: 0;
  position: absolute;
  top: 18px;
  right: 20px;
  width: 23px;
  height: 26px;
  background: transparent;
  line-height: 10px;
  text-align: center;
  speak: none;
  font-weight: 400;
  cursor: pointer;
  text-indent: -9000px;
  font-family: Arial;
  z-index: 2;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s
}

.menu-button:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color-black);
  color: var(--color-black);
  margin-top: 0;
  left: 0;
  top: 12px;
  box-shadow: 0 -7px var(--color-wood),0 7px var(--color-wood);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.menu-button:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color-black);
  color: var(--color-black);
  margin-top: 0;
  left: 0;
  top: 12px;
  box-shadow: 0 -7px var(--color-black),0 7px var(--color-black);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.selected {
  background: transparent;
  line-height: 10px;
  text-align: center;
  speak: none;
  font-weight: 700;
  cursor: pointer;
  text-indent: -9000px;
  font-family: Arial;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.selected:before,.selected:hover:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  color: #fff;
  margin-top: 0;
  left: 0;
  top: 12px;
  box-shadow: none!important;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.selected:after,.selected:hover:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  color: #fff;
  margin-top: 0;
  left: 0;
  top: 12px;
  box-shadow: none!important;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

nav.navMain {
  padding-top: 0;
  padding: 107px 22px;
  margin-right: 0;
  font: var(--f-15-26-400);
  position: fixed;
  top: 0px;
  left: 0;
  width: 100vw;
  height: calc(100vh);
  background-color: #A79178;
  pointer-events: none;
  overflow: hidden;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-attachment: absolute;
  background-image: url(/assets/images/logo_menue_mobile.svg);
  background-size: 375px auto;
  background-repeat: no-repeat;
  background-position: left -30px top -20px;
}

nav.navMain > ul > li > a {
  padding-left: 0;
  padding-right: 0;
  font-size: 19px;
  line-height: 24px;
}

nav.navMain > ul > li:first-child > a {
  padding-left: 0
}

nav.navMain.navactive {
  transform: translateX(0%);
  pointer-events: all
}

nav.navMain ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}

body header nav.navMain > ul > li:first-child {
  border-top: 1px solid var(--color-forest);
}

body header nav.navMain > ul + ul {margin: 0; padding: 0px;}

body header nav.navMain > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: var(--color-black)!important;
  background: transparent;
  padding-bottom: 0px;
  padding-top: 38px;
  padding-left: 0px;
  padding-right: 0px;
  transition: color .2s;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

nav.navMain li.rex-active:before, nav.navMain li:hover:before {display: none;}

body header nav.navMain > ul > li > a {color: #fff;text-align: center;background: transparent;padding: 0;}

body header nav.navMain > ul > li > a::before {display: none!important;}

body.isLP .layoutCTA {
  display: block;
}
body.isBooking .layoutCTA {
  display: none;
}
body.isLP .menu-button {
  display: none;
}
.btn {
  font-size: 14px;
  line-height: 19px;
  padding: 14px;
  height: 48px;
  border: none;
}
.layoutFooterInner {
  padding-left: 17px;
  padding-right: 18px;
  padding-bottom: 20px!important;
}

.layoutFooterInner svg {
  width: 109px;
}

.layoutContent > * + * {
  margin-top: 120px;
}

.layoutContent > div:last-child {
  margin-bottom: 60px;
}
.layoutContent > div.block92Item {
  margin-bottom: 0px !important;
}

nav.navFooter {
  margin: 0;
  display: block;
  flex-grow: 1;
  text-align: right;
  padding-top: 0;
}
nav.navFooter li {
  display: block;
}
nav.navFooter li + li {
  margin-left: auto;
  margin-top: 0px;
}
.layoutCopyright {
  border-top: 0;
  text-align: center;
  width: 100%;
  margin-top: 31px;
  padding-top: 0px;
  font-size: 14px;
  line-height: 19px;
}
.isBooking .layoutCopyright {
  border-top: 0;
  text-align: center;
  width: 100%;
  margin-top: 11px;
  padding-top: 0px;
  font-size: 14px;
  line-height: 19px;
}
.isBooking nav.navFooter {
  width: 100%;
  padding-right: 0;
  justify-content: center;
  display: flex;
}
.isBooking nav.navFooter li {
  display: block;
  margin: 0 10px;
}

input[type="text"],
select,
textarea {
    height: 48px;
    padding: 14px;
    font: 500 14px / 19px "Outfit", sans-serif;
}
textarea {
  height: 120px;
}
input[type="checkbox"] + label {
  padding-top: 0px;
  padding-left: 44px;
}
input[type="checkbox"] + label::before {
  top: 4px;
}
select {
  background-size: 12px auto;
  background-position: right 12px top 20px;
}

.block48Item {
  padding-bottom: 70px;
  padding-top: 70px;
}
.block48Inner {
  width: 100%;
  padding: 0 17px 0 17px;
}
.block48Inner > h2 {
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-bottom: 30px;
  hyphens: auto;
}
.block48Entry {
  width: 100%;
  margin-right: 0;
  margin-bottom: 18px;
}
.block48Data {background: rgba(228, 223, 217, 1); padding: 20px 24px 25px;}

.block48Entry h3 {font-size: 15px; line-height: 23px; letter-spacing: 0px; font-weight: 400; margin-bottom: 13px;}

.block48Rent {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 400;
  margin-bottom: 15px;
}

.block48Load {
  text-align: center;
  margin-top: 33px;
}
.block48Load > a {
  height: 50px;
  padding: 14px 20px;
  font-size: 15px;
  line-height: 22px;
  text-decoration: underline;
  color: var(--color-forest);
}

.layoutContent {
  width:100vw;
  overflow: hidden;
}

.block48aItem {
  padding: 40px 18px 40px;
}

.block48aItem::before {
  content: '';
  width: 100vw;
  height: calc(100% + 34px);
  position: absolute;
  top: -34px;
  left: 0px;
  background-color: #D6CEC4;
  z-index: -1;
}

.block48aInner {
  padding: 0px;
}

.block48aItem h1 {
  margin-bottom: 20px;
  font-size: 33px;
  line-height: 43px;
}

.block48aTopline {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 10px;
  padding-left: 5px;
}

.block48aMeta {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.block48aFacts {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  line-height: 30px;
  padding-top: 0;
  margin-bottom: 30px;
}

.block48aFact.isText {
  font-size: 23px;
  line-height: 33px;
  letter-spacing: 0px;
  width: 100%;
  margin-bottom: 15px;
  margin-right: 0px;
  margin-left: 0;
}

.block48aFact svg {
  width: 30px;
  height: auto;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

.block48aFact+.block48aFact {
  margin-right: 20px;
  margin-left: 0px;
}
.block48aFact:last-child {
  margin-right: 0px;
}

.block48aFact.isText + .block48aFact {
  margin-left: 0px;
}

.block48aActions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.block48aActions a {
  font-size: 15px;
  line-height: 22px;
  padding: 13px 20px;
  height: 50px;
}

.block48aActions a+a {
  margin-left: 0px;
}

.block48aItem+.block08Item {
  position: relative;
  padding: 0 18px;
}

.block48aItem+.block08Item::before {
  content: '';
  width: 100vw;
  height: calc(50% - 0px);
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #d6cec4;
  z-index: -1;
}
.block08Imgs a.slick-arrow {
  width: 50px;
  height: 50px;
  bottom: -65px;
  left: auto;
  right: 0px;
}
.block08Imgs a.prev {
  right: 49px;
}
.block08Imgs a.next::after,.block08Imgs a.prev::after {
  width: 14px;
  height: 20px;
}
.block08Btn {
  position: absolute;
  bottom: -65px;
  left: 0px;
  z-index: 1;
}
.block08Btn .btn {
  background-color: transparent;
  border: 1px solid var(--color-wood);
}
.block08Btn .btn span {display: none;}

.block48Frame {
  max-width: 100%;
  margin: 136px auto 30px;
  padding: 0 18px 0;
}
.block48bSide {display: none;}
.block48bSide {
  position: fixed;
  right: 0;
  left: 0;
  top: auto;
  width: 100%;
  height: 50px;
  background-color: #D6CEC4;
  color: #2B3533;
  padding: 0px;
  z-index: 3;
  bottom: 0px;
  display:block;
}

.block48bSide[data-type="0"] {
  display: none
}

.block48bSide::before,.block48bSidePrice,.block48bSide>h3,.block40bSideRent,.block40bSideInput,.block40bSideBelow {
  display: none
}

.block48bSideImg {
  width: 90px;
  height: auto;
  margin: 0;
  position: absolute;
  right: 14px;
  bottom: 10px;
  pointer-events: none
}

.block40bSide[data-type="0"] .block40bSideImg {
  width: 90px;
  height: auto;
  margin: 0
}

.block40bSideInputFormBtn {
  margin-top: 0
}

.block48bSideBtn {
  margin-top: 0;
  display: flex;
  width: 260px;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.block48bSideBtn>a, .block48bSideBtn>a:hover {
  color: #2B3533!important;
  font-size: 15px;
  line-height: 22px;
  padding: 0px;
  display: inline-block;
  border: none!important;
  text-decoration: underline;
  background-color: transparent!important;
}


.block48FrameInner {
  position: relative;
  width: 100%;
  order: 1;
}
.block48Frame .block48bData .block48bText:nth-child(1) > h3 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 15px;
}
.block48bText p {
  font-size: 15px;
  line-height: 26px;
}
.block48bText.open p + p, .block48bText.open ul + ul, .block48bTex.opent ul + p, .block48bText.open p + ul {
  margin-top: 12px;
}
.block48bText ul li {
  font-size: 15px;
  line-height: 26px;
  position: relative;
  padding-left: 20px;
}
.block48bText .read_more {
  font-size: 17px;
  line-height: 26px;
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
.block48bText + .block48bText {
  margin-top: 40px;
}
.block48bText h3 {
  font-size: 23px;
  line-height: 33px;
  margin-bottom: 15px;
}
.block48bTextInner {
  height: auto;
  max-height: 126px;
  overflow: hidden;
  transition: all 0.4s;
}

.block48FrameInner > div + div {
  margin-top: 70px;
}
.block48hInner h2, .block48hInner h3 {
  font-size: 23px;
  line-height: 33px;
  margin-bottom: 20px;
}
.block48hLine {
  font-size: 15px;
  line-height: 23px;
  padding: 10px 0 11px;
  border-top: 1px solid #222A28;
}
.block48cItem h2 {
  font-size: 23px;
  line-height: 33px;
  color: #D6CEC4;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.block48cDistrict {
  position: relative;
  right: 0;
  top: 5px;
  font-size: 20px;
  line-height: 30px;
  order: 1;
  width: 100%;
}
.block48cItem h2 > span {order: 0;}
.block48hImg {
  width: 100%;
  margin-bottom: 35px;
}
.block48hImg img {display: block;width: 100%;height: auto;}

.block48dItem {
  padding-bottom: 0px;
  padding-top: 70px;
}
.block48dInner {
  width: 100%;
  margin: 0 auto;
  padding: 0 18px 0 18px;
}
.block48dItem h2 {
  font-size: 32px;
  line-height: 42px;
  color: #D6CEC4;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
}
.block48dEmbed {
  border-bottom: none;
  padding-bottom: 0px;
  width: 100vw;
  margin-left: -18px;
}
.block48dInner iframe {
  width: 100%;
  vertical-align: middle;
  height: 100vw;
}
footer {
  padding: 160px 24px 60px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .02em;
  font-weight: 500;
}
body.art133 footer, body.art309.isLP footer {
  padding-bottom: 150px;
}

.layoutFooterBottom {
  padding: 26px 0px 0px;
  flex-wrap: wrap;
  font-size: 10px;
  line-height: 12px;
  flex-direction: column-reverse;
}
.layoutFooterBottom > a > svg {
  height: 46px;
  width: auto;
  margin-left: 17px;
}
nav.navFooter {
  width: calc(100% - 120px);
  padding-right: 17px;
}
.layoutFooterTop {
  position: relative;
  padding: 0px 0 62px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  line-height: 24px;
}
.layoutFooterTop > a > svg {
  height: 46px;
  width: auto;
}
.layoutFooterLogo {
  flex-grow: unset;
  margin-left: 34px;

}
.layoutFooterLogo svg {
  display: block;
  width: 180px;
  height: auto;
}
.layoutFooterLogo span {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: .02em;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.navFooter2 {
  display: none;
}
.layoutFooterRight {
  min-width: 100%;
  margin-top: 47px;
}
.layoutFooterRight h3 {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
  opacity: 1;
  letter-spacing: 0.5px;
}
.layoutFooterRight p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  opacity: 1;
  color: #000;
  text-align: center;
}
.layoutFooterRight p a {color: #000;}
.layoutFooterRight p strong {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  font-style: normal;
  margin-top: 8px;
  display: block;
}
.layoutFooterRight p + p {
  margin-top: 32px;
}
nav.navSocial {
  margin-top: 45px;
}
nav.navSocial li svg {
  width: 34px;
}
nav.navSocial li svg > g {opacity: 1;}
nav.navSocial li+li {
  margin-left: 25px;
}
footer.footer_full .layoutFooterBottom {
  padding: 0 0px 20px;
  justify-content: flex-start;
  flex-direction: column-reverse;
}
footer.footer_full .layoutFooterBottom nav.navFooter {
  display: block;
  margin-left: 0;
  width: 100%;
  padding: 0 17px;
}
footer.footer_full .layoutFooterBottom nav.navFooter ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer.footer_full .layoutFooterBottom nav.navFooter ul li + li {
  margin-left: 0px;
  margin-top: 0px;
}
.layoutFooterBottom .toTop {
  display: block;
  float: right;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  top: 26px;
  right: 30px;
}
.layoutFooterBottom > .toTop > svg {
  height: 10px;
  width: auto;
  margin-left: 4px;
}
a.lang_switch {
    display: block;
        float: right;
        font-size: 12px;
        line-height: 17px;
        position: absolute;
        top: 26px;
        right: 0px;
        font-weight: 300;
}
nav.navFooter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .02em;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.text p+h2,.text p+h3,.text ul+h2,.text ul+h3{
  margin-top:40px
}
.text p+p,.text p+ul,.text ul+p,.text ul+ul{
  margin-top:15px
}
.text ul{
  margin:0;
  padding:0;
  list-style-type:none
}
.text li{
  padding:0 0 0 25px;
  margin:0;
  position:relative;
}
.text li:before{
  content:'—';
  position:absolute;
  left: 0px;
  top: 0px;
}
.text li+li{
  margin-top:12px
}

.layoutFooterRight{
  width: 220px;
  min-width: 0;
  left: 120px;
}
.layoutFooterRight p{
  text-align: left;
  font-weight: 300;
  line-height: 28px;
  font-size: 12px;
}
.layoutFooterRight a {
  font-size: 18px;
  line-height: 28px;
}
.layoutFooterRight p + p{
  margin-top: 20px;
}
.layoutFooterTop .fassade {
  width: 165vw;
  bottom: 300px;
}
footer .logo {
  position: absolute;
  left: 0;
  width: 120px;
  height: auto;
}
.layoutFooterBottom .layoutCopyright{
  font-weight: 300;
  font-size: 12px;
  margin-top: 20px;
}
.layoutFooterBottom .navFooter{
  width: auto;
  margin-right: 75px;
}
.layoutFooterBottom .navFooter ul{
  width: auto;
  justify-content: flex-start;
  gap: 25px;
}
.layoutFooterBottom .navFooter li{
  font-weight: 300;
  font-size: 12px;
  margin-left: 0;
}
.layoutFooterBottom .toTop{
  font-weight: 300;
  font-size: 12px !important;
  margin-left: 0;
  margin-right: 34px;
}


/*.art330 .navMain,
.art330 .menu-button,
.art330 .layoutCTA, RON*/
/*.art331 .navMain,
.art331 .menu-button,
.art331 .layoutCTA, RON*/
/*.art332 .navMain,
.art332 .menu-button,
.art332 .layoutCTA, RON*/
/*.art335 .navMain,
.art335 .menu-button,
.art335 .layoutCTA RON{
  display: none;
}*/




.art327 .layoutMain{
  padding-bottom: 100vh;
}
.art327.isBooking .layoutMain{
  padding-bottom: 0;
}

.art327 .layoutFooterBottom .navFooter{
  margin-right: 75px !important;
}

.art329 footer{
  padding-bottom: 30px;
}