.closeBtn_demian {
    position: absolute;
    right: 20px;
    top: 75px;
    width: 20px;
}

@media screen and (min-width: 1366px) {
    .closeBtn_demian {
        display: none;
    }
}


/* menu */

#open-main {
    background: transparent;
}

#open-share {
    background: transparent;
    margin-top: 10px;
}

#share button.close:after,
#share button.close:before {
    background-size: 187px 98px;
    background-position: -109px 0;
}

#open-share::after,
#open-share::before {
    background: url(../svg/main_buttons.svg) no-repeat;
    background-position: -60px 0px;
}


/* slider */

.cust-slider .next span:nth-child(3n),
.cust-slider .prev span:nth-child(3n) {
    display: none;
}

.cust-slider .scroll span:nth-child(2n) {
    display: none;
}

p {
    margin-top: 0;
    line-height: 40px;
}
@media screen and (max-width: 479px)  {
    p {
        line-height: 25px;
    }
}

/* 2019-05-23 xp */

#sitemap .top {
    background: white;
}

.towercontainer {
    position: relative;
}

.towercontainer__inner {
    position: relative;
}

.towercontainer.active .towercontainer__inner .assets-controls {
    position: fixed;
    left: 30px;
    top: 89px;
    max-height: 90vh;
    background: white;
}

.towercontainer__inner .assets-container {
    position: relative;
}

.towercontainer__inner .assets-container .assets-detail {}

.towercontainer__inner .assets-controls .assets-controls-inner {
    left: 0;
    width: 90%;
}

.assets-filters.place.show {
    width: 90%;
    position: relative;
    left: 30px;
}

#assets-controls-toggle.assets-controls-toggle-bt {
    top: 30px;
}

.assets-detail-plan.anim,
.towercontainer__inner .assets-container .assets-detail.show {
    max-height: 90vh;
}

.assets-detail-plan.zoomed {
    max-height: 90vh !important;
}

.towercontainer__inner .assets-container .assets-detail.show {
    position: fixed;
    z-index: 100;
    top: 50%;
    width: 90vw;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 1000px black;
    padding: 20px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    overflow-y: scroll;

    /* distance with language menu */
    margin-top: 30px;
}


/** mobile fix */

@media screen and (max-width: 639px) {
    .towercontainer .assets-container {
        background: white;
    }
    .towercontainer__inner .assets-container .assets-detail.show {
        margin-top: 20px;
    }
    #assets-detail-close .icon {
        display: inline-block;
    }
    .assets-detail-plan,
    .assets-detail-plan::after {
        width: 100% !important;
        margin-top: 10px !important;
        background-position: top !important;
    }
    .assets-detail-plan.zoomed {
        background-position: -278px -156px !important;
        background-size: 250% !important;
    }
    /* images in mobile */
    .towercontainer__inner .assets-detail.place.show .assets-detail-plan.zoomed,
    .towercontainer__inner .assets-detail.place.show .assets-detail-tower-plan,
    .towercontainer__inner .assets-detail.place.show .assets-detail-plan.anim {
        min-height: 200px;
    }
    .assets-detail-plan.anim,
    .towercontainer__inner .assets-detail.place.show .assets-detail-tower-plan {
        max-height: 200px !important;
    }
    .assets-detail-close-bt {
        right: 15px;
    }
}


/* share icons */

@media screen and (max-width: 639px) {
    #share.show {
        top: 50px !important;
    }
}


/** logo cwrap-logo logo-s */

.small-logo a {
    width: auto;
    left: 50%;
    transform: translate(-50%);
}

.top .small-logo a {
    top: 0 !important;
}

.sub .logo-s.level-two a,
.top .logo-s.level-one a {
    top: 0 !important;
}

.small-logo a .cwrap-logo__logo {
    float: left;
}

.small-logo a img {
    margin-top: 17px;
}

.cwrap-logo.logo-s a {
    position: relative;
}

.cwrap-logo__logo {
    display: block;
    background: url(../icons/Jabee_J-Logo_pos_RGB-01.svg);
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.small-logo-scroll a {
    display: block;
}

.small-logo-scroll a .cwrap-logo__logo {
    float: left;
    top: -12px;
    position: relative;
}


/* footer */

#footer {
    z-index: 10;
    position: relative;
}


/* Core update 8.7 menu fix */

.cover {
    background-position: center center !important;
    background-size: cover !important;
}

.sub .cwrap-text {
    display: block !important;
    height: 100vh;
    position: relative;
}

.crumbs__span {
    display: none;
}

.tiles-menu .show .crumbs {
    position: relative;
}

.theSubNav {
    height: 100% !important;
    width: 100%;
}

.theSubNav a {
    /*    height: 100%;*/
    width: 100%;
    max-height: 300px;
}

@media (max-width: 768px) {

    .theSubNav a {
        max-height: 180px;
    }
    .sub .cwrap-text {
        text-indent: -9999px;
    }
    .sub .cwrap-text .nav-bar {
        text-indent: 0;
    }
}

@media (max-width: 480px) {
    .theSubNav a {
        max-height: 145px;
    }
}

.show .cwrap-top-bar {
    position: relative;
    z-index: 10;
}


/* end fix 2019-06-12 */


/* slider for Furnished  */

.dce_imgs {
    padding-top: 50px;
    padding-bottom: 50px;
    background: white;
}

.dce_imgs .cwrap-col {
    width: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}


/**
 * css for apartment
 */

[v-cloak] {
    display: none;
}

.clear {
    clear: both;
}

.apartmentList {
    background: white;
    overflow: hidden;
    padding-bottom: 50px;
    margin-bottom: 50px;
    display: block;
}

.apartmentList .assets-preview,
.apartmentList .assets-list {
    float: left;
}

.apartmentList .assets-preview {
    width: 25%;
    min-height: 450px;
    min-width: 250px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
}

.apartmentList .assets-list {
    width: 75%;
    margin-left: 25%;
}

.apartmentList .a-row,
.apartmentList .title {
    border-bottom: 1px solid black;
}

.apartmentList .title,
.apartmentList .title span {
    font-weight: bold;
}

.apartmentList .assets-list span {
    width: 12%;
    display: inline-block;
    padding: 8px;
}

.apartmentList .a-row {
    cursor: pointer;
}

.apartmentList .a-row:hover {
    background: #DB698F;
}


/* .apartmentList .a-row span {
    height: 40px;
 } */

.apartmentList .assets-preview img {
    max-height: 500px;
    max-width: 260px;
}

.left,
.right {
    float: left;
}

.apartmentList .assets-detail {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    background: white;
    height: 90%;
    width: 90%;
    overflow: scroll;
    z-index: 11;
    transform: translate(-50%, -50%);
    padding: 100px 20px 20px 20px;
    cursor: auto;
    box-shadow: 0px 0px 10000px #000;
}

@media screen and (min-width: 1367px) {
    .apartmentList .assets-detail {
        padding: 50px 20px 20px 20px;
    }
}

.assets-detail-body dt {
    float: left;
    width: 50%;
}

.planFlat {
    overflow: hidden;
    width: 100%;
    text-align: center;
    float: right;
    padding-top: 30px;
}

.planFlat-img {
    width: 100%;
    height: 100%;
    max-width: 800px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

#assetsDetailClose {
    float: right;
}

#assetsDetailClose .assets-detail-close-bt .icon {
    top: 30px;
    right: 0;
    width: 18px;
    height: 2px;
    position: absolute;
    background: transparent;
    transition: background 250ms ease;
}

#assetsDetailClose .assets-detail-close-bt .icon:after,
#assetsDetailClose .assets-detail-close-bt .icon:before {
    right: 0;
    width: 18px;
    height: 2px;
    content: ' ';
    display: block;
    position: absolute;
    background: #323232;
    transition: width 250ms ease, top 250ms ease, bottom 250ms ease;
}

.apartmentList .cwrap-text {
    font-family: 'RevolutionGothic-Bold', Arial, Helvetica, sans-serif, sans;
    text-transform: uppercase;
    margin-left: 80px;
}


/**
 * language menu
 */

.lang-nav {
    position: fixed;
    right: 90px;
    top: 40px;
}

.lang-nav a {
    color: black;
    margin-right: 10px;
}

.lang-nav a.act {
    font-weight: bold;
}

header#header {
    width: calc(100% - 60px);
    /* background-color: white; */
    display: block;
    padding: 8px;
}

.assets-detail-info,
.planFlat {
    width: 50%;
}

img.plan_flat {
    transform: scale(2);
}

.apartmentList .assets-list span.backToListing {
    width: 100%;
}

.dce_imgs .cwrap-col {
    width: 50%;
    position: relative;
    right: 0;
}

.showOnlyMobile {
    display: block;
}

@media screen and (min-width: 668px) {
    .showOnlyMobile {
        display: none;
    }
}

/* apps links */

.dce_app {
    position: relative;
    overflow: hidden;
    margin-top: 90px;
    margin-bottom: 90px;
}

.dce_app .bg {
    min-height: 200px;
}

.dce_app .container {
    background: white;
    min-height: 490px;
}

.dce_app .container .left {
    width: 60%;
}

.dce_app .container .right {
    width: 40%;
}

.dce_app .container img {
    width: auto;
}

.dce_app .container .mobile {
    position: relative;
}

.dce_app .container .mobileimg {
    top: -200px;
}

.dce_app .container .infotext {
    background: #5378ea;
    width: 200px;
    height: 200px;
    border: 2px solid white;
    border-radius: 50%;
    transform: rotate(-15deg);
    box-shadow: 0 0 0 10px #5378ea;
    position: relative;
    top: 230px;
    right: -145px;
    color: white;
    padding: 20px;
    text-align: center;
}

.dce_app .container .infotext strong {
    font-size: 1.5rem;
}

.dce_app .container .infotext p {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.dce_app .container .text {
    padding: 20px 100px;
}

.textmain strong {
    font-size: 5rem;
    line-height: 5.5rem;
}

.dce_app .container .infoImg {
    bottom: -75px;
    right: 155px;
}

.textmain ul {
    list-style: none;
    padding-left: 0;
}

.textmain ul li {
    font-size: 2rem;
    font-weight: bold;
    background: url(../icons/Icon_Haekchen.png);
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    padding-left: 3.5rem;
}

.dce_app .links a {
    margin-right: 2rem;
}

@media screen and (max-width: 1024px) {
    .dce_app {
        margin-bottom: 0;
    }

    .textmain strong {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .dce_app .links a {
        margin-right: 0;
        display: inline-block;
        margin-bottom: 1rem;
    }

    .dce_app .container .infoImg {
        bottom: 315px;
        right: -45px;
    }

    .dce_app .container {
        min-height: 650px;
    }
}

@media screen and (max-width: 768px) {
    .dce_app .container {
        min-height: 885px;
    }
    .dce_app {
        overflow: visible;
    }

    .textmain strong {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .dce_app .container .text {
        padding: 20px;
    }

    .dce_app .container .left {
        width: 100%;
    }

    .dce_app .container .mobile,
    .container .text.left {
        float: none;
    }

    .dce_app .container .right {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 230px;
        padding-bottom: 200px;
    }

    .dce_app .container .mobileimg {
        top: 0;
        left: 50%;
        transform: translate(-50%);
    }

    .dce_app .container .infoImg {
        bottom: -265px;
    }
}

@media screen and (max-width: 568px) {

    .dce_app .links a {
        margin-right: 0;
        display: inline-block;
        margin-bottom: 1rem;
    }

    .dce_app .container .infoImg {
        bottom: 0;
        right: 0;
        float: right;
        top: -80px;
    }

    .dce_app .container {
        overflow: hidden;
    }

    .dce_app .container .right {
        padding-bottom: 0;
    }
}

/**
 * apps info element
 */

.text-center {
    text-align: center;
}
.appInfo {
    background: white;
    padding: 50px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.appInfo img {
    width: auto;

}

.appInfo .main {
    /* border: 1px solid black;
    padding: 10px 50px;
    margin: auto 15%;
    margin-top: -90px; */
    margin-bottom: 80px;
    background: white;
}

@media screen and (max-width: 568px) {
    .appInfo .main {
        margin: auto 0;
        padding: 10px;
    }

    .menu .ce-left .ce-bodytext {
        float: left;
    }
}

.ce-headline-center {
    text-align: center;
}

.ce-bodytext p {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22pt;
}

.appInfo .menu,
.appInfo .sub {
    margin-top: 50px;
}

.appInfo .menu .ce-gallery {
    margin-right: 40px;
}

.appInfo .moreInfo {
    /* margin-left: 200px; */
    margin-top: 25px; 
    /* border-top: 1px solid black; */
    padding-top: 25px; 
}

@media screen and (max-width: 568px) {
    .appInfo .moreInfo {
        margin-left: 0;   
    }
}

.appInfo .moreInfo ul {
    list-style: none;
    padding-left: 0;
}

.appInfo .moreInfo ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}

.appInfo .moreInfo li::before {
    content: '';
    background: red;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 5px;
}

.appInfo .moreInfo li:nth-child(1):before {
    background: rgb(255, 207, 66);
}
.appInfo .moreInfo li:nth-child(2):before {
    background: rgb(122, 194, 100);
}
.appInfo .moreInfo li:nth-child(3):before {
    background: rgb(0,171,150);
}
.appInfo .moreInfo li:nth-child(4):before {
    background: rgb(24,156,216);
}
.appInfo .moreInfo li:nth-child(5):before {
    background: rgb(51,111,183);
}
.appInfo .moreInfo li:nth-child(6):before {
    background: rgb(148, 94, 163);
}

.link_moebliert {
    text-transform: uppercase;
}

.link_moebliert a {
    color: black;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}

.link_moebliert a::after {
    top: 50%;
    right: -25px;
    width: 10px;
    height: 10px;
    content: ' ';
    display: block;
    position: absolute;
    transition: border 250ms ease;
    border-right: 2px solid #323232;
    border-bottom: 2px solid #323232;
    transform: rotate(-45deg) translate(0, -7px);
}

/* fixes jan 2020 TK */

body {
    text-align: center;
}

.ce-center .ce-gallery {
    margin-right: 0!important;
}


