/*loader css*/
#cover-spin {
    position:fixed;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}
@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}
@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}
#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
ul.f3-widget-paginator li a {
    color: #505050;
    padding: 5px 10px 4px;
    display: inline-block;
}
ul.f3-widget-paginator li.current {
    padding: 5px 10px 4px;
}
.text-bild p .icon-link {
    margin-top: 20px;
}
.text-bild p .btn + .icon-link {
    margin-top: 40px; }
@media (min-width: 768px) {
  .text-bild p .btn + .icon-link {
    margin-left: 40px;
    margin-top: 10px; } }
.form-section span.error {
    color: red;
}

#myList .propertyList{ display:none;
}

/*1 Nov Chnages*/
.header-mobile-languages {
    margin-left: auto;
    margin-right: 52px;
    margin-top: -3px;
}

.header-mobile-languages a {
    margin-left: 8px;
}

.three-col-teaser {
    -webkit-hyphens: auto;
    hyphens: auto;
    -webkit-word-break: break-word;
    word-break: break-word;
}

.featured-properties-section .featured-properties-wrapper {
    top: -140px;
}

.testimonial-slide .testimonial-image img {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-slide .testimonial-image {
  position: relative;
}

@media(min-width: 576px) {
    .featured-properties-section .featured-properties-wrapper {
        top: -100px;
    }
}
@media(max-width: 992px) {
    .footer-bottom .copyright-link a + a:after {
        top: 4px;
    }

    .featured-properties-section {
        margin-bottom: 150px;
    }

    .featured-properties-section + .content-section {
        padding-top: 100px;
    }
}

@media(max-width: 767px) {
    .inner-banner-block .inner-banner-content {
        padding: 0 15px;
    }

    .support-content,
    .inner-banner-content,
    .project-content,
    .project-content h4,
    .promo-alert-box-content h2,
    .about-teaser-section h2 {
        -webkit-hyphens: auto;
        hyphens: auto;
        -webkit-word-break: break-word;
        word-break: break-word;
    }

    .landing-slide-block .headline,
    .inner-banner-block h1,
    .support-icon, .support-content h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .three-col-teaser {
        padding-left: 25px;
        padding-right: 25px;
    }

    .featured-properties-wrapper .promo-alert-box-content h2 {
        font-size: 23px;
        line-height: 34px;
    }
}

@media(max-width: 576px) {
    .featured-properties-section + .content-section {
        padding-top: 60px;
    }
}
/*1 Nov Chnages*/
/* cms page css */
.ce-align-left {
  text-align: left;
}
.ce-align-center {
  text-align: center;
}
.ce-align-right {
  text-align: right;
}
.ce-table td,
.ce-table th {
  vertical-align: top;
}
hr {
  border-top: solid 1px #fff;
}
.ce-textpic,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  overflow: hidden;
}
.ce-center .ce-outer {
  float: right;
  position: relative;
  right: 50%;
}
.ce-center .ce-inner {
  float: right;
  position: relative;
  right: -50%;
}
.ce-gallery figure {
  display: table;
  margin: auto;
}
.ce-gallery figcaption {
  caption-side: bottom;
  display: table-caption;
  hyphens: manual;
  word-break: break-all;
}
.ce-gallery img {
  display: block;
}
.ce-gallery iframe {
  border-width: 0;
}
.ce-border img,
.ce-border iframe {
  border: 2px solid #000;
  padding: 0;
}
.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery,
.ce-below .ce-gallery {
  margin-bottom: 0;
}
.ce-intext.ce-right .ce-gallery {
  margin-top: 3px;
}
.ce-intext.ce-left .ce-gallery {
  margin-top: 3px;
}
.ce-intext.ce-right .ce-bodytext h5,
.ce-intext.ce-left .ce-bodytext h5 {
  margin-top: 4px;
}
.ce-above .ce-gallery {
  margin-top: 0;
}
.ce-below.ce-right .ce-gallery,
.ce-below.ce-left .ce-gallery,
.ce-below.ce-center .ce-gallery {
  margin-bottom: 0;
  margin-top: 0;
}
.ce-column {
  margin-bottom: 15px;
  margin-right: 15px;
}
.ce-column:last-child {
  margin-right: 0;
}
.ce-row {
  margin-bottom: 10px;
}
.ce-row:last-child {
  margin-bottom: 0;
}
.ce-above .ce-bodytext {
  clear: both;
}
.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  overflow: auto;
  padding-left: 40px;
}
.ce-intext.ce-left ul {
  padding-left: 0;
}
.ce-uploads img {
  margin-top: 5px;
}
.ce-uploads span {
  display: block;
}
.float-left img {
  margin-right: 20px;
}
.float-right img {
  margin-left: 20px;
}
.frame .ce-textpic {
  padding-bottom: 20px;
}
.image .lightbox {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.frame .ce-textpic img {
  margin-bottom: 10px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-right: 10px;
}
.frame .ce-textpic.ce-left {
  padding-bottom: 0;
}
.frame .ce-textpic.ce-left .ce-gallery img {
  margin-bottom: 0;
}
.button-group {
  margin: 20px auto;
}
.cc-window {
  flex-wrap: wrap;
}
.cc-message {
  margin-bottom: 10px;
}
.ce-right .ce-gallery,
.ce-left .ce-gallery {
  float: none;
  margin: 0 auto;
}
.ce-column {
  float: none;
}
.ce-image img {
  margin-bottom: 10px;
}
.video-section .ce-textpic {
  padding-bottom: 0;
}
.frame-space-after-extra-large {
  margin-bottom: 70px;
}
.frame-space-before-extra-large {
  margin-top: 70px;
}
.frame-space-after-large {
  margin-bottom: 50px;
}
.frame-space-before-large {
  margin-top: 50px;
}
.frame-space-after-medium {
  margin-bottom: 30px;
}
.frame-space-before-medium {
  margin-top: 30px;
}
.frame-space-after-small {
  margin-bottom: 20px;
}
.frame-space-before-small {
  margin-top: 20px;
}
.frame-space-after-extra-small {
  margin-bottom: 12px;
}
.frame-space-before-extra-small {
  margin-top: 12px;
}
header.masthead .intro-text .intro-lead-in {
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  header.masthead .intro-text .intro-lead-in {
    line-height: 50px;
  }
  .frame-space-after-extra-large {
    margin-bottom: 130px;
  }
  .frame-space-before-extra-large {
    margin-top: 130px;
  }
  .frame-space-after-large {
    margin-bottom: 80px;
  }
  .frame-space-before-large {
    margin-top: 80px;
  }
  .frame-space-after-medium {
    margin-bottom: 50px;
  }
  .frame-space-before-medium {
    margin-top: 50px;
  }
  .frame-space-after-small {
    margin-bottom: 40px;
  }
  .frame-space-before-small {
    margin-top: 40px;
  }
  .frame-space-after-extra-small {
    margin-bottom: 25px;
  }
  .frame-space-before-extra-small {
    margin-top: 25px;
  }
  .ce-left .ce-gallery,
  .ce-column {
    float: left;
  }
  .ce-right .ce-gallery {
    float: right;
  }
  .ce-intext.ce-right .ce-gallery {
    margin-left: 50px;
  }
  .ce-intext.ce-left .ce-gallery {
    margin-right: 50px;
  }
}
