/* Content elements (FCE / DCE / GCE) --------------------------------------- */
.frame-type-mask_text .grid-2.last {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    align-self: center;
}
.frame-type-mask_text .grid-2.last img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
}
/*/*/
.frame-type-mask_reference_teaser strong.ce-subheader {
    color: #a47f40;
    margin-bottom: 15px;
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}
.topic-slider {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: nowrap;
}
.topic-slider .topic picture {
    background: #000;
    margin-bottom: 0;
    filter: brightness(50%);
}
.topic-slider picture:after {
    content: " ";
    background: rgb(0 0 0 / 27%);
    background: rgb(235 235 233 / 30%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.topic-slider img { 
    display: block;
    opacity: .16;
}
.topic-slider .topic {
    width: 525px;
}
.topic-slider .topic-inner {
    padding: 0;
    border: 0;
    padding-bottom: 0;
}
.topic-slider .topic-header {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    color: #fff;
    z-index: 2;
}
.topic-slider .topic-header .reference-title {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
.topic-slider.invoke-carousel.slick-slider {
    width: 100vw;
    gap: 0; 
}
.topic-slider .slick-track {
    display: flex;
    flex-direction: row;
}
.topic-slider .slick-track .topic {
    margin-right: 20px;
}
@media (hover: hover) {
    .topic-slider a.show-centered-circle:hover picture:after  {
        background: rgb(52 52 48 / 55%);
    }
}
a.show-centered-circle:after {
    content: "view more+";
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #00613d;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    opacity: 0;
    transition: opacity 0.5s ease;
    visibility: hidden;
}
@media (hover: hover) {
    a.show-centered-circle:hover:after {
        opacity: 1;
        visibility: visible;
    }
}
.topic-inner.no-additional-effects {
    background: #d4c8b2;
    height: 0;
    padding-bottom: calc(90.5% - 40px);
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
}
.no-additional-effects *:last-child {
    margin-bottom: 0;
}
/*/*/
.slick-dots li.slick-active button {
    background-color: #d4c8b2;
    border-color: #d4c8b2 !important;
}
.slick-dots li button {
    border-color: #a47f48;
}
/*/*/
.main > .frame-type-mask_calltoaction.frame-layout-0 :last-child .fg_teaser {
    margin-bottom: 0;
}
.main > .frame-type-mask_calltoaction.frame-layout-0 :last-child .calltoaction-section {
    background: #ebebe9;
}
.main > .frame-type-mask_calltoaction.frame-layout-0 :last-child .calltoaction-section .color-fff {
    color: #a47f48 !important;
}
.frame-layout-0 section.calltoaction-section {
    background: #d4c8b2;
}
.frame-layout-0 .calltoaction-content {
    display: table;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0 40px;
    position: relative;
}
.frame-layout-0 .calltoaction-section .calltoaction-header {
    font-weight: 600;
    margin-bottom: 0;
    display: block;
}
.frame-layout-0 .calltoaction-section .calltoaction-subheader {
    display: block;
    color: #00613d;
    font-weight: 400;
}
.frame-layout-0 .calltoaction-section .bc-arrow {
    margin-left: 14px;
}
.frame-layout-0 .calltoaction-section .calltoaction-content a {
    position: absolute;
    left: 0;
    top: 80px;
    display: block;
    width: 100%;
    height: calc(100% - 120px);
}
/*/*/
.frame-type-list header {
    max-width: var(--default-wrapper-max-width);
    padding: 0 20px;
    margin: 20px auto 0;
}
.slick-dots {
    text-align: left;
}
header + .bcbase-reference .reference-items.fg_teaser {
    margin-top: 20px;
}
.reference-items {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}
.reference-box .display-flex {
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}
.reference-image {
    min-width: 420px;
    filter: brightness(40%);
}
.reference-image img {
    max-width: 100%;
    display: block;
    height: auto;
}
.reference-box p.single-view {
    margin-bottom: 0;
}

.reference-box p.single-view a {
    margin-bottom: 0;
}

.frame-type-bcbase_referencelist.frame-layout-1 .reference-image {
    max-width: 600px;
}
@media screen and (max-width: 840px) and (min-width: 481px) {
    .frame-type-bcbase_referencelist.frame-layout-1 .display-flex {
        justify-content: flex-end;
        align-items: center;
        justify-items: revert;
        flex-direction: column-reverse;
    }
    .frame-type-bcbase_referencelist.frame-layout-1 .display-flex .reference-image {
        max-width: 40%;
    }   
    .frame-type-bcbase_referencelist.frame-layout-1 .display-flex .reference-image img {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    #root .frame-type-bcbase_referencelist.frame-layout-1 .display-flex {
        flex-direction: column-reverse;
    }
    #root .frame-type-bcbase_referencelist.frame-layout-1 .reference-box .reference-image {
        height: auto
    }
    #root .frame-type-bcbase_referencelist.frame-layout-1 .reference-box .reference-image img {
        width: 100%;
    }
}

.frame-type-bcbase_referencelist.frame-layout-2 .reference-image {
    filter: none;
    min-width: 0;
    max-width: 100%;
}
.frame-type-bcbase_referencelist.frame-layout-2 .section-bodytext.teaser + div {
    margin-top: 30px;
}

.reference-items.layout-style-2 {
    gap: 50px;
}

.reference-items.layout-style-2 .reference-box {
    background: #fff;
    border-radius: 12px;
    padding: revert;
    flex: 1 1 calc(50% - 50px);
    max-width: none;
    width: auto;
    box-shadow: inset 0px -1px 20px 4px rgb(0 0 0 / .08);
}
.reference-items.layout-style-2 .reference-box img {
    width: 100%;
    display: block;
}
.reference-items.layout-style-2 .reference-header-text { 
    flex: 1;
    width: 100%;
    padding: 15px;
}
.reference-items.layout-style-2 .reference-box .display-flex {
    gap: 0;
}
.reference-items.layout-style-2 .reference-wide-image {
    max-height: 360px;
    overflow: hidden;
}
.reference-items.layout-style-2 p {
    font-size: calc(var(--text-font-size) - 2px);
    margin-bottom: 10px;
}


@media screen and (max-width: 940px) {
    .reference-items.layout-style-2 {
        gap: 0px;
    }
    .reference-items.layout-style-2 {
        flex-direction: column;
        max-width: 850px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    .reference-items.layout-style-2 .reference-box .display-flex {
         flex-direction: column;
    }
}

/* Move later to other css file*/
.content-listtype-bcbase_referencedetail .frame-type-mask_text.frame-layout-0 {
    padding: 20px 0;
}
.content-listtype-bcbase_referencedetail .frame-default header.section-header {
    padding: 0;
}
.content-listtype-bcbase_referencedetail .frame-default .fg_teaser {
    margin: 20px auto 20px;
}
.reference-content {
    max-width: var(--default-wrapper-max-width);
    padding: 20px 20px 0px;
    margin: 0 auto 40px;
}
@media screen and (min-width: 1025px) {
    .reference-content {
        padding: 50px 20px 0px;
    }
}
@media screen and (max-width: 720px) {
    .content-listtype-bcbase_referencedetail .frame-type-mask_text.frame-layout-0 {
        padding: 20px;
    }
}
.reference-informationbox {
    display: flex;
    flex-direction: column;
    gap: 9px;
    max-width: initial;
    float: right;
    padding: 15px;
    border: 1px solid #ebebe9;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    width: 340px;
    margin-left: 15px;
}
.reference-informationbox u {
    font-size: 0.8em;
}
.reference-informationbox a {
    font-size: 1rem;
}
.reference-text-wrap *:last-child {
    margin-bottom: 0px;
}
.bcbase-reference ul.pager li {
    display: block;
    margin-bottom: 0;
    font-size: 22px;
}
.bcbase-reference ul.pager {
    max-width: var(--default-wrapper-max-width);
    padding: 20px 20px 20px;
    margin: 60px auto 40px;
    width: 100%;
    border-bottom: 1px solid #ced0d769;
    border-top: 1px solid #ced0d769;
}
.bcbase-reference span.project-name {
    color: #000;
    font-size: 25px;
}
.bcbase-reference ul.pager li.next {
    text-align: right;
}
.bcbase-reference .reference-label {
    display: block;
    margin-bottom: 10px;
}
.frame-type-bcbase_referencelist.frame-layout-1 .display-flex {
    -webkit-box-direction: reverse;
    -moz-box-direction: revert;
    -webkit-box-orient: revert;
    -moz-box-orient: revert;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.frame-type-bcbase_referencelist.frame-layout-1 .reference-items.fg_teaser > * {
    width: auto;
}
a#back-to-top-inside-footer {
    position: absolute;
    border-radius: 50%;
    background: #a47f48;
    display: block;
    left: 0;
    right: 0;
    top: -20px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 0px !important;
    margin: 0 auto;
    text-align: center;
}
a#back-to-top-inside-footer:after {
    content: "\21E1";
    font-size: 30px;
    display: block;
    color: #ebebe9;
    line-height: 40px; 
}
/*/ News as blog*/
.frame-type-news_newsliststicky .news {
    margin: 0 auto;
    width: 100%;
    max-width: var(--default-wrapper-max-width);
    padding: 0 20px 40px;
}

.frame-type-news_newsliststicky header * {
    color: #222429;
}
.frame-type-news_newsliststicky .news-latest-view {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.frame-type-news_newsliststicky section.article.boxy-view {
    max-width: none;
    width: 33%;
    flex-direction: column;
    padding: 0;
    margin: 0;
    border: 1px solid #f7f7f7;
}
.frame-type-news_newsliststicky section.article.boxy-view img {
    max-width: 100%;
}
.frame-type-news_newsliststicky .blog-headline {
    color: #222429;
    font-size: 20px;
    line-height: 24px;
}
.frame-type-news_newsliststicky .boxy-view .section-wrap.display-flex {
    flex-direction: column;
    background: #f6f6f5;
    min-height: 100%;
    justify-content: flex-start;
}
.frame-type-news_newsliststicky .boxy-view .col.new-text-col {
    padding: 48px 18px 30px;
    background: #f6f6f5;
    width: 100%;
}
.frame-type-news_newsliststicky .teaser-text a.btn {
    padding: 5px 10px;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    background-color: #a47f48;
    border-color: rgb(164 127 72 / 36%);
}
.frame-type-news_newsliststicky .teaser-text {
    margin-top: 15px;
}
.frame-type-news_newsliststicky .boxy-view span.news-list-date {
    position: absolute;
    margin-bottom: 0;
    top: 0;
    left: 0;
    bottom: auto;
    border-radius: 3px;
}
.frame-type-news_newsliststicky .boxy-view span.news-list-date time {
    display: flex;
    flex-direction: column;
    background: #a47f48;
    color: #fff;
}
.frame-type-news_newsliststicky .boxy-view span.month-year {
    padding: 6px;
    background: #000;
    font-size: 0.9rem;
}
.frame-type-news_newsliststicky span.date {
    font-size: 36px;
    font-weight: 300;
    padding: 6px 4px;
    line-height: 36px;
    background: #ebebe9;
    color: #000;
}
.frame-type-news_newsliststicky .teaser-text {
    margin-top: 15px;
}
.frame-type-news_newsliststicky .teaser-text a.btn {
    padding: 5px 10px;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    background-color: #a47f48;
    border-color: rgb(164 127 72 / 36%);
}
span.news-list-tags {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
span.news-list-tags span {
    line-height: 1.5rem;
    border-bottom: 1px solid #000;
}
.news-filter-container {
    min-width: 350px;
}
.news-list-view {
    gap: 40px;
    width: 100%;
    justify-content: space-between;
}
.frame-type-news_newsdetail .tools-stripe,
.news-list-view .tools-stripe {
    gap: 0 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.frame-type-news_newsdetail .rating_record {
    flex-direction: row;
    flex-wrap: nowrap;
}
.frame-type-news_newsdetail span.news-list-tags span,
.news-list-view:not(.news-latest-view) span.news-list-tags span {
    border-bottom: 0;
}
.frame-type-news_newsdetail .news-list-tags,
.news-list-view .news-list-tags {
    gap: 5px;
    align-items: center;
}
.frame-type-news_newsdetail .news-list-date,
.news-list-view .news-list-date {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}
.frame-type-news_newsdetail .news-list-date time,
.news-list-view .news-list-date time {
    line-height: 1.5rem;
}
.frame-type-news_newsliststicky .news-latest-view {
    justify-content: center;
}
.filter-box {
    padding: 45px 45px;
    background: #F5F5F5;
}
.filter-box .filter-headline strong {
    color: #222429;
}
.frame-type-news_newsliststicky .filter-box .news {
    padding: 0;
    margin-top: 20px;
}
.news-list-view.display-flex.flex-direction-row section {
    margin-bottom: 40px;
}
.frame-type-news_newsliststicky .filter-box ul.news-tags {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}
.frame-type-news_newsliststicky .filter-box ul.news-tags li {
    display: block;
}
.frame-type-news_newsliststicky .filter-box ul.news-tags li a {
    background: #fff;
    padding: 6px 15px;
    font-size: 13px !important;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
    text-transform: capitalize;
}


.frame-type-news_newsliststicky .filter-box ul.news-tags li a:hover {
    background: #00613d;
    color: #fff;
}
.frame-type-news_newsliststicky header + .news .news-list-view.display-flex.flex-direction-row {
    margin-top: 40px;
}
.clear-all-container {
    padding-top: 15px;
    border-top: 1px solid #fff;
    margin-top: 15px;
}
.frame-type-news_newsdetail .article > .frame.frame-type-mask_text {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.frame-type-news_newsdetail .article > .frame .fg_teaser {
    margin: 10px auto;
}
.frame-type-text header *:not(h1):not(.h1):not(h2):not(.h2):not([class^="color-"]), 
.frame-type-news_newsdetail .article .ce-headline-bc {
    font-size: 30px;
    color: #000;
}
.content-ctype-news_newsdetail main ul li, 
.content-ctype-news_newsdetail main ol li, 
.content-ctype-news_newsdetail p, 
.content-ctype-news_newsdetail .p {
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.frame-type-news_newsdetail .frame-type-text {
    padding-top: 30px;
    padding-bottom: 30px;
}
.news-related {
	padding: 0 20px;
    margin: 80px auto;
    max-width: 980px;
}
.news-related li {
    display: block;
    padding: 5px;
    border-bottom: 1px solid #ced0d769;
    border-top: 1px solid #ced0d769;
}
.news-related li + li {
	margin-top: 5px;
}

/*/*/
#root .frame-type-bcbase_contactform .section-inner:not(.layout-mode-twocolumn) {
    max-width: 990px;
    margin: 0 auto;
}
.grid-template-columns-2 form .flex-direction-row {
   -webkit-box-direction: normal;
   -moz-box-direction: normal;
   -webkit-box-orient: vertical;
   -moz-box-orient: vertical;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
}
.grid-template-columns-2 form button[type="submit"] {
   width: 100% !important;
   max-width: 280px;
   margin: 0 auto;
   display: block;
}
#p .frame-type-bcbase_contactform label:not(.custominput-wrap) {
    background: transparent;
}
#p .frame-type-bcbase_contactform .h1, 
#p .frame-type-bcbase_contactform h1 {
    font-size: var(--responsive-h2-1100-font-size);
}
#p .frame-type-bcbase_contactform .h2, 
#p .frame-type-bcbase_contactform h2 {
    font-size: var(--responsive-h3-1100-font-size);
}
 
.display-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin: 0 auto;
}
.form-teaser > div {
    gap: 40px;
}
@media screen and (min-width: 769px) {
    .display-grid.grid-template-columns-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .form-teaser > div {
        gap: 20px;
    }
}
.display-grid.grid-template-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.display-grid.grid-template-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.display-grid.grid-template-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

/* Accordion */
#root .accordion {
    width: 100%;
}
#root .accordion .a-h {
    padding-right: 50px;
}
#root .accordion .a-h.open {
	display: block;
}
#root .accordion .a-body {
	display: none;
}
#root .accordion .a-body.open {
	display: block;
}

/*Row teaser*/
section.related-links {
    margin: 0 auto
}
section.related-links.teaser:last-child {
    margin-bottom: 50px
}
h2+.row-teaser {
    margin-top: 40px
}
.row-teaser {
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.row-teaser li {
    width: 100%;
    border-bottom: 5px solid #9cbfe3;
    font-size: 2em;
    display: flex;
    position: relative;
    background: #fff;
}
@media screen and (min-width: 468px) {
    .row-teaser li {
        width: 46.5%;
        min-width: 200px;
    }
}
@media screen and (min-width: 768px) {
    .row-teaser li {
        width: 300px;
    }
    .items-number-4 li {
        width: 250px;
    }
}
.row-teaser.feature-links li figure:before {
    content: " ";
    width: 25%;
    height: 5px;
    bottom: -5px;
    right: 0;
    position: absolute;
    background: #9cd7b7
}
.row-teaser li.hide-item {
    position: absolute;
    left: -3000em;
    top: 0;
    right: auto;
    bottom: auto
}
.row-teaser li a {
    padding: 47px 25px 65px;
    display: block;
    text-decoration: none!important;
    width: 100%
}
.text-wrap {
    position: relative;
    margin-bottom: 0;
    padding: 0 0 0
}
.row-teaser .no-image .icon_phone,
.row-teaser .no-image .icon_link,
.row-teaser .no-image .icon_link_alt {
    color: #000;
    font-size: 39px;
    margin: 20px auto;
    display: table
}
.row-teaser strong.item-title {
    display: block;
    text-align: center;
    font-size: 21px;
    line-height: 24px;
    color: #252525;
    font-weight: 600
}
.row-teaser strong+.item-text {
    color: #252525;
    font-size: 14px;
    line-height: 24px;
    display: block
}
.row-teaser li .button-wrap {
    display: block;
    visibility: hidden;
    position: absolute;
    left: 50%;
    bottom: -23px;
    width: 160px;
    min-height: 42px;
    padding: 3px 3px 3px 3px;
    height: auto;
    line-height: 1.2;
    margin: 0 0 0 -80px;
    border: 1px solid #e5ebf6;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-color: #9cd7b7;
    color: #252525;
    opacity: 0;
    -webkit-transition: opacity .32s ease-in-out;
    -moz-transition: opacity .32s ease-in-out;
    -o-transition: opacity .32s ease-in-out;
    transition: opacity .32s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.touch .row-teaser li .button-wrap {
    opacity: 1;
    background-color: #f0c415;
    border: 1px solid #f0c415;
    visibility: visible;
    color: #252525
}
@media screen and (max-width: 560px) {
    .touch .row-teaser li {
        margin-bottom:40px
    }
    .touch .row-teaser li a {
        padding-bottom: 30px
    }
}
@media (any-hover: hover) {
    .row-teaser li:hover .button-wrap {
        opacity:1;
        visibility: visible
    }
}
.row-teaser.feature-links li a {
    padding: 30px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    justify-content: space-between
}
.row-teaser.feature-links li span.text-wrap {
    display: block;
    padding: 0 18px 20px
}
.row-teaser.feature-links li span.text-wrap:first-child {
    padding-top: 18px
}
.row-teaser.feature-links li figure {
    margin: 0 0 10px;
    width: 100%;
    max-width: none!important
}
.row-teaser.feature-links li figure img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0 auto
}
.two-column-inner header + * {
    margin-top: 30px;
}
.two-column-inner > header, 
.two-column-inner .fg_teaser {
    padding-left: 0;
    padding-right: 0;
}

.property-view {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}
.property-view .slick-slide {
    position: relative;
    border-radius: 21px 6px 33px 3px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}
.property-wrap {
    position: relative;
}
.property-name {
    position: absolute;
    bottom: 0;
    padding: 10px;
    text-align: center;
    width: 100%;
    left: 0;
    background: rgb(158 182 89);
    transition: all 300ms ease;
    right: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.property-view .slick-center .property-name {
    background: rgb(56 100 101);
}
.property-view .slick-center .property-name span {
    color: #fff;
    letter-spacing: 1px;
}
.property-view  .property-name span {
   letter-spacing: 1px;
}
.property-view ul.slick-dots {
    display: none !important;
}
.related-content > div {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgb(228 220 208 / .3);
}
.property-view .related-content .is-selected {
    opacity: 1 !important;
    z-index: 10 !important;
    position: static;
}
.property-person-data {
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}
.property-person-data .person {
    padding: 15px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    width: calc(50% - 20px);
    background: #fff;
    border-radius: 21px 6px 33px 3px;
}
.property-person-data img {
    width: 100px;
    height: auto;
    display: block;
    border-radius: 50%;
   overflow: hidden;
}
.property-person-data .position {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.property-person-data .bc_person_detail {
    display: flex;
    gap: 10px;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.bc_person_detail-content { 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.close-modal {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 18px;
    cursor: pointer; 
    background: rgb(56 100 101);
    padding: 5px;
    color: #fff;
    font-weight: 200;
}
.property-view .classic-headline {
    flex-direction: row;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.property-view .classic-headline > span:before {
    opacity: .7;
    color: #a47f48;
    content: "\f001";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    font-size: 10px;
    margin-right: 2px;
}
.modal-activated .slider.invoke-carousel-for-persons {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .property-person-data {
        flex-direction: column;
    }
    .property-person-data .person {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .property-view .slider {
        width: 100vw;
        left: -20px;
    }
    .property-view .property-wrap img {
        width: 320px;
        height: 280px;
        object-fit: cover;
        object-position: center center;
    }
}
.slick-prev:before, .slick-next:before {
    color: #a47f48;
}
.slick-next:before {
    content: "\f105";
    font-size: 22px;
}
.slick-prev:before {
    content: "\f104";
    font-size: 22px;
}
.slick-arrow {
    border-radius: 50%;
}
.slick-disabled {
    pointer-events: none;
}
.frame-type-bc_base_accordion:focus .aos-init {
    opacity: 1 !important;
    transform: translateZ(0) !important;
}