html{
    background-image: none;
}
header{
    top: 0;
}
.z-index-10{
    z-index: 10;
}
.flex-container{
    flex-wrap: wrap;
}
.w33{
    flex: 0 33%;
    width: 33%;
}
.w50{
    flex: 0 50%;
    width: 50%,
}
.w60{
    flex: 0 0 60%;
    width: 60%;
}
.w66{
    flex: 0 0 66%;
    width: 66%;
}
.txt-left{
    text-align: left;
}
.blue{
    color: rgba(118, 180, 228, 1);
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
h2, 
h3{
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
}
h2{
    line-height: 0.9 !important;
}
h3{
    line-height: 1.1;
}

/*h3{
    font-size: 32px;
    line-height: 1.5rem;
}*/
h2 span, 
h3 span{
    position: relative;
}
h2 span,
h2.gold span, h2 span:last-child, h2 span:first-child, .claim h2 span{
    border-bottom: 0px none;
}
.lightblue{
    background-color: rgba(236, 242, 248, 1);
}
.inside{
    padding: 0 10%;
    position: relative;
}
.overview{
    padding: 20px 10%;
    box-sizing: border-box;
    margin-top: 200px;
    margin-bottom: 40px;
}
.overview > div{
    padding: 0 40px;
    box-sizing: border-box;
}
.overview h4{
    font-weight: 300;
    font-size: 42px;
    letter-spacing: 4px;
    line-height: 1.1;
    margin-top: 0;
}
.overview h4 span{
    position: relative;
    font-weight: 300;
    font-size: 28px;
    font-weight: 300;
}
h2 span:after,
h3 span:after, 
.overview h4 span:after{
    height: 1px; 
    position: absolute;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 1);
    bottom: 6px;
    left: -5px;
    right: -5px;
}
h3 span:after{
    left: -10px;
    right: -10px;
    bottom: 6px;
}
h2 span:after{
    bottom: 3px;
}
.overview .visual{
    border: 1px solid rgba(255, 255, 255, 1);
    padding-bottom: 65%;
    background-size: 100%;
    background-position: center;
    transition: all 0.2s ease;
}
.haus8 .visual{
    background-image: url('../img/gewerbe/haus8-thumb.jpg');
}
.haus10 .visual{
    background-image: url('../img/gewerbe/haus10-thumb.jpg');
}
.haus11 .visual{
    background-image: url('../img/gewerbe/haus11-thumb.jpg');
}
.overview > div:hover .visual{
    background-size: 105%;
}
.in-sales,
.sold{
    background-color: rgba(119, 172, 224, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
}
.overview .in-sales,
.overview .sold{
    padding: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(119, 172, 224, 1);
    transform: rotate(-15deg);
    position: relative;
    top: -50px;
}
.in-sales{
    background: linear-gradient(to bottom, rgb(194,153, 85, 1), rgb(117, 88, 51, 1),rgb(233, 184, 102, 1) ,rgb(117, 88, 51, 1), rgb(194,153, 85, 1));
}
.in-sales span{
    margin-top: -5px;
}
.overview .in-sales{
    box-shadow: 0 0 10px rgba(117, 88, 51, 1);
    transform: rotate(-15deg) scale(1.25);
    line-height: 1;
    display: flex;
    margin: 0 auto;
justify-content: center;
  align-items: center;
  line-height: 1.2;
}
img.lageplan{
    display: block;
    width: 100%;
    margin-top: 80px;
}
.offset{
    position: relative;
    top: -240px;
    margin-bottom: -240px;
    padding-top: 280px;
    padding-bottom: 40px;
}
.number{
    font-size: 32px;
}
.inside li{
    margin: 10px 0;
}
section{
    min-height: auto;
    padding-bottom: 0;
}
.intro{
    display: inline-block;
    position: relative;
    margin-bottom: 60px;
    font-size: 22px;
    font-weight: 300;
}
.intro:before{
    width: 1px;
    height: 50px;
    display: block;
    content: "";
    margin: 0 auto;
    background: black;
}
.haus-content .visual img{
    border: 2px solid rgba(255, 255, 255, 1);
}
.haus-content .visual img{
    display: block;
    width: 300%;
    position: relative;
    left: -150%;
}

.haus-content .metas{
    align-items: center;
    margin-top: 80px;
}
.haus-content .metas ul{
    color: rgba(255, 255, 255, 1);
    position: relative;
    left: 5vw;
}
.haus-content .metas ul:first-child h5{
    margin-top: 0;
}
.haus-content .metas ul h5{
    color: rgba(239, 216, 157, 1);
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.haus-content .infos{
    padding: 40px 0;
}
.haus-content .infos{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
    overflow: visible;
    align-items: center;
}
#haus-8 .infos{
    background-image: url('../img/gewerbe/meta-bg-haus8.jpg');
}
#haus-10 .infos{
    background-image: url('../img/gewerbe/meta-bg-haus10.jpg');
}
.haus-content .in-sale,
.haus-content .sold{
    font-size: 32px;
    padding: 15px 45px;
    position: relative;
    z-index: 10;
    right: 70%;
    top: 30px; 
}
#haus-10 .sold{
    font-size: 32px;
    padding: 0;
    position: relative;
    z-index: 10;
    left: 70%;
    top: 30px;
    width: 190px;
    height: 190px;
    line-height: 190px;
    margin-bottom: -150px;
    transform: rotate(-15deg);
    box-shadow: 0 0 10px rgba(119, 172, 224, 1);
    border-radius: 50%;
}
#haus-8 .sold{
  font-size: 32px;
    padding: 0;
    position: relative;
    z-index: 10;
    right: 70%;
    top: 30px;
    width: 190px;
    height: 190px;
    line-height: 190px;
    margin-bottom: -150px;
    transform: rotate(-15deg);
    box-shadow: 0 0 10px rgba(119, 172, 224, 1);
    border-radius: 50%;  
}
#haus-11 .in-sales {
  font-size: 32px;
  padding: 0;
  position: relative;
  z-index: 10;
  right: 70%;
  top: 30px;
  width: 190px;
  height: 190px;
  line-height: 190px;
  margin-bottom: -150px;
  transform: rotate(-15deg);
  box-shadow: 0 0 10px rgba(117, 88, 55, 1);
  border-radius: 50%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  right: 40%;
  margin-top: 60px;
  line-height: 1.2;
}
#haus-11 .in-sales span{
    margin-top: -20px;
}
#haus-11 .infos{
    background-image: url('../img/gewerbe/meta-bg-haus11.jpg');
}
.haus-content .gallery img{
    display: block;
}
.haus-content .gallery{
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
#haus-8 .gallery{
    background-image: url('../img/gewerbe/gallery-bg-haus8.jpg');
}
#haus-10 .gallery{
    background-image: url('../img/gewerbe/gallery-bg-haus10.jpg');
}
#haus-11 .gallery{
    background-image: url('../img/gewerbe/gallery-bg-haus11.jpg');
}
.owl-nav button{
    color: white;
    font-size: 120px !important;
    line-height: 120px !important;
}
.owl-nav button{
    position: absolute;
    top: 50%;
    margin-top: -50px;
    font-weight: 100 !important ;
}
.owl-nav button.owl-prev{
    left: -60px;
}
.owl-nav button.owl-next{
    right: -60px;
}
.gallery h3{
    margin-top: 0;
    position: relative;
    display: inline-block;
}
.gallery h3:after{
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    position: absolute;
    left: -10px; 
    right: -10px;
    bottom: 5px;
    display: block; 
    content: '';
}
.gallery {
    padding: 40px 5%;
    color: rgba(255, 255, 255, 1);
}
.gallery .owl-dots{
    margin-top: 20px;
}
.gallery .owl-dots button{
    width: 15px; 
    height: 15px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 1);
    margin: 0 5px;
}
.gallery .owl-dots button.active{
    background-color: rgba(255, 255, 255, 1);
}
#haus-10 .metas, 
#haus-10 .infos{
    flex-direction: row-reverse;
}
#haus-10 .visual img{
    left: -11vw;
}
#haus-10 .metas ul{
    left: -5vw;
}
.groundfloors{
    margin: 120px 0;
    text-align: left;
}
.names-haus11{
    width: 100%;
    max-width: 950px;
    padding: 0 40px;
    box-sizing: border-box;
    min-height: 30px;
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.names-haus11 .absolute:before{
    border-left: 1px dashed rgba(118, 180, 228, 1);
    height: 30px;
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    left: 10px;
}
.names-haus11 .absolute:after{
    border-left: 1px dashed rgba(118, 180, 228, 1);
    height: 30px;
    content: '';
    display: block;
    position: absolute;
    bottom: -40px;
    left: 10px;
}
.names-haus11 .absolute:nth-child(1){
    left: 14%;
}
.names-haus11 .absolute:nth-child(2){
    left: 30%;
}
.names-haus11 .absolute:nth-child(3){
    left: 44%;
}
.names-haus11 .absolute:nth-child(4){
    left: 63%;
}
.names-haus11 .absolute:nth-child(5){
    left: 84%;
}
.groundfloors img{
    width: 100%;
    max-width: 950px;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 40px auto;
    display: block;
}
.groundfloors img:nth-of-type(2){
    margin-top: 120px;
}
#haus-11 .groundfloors img{
    margin: 0 auto;
}
.groundfloors h4{
    font-weight: 400;
    letter-spacing: 1.5px;
    display: inline-block;
    position: relative;
    background: rgba(255, 255, 255, 1);
}
.groundfloors h4.absolute{
    top: 50%;
    transform: translateY(-100%);
}
.groundfloors h4{
    font-weight: 400;
    letter-spacing: 1.5px;
    margin: 0;
    position: relative;
    background: rgba(255, 255, 255, 1);
    margin-top: 20px;
    padding: 0px 0 14px;
    margin-top: 30px;
    display: block;
}
.groundfloors h4:nth-of-type(2){
    display: inline-block;
}
@media screen and (max-width: 1210px){
    .gallery{
        padding: 40px 7%;
    }
}
@media screen and (max-width: 1120px){
    /*.w33{
        flex: 0 100%;
        width: 100%;
    }*/
  
    .overview h4 span{
        font-size: 22px;
    }
}
@media screen and (max-width: 50em){

    .flex-container{
        flex-wrap: nowrap;
    }
    .w33{
        flex: 0 90%;
        width: 90%;
        margin: 0 auto;
    }
    .w50{
        flex: 0 100%;
        width: 100%;
    }
    h1, h2, h3, h4, h5, h6{
        line-height: 1.2;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 24px;
    }
    .inside{
        padding: 0 20px;
    }
    .offset{
        top: -120px;
        padding-top: 130px;
        padding-bottom: 20px;
        margin-bottom: -120px;
    }
    .overview > div{
        margin-bottom: 60px;
    }
    .overview h4{
        margin-bottom: 20px;
    }
    .overview h4 span{
        font-size: 28px;
    }
    .haus-content .visual img{
        width: 90%;
        margin: 0 auto;
        left: 0;
        margin-top: -160px;
        margin-bottom: 40px;
    }
    .haus-content .metas{
        overflow: visible;
    }
    .infos.w66{
        width: 100%;
    }
    #haus-10 .visual img{
        left: 0;
        margin-top: -160px;
    }
    #haus-10 .visual{
        margin-top: 20px;
    }
    .haus-content .sold{
        top: -140px;
        right: 0;
        margin-top: 50px;
    }
    #haus-10 .sold{
        top: -140px;
        left: 0;
        margin-top: 30px;
    }
    #haus-10 .metas ul{
        left: 0vw;
    }
    #haus-10 .metas, #haus-10 .infos{
        flex-direction: column;
    }
    .gallery{
        padding: 40px 20px;
    }
    .owl-nav{
        display: none;
    }
    .groundfloors img{
        padding: 0;
    }
    .haus-content .metas ul{
        left: 0;
        right: 0;
    }
   
    .names-haus11 .absolute:nth-child(1){
        left: 7%;
    }
    .names-haus11 .absolute:nth-child(2){
        left: 28%;
    }
    .names-haus11 .absolute:nth-child(3){
        left: 42%;
    }
    .haus-content .sold, 
    #haus-10 .sold{
        font-size: 18px;
        padding: 5px 15px;
    }
    .groundfloors img:nth-of-type(1){
        margin-top: 0;
    }
    .groundfloors img:nth-of-type(2){
        margin-top: 20px;
    }
    header.hide{
        margin-top: 0px !important;
    }
    .overview{
        margin-top: 110px;
    }
    .groundfloors{
        margin: 50px 0;
    }
    .groundfloors h2 {
        display: block;
    }
}

img.certificate{
    max-width: 200px;
    height: auto;
    margin-top: 40px;
}