*{
    margin:0;
    padding:0;
}

body{
    display:block;
    width:100%;
    position:relative;
    max-width:100VW;
	font-family:myriad-pro, "Trebuchet", sans-serif;
}

body.fix{
    overflow:hidden;
}

#immowrapper{
    transition:all 0.2s ease-out;
}

#immowrapper.blurred{
    filter:blur(10px);
    pointer-events:none;
    user-select:none;
}

body *{
    font-family: myriad-pro, "Trebuchet", sans-serif;
}

.flex{
    display:flex;
    flex-wrap:wrap;
}










.immo{
    background-color:#f1f1f1;
    width:100%;
    max-width:100%;
    margin-bottom:20px;
    padding:20px;
    display:flex;
    align-items:stretch;
    border-radius:5px;
    overflow:hidden;
}

.immo figure, .immo .titleimage{
    max-width:100%;
    width:100%;
    height:100vh;
    max-height:250px;
    display:flex;
}

.immo figure img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
}


div.immo .titleimage{
    background-color:#fff;
    margin-bottom:0px;
    background-image:url(../img/noimage.png);
    background-size:70px auto;
    background-position:center center;
    background-repeat:no-repeat;
    width:100%;
    height:250px;
    max-height:550px;
}

.immo .extradata{
    position:relative;
    
}

.immo .titleimage{
    border-radius:3px;
    overflow:hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

#viewer .standVomAngabe, .dn{
    display:none;
}

#viewer .gebaeudeflaeche_verfuegbar{
    margin-bottom:15px;
}


p.headline{
    font-weight:bold;
    font-size:110%;
    margin-top:15px;
    width:100%;
    margin-bottom:5px;
}


.immo .headdata{
    width:30%;
    display:block;
}
.immo > .infos{
    width:100%;
    max-width:70%;
    padding:0 0 0 30px;
    display:block;
}



.immo > .infos > .anbieterinfo{
    display:none;
}

.immo .objekttitel.region{
    margin-bottom:0;
}



#noresult{
    display:none;
    position: absolute;
    left: 50%;
    padding: 20px;
    transform: translateX(-50%);
    text-align:center;
    user-select:none;
}

#noresult img{
    margin-bottom:20px;
}

:root{
    --blau:#0081b8;
}

#reset{
    opacity:0;
    transition:all 0.5s ease-in-out;
    transform:translateX(-200%);
    user-select:none;
}

#reset.angezeigt{
    display:inline-block !important;
    opacity:1;
    transform:translateX(0%);
}


body #immo_filter{
    margin-left:20px;
    margin-right:20px;
    max-width:calc(100% - 40px);
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}


#noresult .filterreset span{
    padding:10px 15px;
    display:inline-block;
    white-space: nowrap;
    background-color:var(--blau);
    color:#fff;
    cursor: pointer;
    user-select:none;
    border-radius:3px;
    margin-right:0px;
    text-decoration:none !important;
    margin-top:15px;
}

#noresult .filterreset, #reset, #noresult .filterreset *, #reset *{
    font-size:14px !important;
}

#immo_filter .resetting{
    width:auto !important;
    position: absolute;
    left: 15px;
    bottom: 10px;
}


.immo .anzeiger, .immo .expose a, .immo .expose b{
    padding:10px 15px;
    display:inline-block;
    white-space: nowrap;
    background-color:var(--blau);
    color:#fff;
    cursor: pointer;
    user-select:none;
    border-radius:3px;
    margin-right:5px;
    text-decoration:none !important;
    font-weight:normal;
}

.immo .objekttitel{
    color:var(--blau);
    font-size:24px;
    margin-top:10px;
    cursor:pointer;
    margin-bottom:30px;
}

.immo .objekttitel > p{
    color:#000 !important;
    opacity:0.5;
    font-size:18px;
    margin-top:3px;
}

.immo .conboxes{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    align-items:stretch;
}

.immo .conboxes > .conbox{
    width:33%;
}


.immo_buttons{
    width:100%;
    margin-top:20px;
    display:flex;
    align-items:stretch;
    margin-bottom:10px;
}



.slider-container {
  display: flex;
  text-align: center;
    align-items:stretch;
    width:100%;
    position:relative;
}
.slide-item {
  height: 100%;
  width: 100%;
  line-height: 100px;
 
    transition:all 0.3s ease-in-out;
}

.slide-item.onfront{
    
}

.slide-next, .slide-prev {
  width: 40px;
  height:40px;
  color:transparent;
  font-size: 0;
  background-color:var(--blau);
  line-height: 50px;
    cursor:pointer;
    user-select:none;
  background-repeat:no-repeat;
    background-size:auto 50%;
    background-position:center center;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
}

.slide-next{
    background-image:url(/files/img/icons/arrowRight.png);
    left:auto;
    right:0;
}

.slide-prev{
    background-image:url(/files/img/icons/arrowLeft.png);
}


.slider-container .nav-btns{
    position:absolute;
    z-index:5;
    display:flex;
    align-items:stretch;
    justify-content:center;
    width:100%;
    top:50%;
    transform:translateY(-50%);
    height:40px;
}

.noslider + .slide-prev, .noslider + .slide-prev + .slide-next{
    display:none !important;
}












#viewer{
    position:fixed;
    left:15px;
    right:15px;
    top:15px;
    bottom:auto;
    z-index:6;
    background-color:#f7f7f7;
    max-width:calc(100% - 30px);
    max-height:calc(100% - 50px);
    height:auto;
    border-radius:10px;
    box-shadow:0 0 13px rgba(0,0,0,0.6);
    padding:15px;
    padding-top:70px;
    flex-grow:1;
    transform: translateX(-150%);
    opacity:0;
    transition:all 0.4s ease-in-out;

}

#viewer.offen{
    opacity:1;
    transform:translateX(0%);
    transition:all 0.4s ease-in-out;

}

#viewer .headinfo{
    width:auto;
    text-align:right;
    margin-left:auto;
    position:absolute;
    right:25px;
    top:15px;
    display:flex;
}

#viewer .ex{
    
    background-color:var(--blau);
    color:#fff;
    padding:10px 15px;
    border-radius:3px;
    display:inline-block;
    margin-top:15px;
    text-decoration:none !important;
}

#viewer .headinfo .objid{
    padding:10px 15px;
}

#viewer .closer{
    width:auto;
    white-space:nowrap;
    cursor:pointer;
    position:absolute;
    left:25px;
    top:15px;
    background-color:var(--blau);
    color:#fff;
    padding:10px 15px;
    user-select:none;
    border-radius:3px;
}

#viewer .standVom{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:15px;
    padding:10px 15px;
    display:none !important;
}


#viewer .kopfinfos{
    display:flex;
    width:100%;
    align-items:stretch;
    min-height:300px;
    margin-bottom:15px;
}

#viewer div.titelbild{
    width:100%;
    max-width:calc(70% - 30px);
    height:auto;
    max-height:550px;
    position:relative;
    padding-left:10px;
    
}

#viewer .kopfinfos .noimg{
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    background-image:url(../img/noimage.png);
    background-size:70px auto;
    background-position:center 35%;
    background-repeat:no-repeat;
    background-color:#fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

#viewer p.headline{
    margin-top:0;
    margin-bottom:10px;
}

#viewer .anbieterdaten{
    background-color:#fff;
    border-radius:5px;
    padding:15px;
    flex-grow:1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-left:20px;
    max-width: calc(30% - 40px);
}


#viewer .anbieterdaten .inner + .inner{
    margin-top:20px;
}



div.conbox{
    width:100%;
    display:flex;
    align-items:flex-start;
    margin-bottom:0px;
}

span.icon{
    width:25px;
    height:25px;
    margin-right:10px;
    display:inline-block;
    background-position:center center;
    background-size:auto 90%;
    background-repeat:no-repeat;
    transform:translateY(-5px);
}

span.icon.email{
    background-image:url(../img/emailicon.png);
}

span.icon.tel{
    background-image:url(../img/telicon.png);
}

span.icon.mobile{
    background-image:url(../img/mobileicon.png);
}

span.icon.pin{
    background-image:url(../img/pinicon.png);
}


.immo .immobild.slide-item{
border:1px solid #fff;
}



#viewer div.titelbild > figure{
    width:100%;
    height:100%;
    border-radius:5px;
    background-color:#fff;
    overflow:hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    position:relative;
}

#viewer div.titelbild h2{
    background-color:rgba(0, 129, 184, 0.75);
    color:#fff;
    position:absolute;
    z-index:2;
    bottom:0;
    left:0;
    width:100%;
    padding:10px 15px;
}

#viewer div.titelbild h2 > em{
    font-size:16px;
    font-weight:300;
}

#viewer div.titelbild figcaption{
    transform:translateY(30px);
}

#viewer div.titelbild > figure img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: center center;
    cursor:pointer;
}

#viewer .adressPrices{
    width:100%;
    display:flex;
    align-items:stretch;
    padding:0px;
    justify-content:space-between;
}

#viewer .adressPrices > div{
    width:calc(33.33% - 20px);
    margin:10px;
    padding:15px;
    border-radius:5px;
    background-color:#fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

#viewer .adressPrices > div.adressdaten{
    width:40%;
}


#viewer .map_construct{
    position:relative;
}

#viewer .map_construct iframe{
    width:100%;
    margin-top:15px;
    background-image: url(../img/fakemap.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}



#viewer .beschreibung > div > .inner, #viewer .beschreibung_lage > div > .inner{
    border-radius:5px;
    background-color:#fff;
    overflow:hidden;
    padding:15px;
    width:100%;
    max-width:calc(100% - 50px) !important;
    margin:10px;
    margin-bottom:20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}



#viewer .bildergalerie{
    display:flex;
    flex-wrap:wrap;
    align-items:stretch;
    padding:15px;
    background-color:#fff;
    border-radius:5px;
    max-width:calc(100% - 50px) !important;
    margin:10px;
    margin-bottom:20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


#viewer .bildergalerie .immobild{
    width:calc(25% - 20px);
    height:180px;
    padding:10px;
    
}

#viewer .bildergalerie .immobild figure{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

#viewer .bildergalerie .immobild figure, #viewer .bildergalerie .immobild figure img{
    width:100%;
    height:100%;
    
}

#viewer .bildergalerie .immobild figure img{
    object-fit:cover;
    object-position:center;
    border-radius:3px;
    cursor:pointer;
}

#viewer .innerzustand{
    margin-top:15px;
}

#viewer .map_construct .freischalter{
    color:#fff;
    background-color:var(--blau);
    padding:8px 12px;
    font-size:16px;
    white-space:nowrap;
    position:absolute;
    z-index:3;
    left:50%;
    top:50%;
    cursor:pointer;
    border-radius:3px;
    transform:translate(-50%, -75%);
}

#viewer .map_construct .map_info{
    font-size:12px;
    padding:5px 0 0;
}



















div div#immo_filter{
    background-color:#f3f3f3;
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    padding-bottom:65px;
}

div#immo_filter output{
    border:0;
    padding-bottom:0 !important;
    padding-left: 0;
    padding-right:0;
    color:#000;
    opacity:1;
    background:transparent;
    margin-top:-10px;
}

#immowrapper #immo_filter div.morefilters{
    width:100%;
    position: absolute;
    right: 30px;
    padding: 0;
    max-width: calc(95% + 1px);
    top: 100px;
    display:flex;
    align-items:baseline;
    justify-content:flex-end;
}

#immowrapper #immo_filter div.morefilters > .inner{
    display:flex;
    align-items:baseline;
    justify-content:flex-end;
    width:50%;
}

div.morefilters > .inner > div{
    padding:10px;
    width:100%;
}

div.morefilters > .inner > div:last-child{
    padding-right:0;
}

div.morefilters > .inner > div:first-child{
    padding-left:15px;
}

div.morefilters > .inner select{
    width:100%;
}


#immo_filter > div.hausart{
    width:calc(50% - 30px);
}

#immo_filter > div.flaeche{
    margin-top:16px;
}


#immo_filter > div{
    width:calc(25% - 30px);
    padding:0 15px;
    position:relative;
    flex-wrap:wrap;
}

#immo_filter ::placeholder, #immo_filter select{
    color:#999;
}

#immo_filter > div label{
    width:100%;
    display:block;
    margin-bottom:8px;
    font-size:16px;
    user-select:none;
}

#immo_filter > div > div > input, #immo_filter > div select{
    width:100%;
    display:inline-block;
    padding:10px;
    max-width:100%;
    font-size:18px;
    border-radius:3px;
    border:2px solid var(--blau);
    background-color:#fff;
    user-select:none;
}

#immo_filter input{
    user-select:none;
}

#immo_filter #reset, #immo_filter #sucher{
    border-radius:3px;
    width:auto;
    display:none;
    align-items:center;
    white-space:nowrap;
    padding:5px 15px;
    cursor:pointer;
    color:#fff;
    font-size:16px;
    padding:10px;
    background-color:var(--blau);
    justify-self:flex-start;
}

div #immo_filter .filterbuttons #sucher{
    display:block;
    width:100%;
    text-align:center;
    padding: 13px;
    margin-top:16px;
}

#immo_filter div.filterbuttons{
    padding:10px 15px;
    display:none;
    width: auto;
    flex-grow:1;
    align-self:flex-start;
}


#immo_filter .flaeche .slidecontainer{
    width:100%;
}

#immo_filter .flaeche .slidecontainer .inner{
    background-color:#fff;
    padding:10px;
    border-radius:3px;
    border:2px solid var(--blau);
}

div #immo_filter output.lefthandle{
    position:absolute;
    left:0 !important;
    bottom:0;
    z-index:2;
    height:40px;
    transform:translateY(80%) !important;
}

div#immo_filter output.lefthandle + output{
    position:absolute;
    right:0 !important;
    left:auto !important;
    bottom:0;
}


#immo_output, #immo_filter{
    width:auto;
    display:flex;
    flex-wrap:wrap;
    align-items:stretch;
    padding:20px;
    max-width:100%;
    position:relative;
}

div #immo_filter{
    padding-left:15px;
    padding-right:15px;
}

#immo_filter .range-slider .track--included{
    background-color:var(--blau);
}

#immo_filter .track--full{
    border-radius: 2px;
}

div #immo_filter .range-slider{
    padding-top:15px !important;
    margin-top:5px !important;
}


#immo_filter input[disabled], #immo_filter select[disabled]{
    border-color:#888;
}

#immo_filter input.rangeright[disabled] + .track + .track--included{
    background-color:#888;
}

#immo_filter .enter{
    opacity:0;
    width:25px;
    height:30px;
    background-image: url(../img/enter.png);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    position:absolute;
    right:20px;
    bottom:7.5px;
    transition:opacity 0.2s ease-in-out;
}


div div #gefundeneImmos{
    float:right;
    margin-left:auto;
    white-space:nowrap;
    font-size:14px !important;
    display:flex;
    align-items:baseline;
    justify-content: flex-end;
    position:absolute;
    right:15px;
    bottom:10px;
}

#gefundeneImmos .anzahl{
    text-align:center;
    min-width:25px;
    color:#fff;
    background-color:var(--blau);
    padding:5px;
    font-size:14px !important;
    white-space:nowrap;
    user-select:none;
    border-radius:3px;
    margin-left:5px;
}




div.mehrladen{
	padding: 10px 15px;
    white-space: nowrap;
    background-color: var(--blau);
    color: #fff;
    cursor: pointer;
    user-select: none;
    border-radius: 3px;
    text-decoration: none !important;
    font-weight: normal;
    width:150px;
    text-align:center;
    position:relative;
    margin-left:50%;
    transform:translateX(-50%);
}










@media (max-width:1199px){
    
    .immo .conboxes > .conbox{
        width:100%;
    }
    
}





@media (max-width:990px){
    
    #immo_filter > .w25{
        width:100%;
        max-width:calc(50% - 30px);
        margin-bottom:40px;
    }
    
    #immo_filter > .w100, #immo_filter > .w100 > .inner{
        width:100% !important;
    }
    
    #immo_filter > .w100{
        padding-top:0 !important;
    }
    
    #immo_filter > .w100 .vermarktungsart{
        padding-left:0;
    }
    
    #immo_filter > div label{
        font-size:14px;
    }
    
    #immowrapper #immo_filter > div output{
        transform:translateY(100%) scale(0.8) !important;
    }
    
    div #immo_filter > div > div > input, div #immo_filter > div select{
        font-size:16px;
    }
    
    
    div#immo_filter > div.w25.hausart, div#immo_filter > div.w25.postleitzahlOrt, div#immo_filter > div.w25.direktsuche{
        width:calc(33% - 28px);
    }
    
    #immowrapper div#immo_filter > div.morefilters{
        max-width: calc(99% - 47px);
    }
    
    #immowrapper #immo_filter > .w100 .vermarktungsart {
        padding-right: 15px;
    }
    
    #immowrapper #immo_filter > .w100 .nutzungsmoeglichkeit{
        padding-right:20px;
    }
    
    #immowrapper #immo_filter > div.flaeche {
        margin-top: 75px;
        padding-left:10px;
    }
    
    #immowrapper #immo_filter > div.flaeche.house {
        padding-left:15px;
    }
    
}











@media (max-width:900px){
    
    #viewer .kopfinfos, #viewer div.adressPrices{
        flex-wrap:wrap;
    }
    
    #viewer .kopfinfos > div{
        width:100%;
        max-width:100%;
    }
    
    #viewer .anbieterdaten{
        margin-left:10px;
    }
    
    #viewer div.titelbild{
        height:150vh;
        max-height:400px;
    }
    
    body #viewer div.adressPrices > div.adressdaten{
        width:100% !important;
        margin-right:0;
    }
    
    #viewer .adressPrices > div{
        width:calc(50% - 50px) !important;
    }
    
    #viewer .bildergalerie .immobild {
      width: calc(33.333% - 20px);
      height: 100%;
      padding: 10px;
      aspect-ratio: 1/0.6;
    }
    
}







@media (max-width:800px){
    
    div.immo{
        flex-wrap:wrap;
    }
    
    #immowrapper div.immo > div{
        padding-left:0;
        width:100%;
        max-width:100%;
    }
    
    div.immo .headdata{
        margin-bottom:15px;
    }
    
    
    .immo .objekttitel h3, #viewer div.titelbild h2{
        font-size: clamp(22px, 4vw, 46px);
    }
    
    .immo .objekttitel > p, #viewer div.titelbild h2 em{
        font-size: clamp(18px, 4vw, 22px) !important;
    }
  
    .immo .conboxes > .conbox{
        width:50%;
    }

    #viewer div.titelbild{
        max-height:320px;
    }
    
}









@media (max-width:680px){
    
    .immo .conboxes > .conbox{
        width:100%;
    }
    
    
    #viewer .adressPrices > div{
        width:calc(100%) !important;
        margin-right:0;
    }
    
    #viewer .bildergalerie .immobild {
      width: calc(50% - 20px);
      height: 100%;
      padding: 10px;
      aspect-ratio: 1/0.6;
    }
    
    #viewer .headinfo{
        font-size:14px;
        right:2px;
    }
    
    #viewer p.standVom, #viewer .closer{
        font-size:14px;
        text-align:center;
    }
    
    #viewer .closer{
        left:15px;
    }
    
    div#viewer{
        padding-left:5px;
        padding-top:60px;
    }
    
    #viewer .kopfinfos > .titelbild{
        margin-bottom:10px;
    }
    
    #viewer div.titelbild{
        max-height:380px;
    }
    
    #viewer div.titelbild figure, #viewer div.titelbild img{
        max-height:inherit;
    }
    
    #viewer .bildergalerie, #viewer .beschreibung > div > .inner, #viewer .beschreibung > div > .inner{
        margin-right:0;
        max-width: calc(100% - 40px) !important;
    }

    
    div.immo .titleimage{
        height:300px;
    }
    
    div.immo .titleimage figure{
        height:100%;
        width:100%;
    }
    
    #immowrapper .immo_buttons{
        flex-wrap:wrap;
    }
    
    #immowrapper .immo_buttons > div, #viewer .ex{
        width:100%;
        margin-top:5px;
        text-align:center;
        margin-right:0;
    }
    
    #immowrapper .immo_buttons b, #viewer .ex{
        width:100%;
        max-width: calc(100% - 30px);
    }
    
    #viewer .ex{
        margin-top:15px;
    }
    
    #immo_filter > .w25{
        width:100% !important;
        max-width:100% !important;
        margin-bottom:20px;
    }
    
    #immowrapper div#immo_filter > .w25.flaeche{
        margin-top:10px;
        margin-bottom:25px;
        padding-left:15px;
    }
    
    #immo_filter .morefilters .inner{
        display:block !important;
    }
    
    #immo_filter .morefilters .inner > div{
        width:100%;
        padding-left:0;
        padding-top:0;
        margin-top:5px;
    }
    
    #immo_filter .direktsuche.w25{
        margin-bottom:13px;
    }
    
    
    div div#immo_filter{
        padding-left:0;
        padding-right:0;
    }
    
    #immowrapper div#immo_filter div.postleitzahlOrt, #immowrapper div#immo_filter div.direktsuche{
        width:calc(50% - 20px);
    }
    
    #immowrapper div#immo_filter div.postleitzahlOrt{
        padding-right:15px;
    }
    
    #immowrapper div#immo_filter div.direktsuche{
        padding-left:15px;
    }
    
    
    .immo figure, .immo .titleimage{
        max-height:100%;
    }
    
    figure figure{
        max-height:100%;
    }
    
    #immowrapper #immo_filter div.morefilters{
        position:unset;
        padding-left:15px;
        padding-right:15px;
    }
    
    #immowrapper div#immo_filter > div.morefilters {
        max-width: 100%;
    }
    
}











@media (max-width:500px){
    
    div.immo .titleimage{
        height:250px;
    }
    
    .slide-next, .slide-prev{
        width:30px;
        height:30px;
    }
    
}

@media (max-width:400px){
    
    div.immo .titleimage{
        height:200px;
    }
    
}