.sb_wrapper .sb_content-wrapper .sb_content {
    /*padding: 20px 0px 20px 30px;*/
   /* min-height: 550px;*/
    margin-bottom:0px;
}

.sb_referenz_uebersicht {
    /*display:none;*/
    position: relative;
    left:103px;
    top:-60px;
    width:150px;
    text-align: right;
    font-size:.9em;
    z-index: 30;
}

.sb_referenz_inner {
    margin-top:-10px;
}

.sb_referenz_foot {
    border-top:0px dashed #aaa;
    margin-right:0px;
    margin-top:20px;
    padding-top:10px;
    text-align:center
}

@media all and (max-width: 850px) {
    .sb_referenz_uebersicht {
        left:70px;
        top:-60px;
    }
}

@media all and (max-width: 780px) {
    .sb_referenz_uebersicht {
        left:65px;
        top:-55px;
    }
}


@media all and (max-width: 660px) {
    .sb_wrapper .sb_content-wrapper .sb_content {
        padding: 10px 10px 5px 10px;
    }

    .sb_referenz_inner {
        margin-top:0px;
    }

    .sb_referenz_uebersicht {
        position:static;
        top:auto;
        left:auto;
        float:right;
        width:150px;
        text-align: right;
        font-size:.9em;
        margin-top:0px;
    }

}

@media all and (max-width: 510px) {

    .sb_referenz_foot span {
        display:none;
    }

    .sb_referenz_uebersicht {
        margin-top: -10px;
    }
}

