body{
  --f-50-63-400: 400 34px/43px "Gottak", sans-serif;
  --f-30-38-400: 400 22px/28px "Gottak", sans-serif;
  --f-100-125-400: 400 42px/52px "Gottak", sans-serif;;
  --mt-10: 5px;
  --mt-70: 20px;
  --w-1200: 100%;


/*BEGIN FZEY module-generated variables*/
--f-70-85-300: 300 42px / 55px "Gottak", sans-serif;
--f-28-39-300: 300 16px / 22px "Gottak", sans-serif;
--f-63-72: 300 40px/54px "Gottak", sans-serif;
--f-63-72-300: 300 40px/54px "Gottak", sans-serif;
--f-26-36-500: 500 19px / 26px "Gottak", sans-serif;
--f-120-145: 400 52px / 72px "Gottak", sans-serif;
--f-120-145-300: 300 52px / 72px "Gottak", sans-serif;
--f-22-34-300: 300 15px / 24px "Gottak", sans-serif;
--mt-40: 25px;
--mt-60: 30px;
--mb-20: 10px;
/*END FZEY module-generated variables*/
--w-1200: 100%;
--w-600: 100%;
  margin:0;
  padding:0;
  font: 300 14px/24px 'Gottak', sans-serif;
  letter-spacing: 0px;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  -moz-osx-font-smoothing:grayscale;
  position:relative;
  border:none
}


.inner {
  padding-left: 20px;
  padding-right: 20px;  
}


.layoutMain {
  padding-top: 60px;
}
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;
}
header.lightboxActive {
  z-index: 0;
}
body.isHeaderScroll header {
  transform: translateY(-105%)!important;
}
body.isHeaderScroll.minimized header {
  transform: translateY(0)!important;
}

.layoutLogo {
    width: auto;
    height: auto;
    left: 20px;
    top: 14px;
    transform: none;
}
.isLP .layoutLogo {
  position: absolute;
  left: 20px;
  top: 14px;
  height: auto;
  width: 72px;
  transform: translateX(0%);
  z-index: 2;
}
.layoutLogo svg {
  height: auto;
  width: 72px;
  vertical-align: middle;
}
.decoheader {
    position: absolute;
    left: 60px;
    top: -14px;
    width: 317px;
    height: 60px;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.decoheader svg {
    width: 100%;
    height: auto;
}
.layoutCTA {
  right: 15px;
  top: 15px;
  padding: 0px;
  position: absolute;
  margin: 0px;
  display: none;
}
.navMain .layoutCTA {
  position: relative;
  right: unset;
  top: unset;
  margin-top: 25px;
  display: block;
}
.navMain .layoutCTA a.btn {
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 15px;
  border: none;
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 600;
  height: auto;
}
.navMain .layoutCTA a.btn span {
  display: inline;
}
.layoutHeaderPhone {
  padding-top: 0;
  margin-right: 0px;
  margin-left: auto;
  margin-top: 19px;
}
.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: 25px;
  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: var(--color-black);
  color: var(--color-black);
  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: var(--color-black);
  color: var(--color-black);
  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: 177px 22px;
  margin-right: 0;
  font-family: Safiro;
  text-transform: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100vw;
  height: calc(100vh);
  background-color: var(--color-peach-light);
  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;
}

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

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;
  padding-bottom: 0px;
  padding-top: 25px;
  padding-left: 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: var(--color-black);text-align: center;}

body.isLP .layoutCTA {
  display: none;
}
body.isBooking .layoutCTA {
  display: none;
}
body.isLP .menu-button {
  display: none;
}
.layoutHeaderPhone span {
  display: none !important;
}
.layoutHeaderPhone svg {
  display: block;
  width: 22px;
  height: 22px;
}
body.isLP .layoutHeaderInner {
    padding: 0 20px 0 20px;
}
.btn {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    height: 40px;
    border: none;
}
.btn svg {
    margin-left: 8px;
    margin-top: -2px;
    width: 11px;
    height: auto;
}
.layoutFooterInner {
  padding-left: 17px;
  padding-right: 18px;
  padding-bottom: 20px!important;
}

.layoutFooterInner svg {
  width: 109px;
}

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

.layoutContent > div:last-child {
  margin-bottom: 100px;
}
.layoutContent > div.block92Item {
  margin-bottom: 0px !important;
}
body:not(.isHeaderScroll) .layoutContent > div:first-child > div {
  padding-top: 60px;
}

nav.navFooter {
    width: auto;
    display: inline-flex;
    padding-right: 0;
}
nav.navFooter li {
  display: block;
}
nav.navFooter li + li {
  margin-left: auto;
  margin-top: 0px;
}
.layoutCopyright {
    border-top: 0;
    text-align: left;
    width: 100%;
    margin-top: 15px;
    padding-top: 0px;
    font-size: 11px;
    line-height: 17px;
}
.isBooking .layoutCopyright {
  border-top: 0;
  text-align: center;
  width: 100%;
  margin-top: 11px;
  padding-top: 0px;
  font-size: 14px;
  line-height: 19px;
}
body.isLP .layoutCopyright {
    text-align: center;
}
.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: 50px;
    padding: 14px 20px;
    font: 400 14px / 21px "Gottak", 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 20px top 21px;
}

.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: 60px 20px 60px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 400;
}
body.art133 footer, body.art309.isLP footer {
  padding-bottom: 150px;
  padding: 30px 20px;
}

.layoutFooterBottom {
  padding: 26px 0px 0px;
  flex-wrap: wrap;
  font-size: 10px;
  line-height: 12px;
  flex-direction: column-reverse;
}
body.isLP footer {
  height: auto;
}
body.art354 footer {
  padding-bottom: 120px;
}
body.isLP footer .layoutFooterBottom {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0px;
    align-items: center;
}
.layoutFooterBottom > a > svg {
  height: 46px;
  width: auto;
  margin-left: 17px;
}
nav.navFooter {
  width: calc(100% - 120px);
  padding-right: 17px;
}
body.isLP footer nav.navFooter {
    width: auto;
    margin-right: 0px;
    padding-right: 0px;
}

.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: 0px;
  width: 100%;
}
.layoutFooterLogo svg {
  display: block;
  width: 120px;
  height: auto;
}
.layoutFooterLogo span {
    display: block;
    margin-top: 25px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
    width: 290px;
}
.navFooter2 {
  display: none;
}
.layoutFooterRight {
    min-width: 100%;
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 0;
    row-gap: 15px;
    font-size: 16px;
    line-height: 20px;
}
.layoutFooterRight span {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0em;
    font-weight: 400;
    display: inline-block;
    margin-top: 0;
}
.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: 0px;
}
.layoutFooterBottom > .toTop > svg {
  height: 10px;
  width: auto;
  margin-left: 12px;
}
nav.navFooter ul,
nav.navFooter .lang_switch{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: bolder !important;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}
.lang_switch{
  font-size: 12px;
  font-weight: bolder;
  margin-left: 15px !important;
  display: inline-block;
}
.toTop{
  font-size: 12px !important;
  font-weight: bolder;
  line-height: 1.6 !important;
}
.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
}






/*RON: blumen z index allgemein*/
.inner{
  z-index: 1;
}




/*RON: blumen*/

/*art366 fehler*/
.art366 .layoutOrnaments .fehler-l{
  display: block;
  width: 230px;
  top: 330px;
  left: calc(50% - 250px - -10px);
}
.art366 .layoutOrnaments .fehler-r{
  display: block;
  width: 260px;
  top: 300px;
  left: calc(50% + 30px);
}
.art366 .layoutFooterOrnament{
  display: none;
}



.art372 .layoutOrnaments .ornament-a{
  display: none;
}



.mobile-flower-a{
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
}

.mobile-flower-b{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

/*footer*/
.layoutFooterOrnament .ornament-a{
  top: -60px;
  right: 50px;
  height: 170px;
}
.layoutFooterOrnament .ornament-b{
  top: 160px;
  right: -50px;
  height: 170px;
}


.isLP .layoutFooterOrnament .ornament-a{
  top: 30px;
  right: -30px;
  height: 170px;
}
.isLP .layoutFooterOrnament .ornament-b{
  display: none;
}