.filterpanel {display:none;}
.mrbottom{
    margin-bottom:40px;
}
.mrtroeven{
    margin-top:50px;
    margin-bottom:10px;
}
.sfeerimg{
    height: 200px;
    min-width: 100%;
    object-fit: cover;
    padding: 5px 10px 5px 0px;

}
.immoimg img{
    max-height:200px;
    width:100%;
    object-fit:cover;
    overflow:hidden;
}
.immo{
    background: #efefef;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    min-height: 360px;
    position:relative;
}
.immo h3{
    margin:10px;
    font-size:16px;
    font-weight:bold;
}
.immo p{
    height:100px;
    overflow:hidden;
    padding-left:10px;
    padding-right:10px;
}
.immo .prijs{
    height: 100%;
    font-size:25px;
    margin-bottom: -10px;
    padding-left: 30px;
    color: #ff0096;
}
.btngroen{
    border: transparent solid 2px;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    background: #FF0096;
    font-weight: bold;
    font-size: 1em;
    padding: 10px 25px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
}
.immo .btngroen{
    position:absolute;
    bottom: 0px;
    right:0px;
    font-size: 30px;
    padding: 0px 20px 0px 20px;
}
.btngroen:hover{
    background:#1a1a1a;
    color: #FF0096;
}
.detailpage{
    max-width: 1600px;
    padding: 0px 50px;
    margin-left: auto;
    margin-right: auto;
}
.detailpage h5{
    font-size: 40px;
    color: #ff0096;
}
.detailpage h6{
        font-size: 30px;
}
.detailpage .adres{
        font-size: 18px;
    margin-bottom: 25px;
}
.detailpage .details p{
    margin-bottom: 25px;
    font-size: 20px;
}
.btnreserveer{
    float:right;
    margin-bottom:30px;
    margin-right:15px;
}
.contactwidth{
    width:50%;
    margin-bottom:25px;
    float:left;
}
.contactwidth a{
    padding-left:15px;
}
.onlineshops > div,.cadeaubondeelnemers > div {text-align:center;}
.onlineshoptabs, .cadeaubondeelnemerstabs {background:none;min-height: 42px;margin-top: 100px !important;margin-left:auto;margin-right:auto;text-align:center;float:none;display:inline-block;}
#onlineshop,#cadeaubondeelnemers {text-align:left;}

.btnroze{
        margin-bottom: 20px;
    width: fit-content;
    padding: 5px 0px;
    position: relative;
}
.achtergrondbtn{
        position: absolute;
    background: #ff0096;
    height: 100%;
    top: 3px;
    left: -5px;
    width: 100%;
    transition:top 0.2s,left 0.2s;
    transition-timing-function: ease-out;
}
.btnroze a{
        border: 1px solid #000;
    color: #fff;
    padding: 7px 20px 3px 20px;
    background: transparent;
    position: relative;
    font-size: 18px;
    transition:padding 0.2s;
    transition-timing-function: ease-out;
}
.btnroze:hover .achtergrondbtn{
    top:0px;
    left:0px;
}
.btnroze:hover a{
    padding:5px 20px;
    text-decoration:none;
}
.blogitemdetail .blogintro{
    max-height:100%;
    min-height:100%;
    margin-bottom:20px;
}

.blogitem .blogtitle {
    min-height:55px;
    max-height: 55px;
    overflow: hidden;
}
.blogitem .blogdate,.blogitem .blogtaxonomy{
    height:80px;
    overflow:hidden;
}
.bizlocator{
    padding-bottom:50px;
}
.inleiding{
    font-size:18px;
    font-weight:bold;
}
.bizzlogo{
    margin-bottom:50px;
    max-width:380px;
}
.droomcontenttitel{
    margin-top:45px;
}
@media(min-width:2100px){
    .blogitem .blogimg {
    max-height: 310px;
    overflow: hidden;
}
}
@media(max-width:2099px){
    .blogitem .blogimg {
    max-height: 320px;
    overflow: hidden;
}
}
@media(max-width:1799px){
    .blogitem .blogimg {
    max-height: 270px;
    overflow: hidden;
}
}
@media(max-width:1499px){
        .blogitem .blogimg {
    max-height: 210px;
    overflow: hidden;
}
}
@media(max-width:1199px){
        .blogitem .blogimg {
    max-height: 170px;
    overflow: hidden;
}
}
@media(max-width:992px){
    .immo p{
        height:100%;
    }
        .blogitem .blogimg {
    max-height: 180px;
    overflow: hidden;
}
}
@media(max-width:767px){
        .blogitem .blogimg {
    max-height: 100%;
    overflow: hidden;
}
}