@charset "utf-8";

#barometerBox { 
    position: relative;
    width: 240px; 
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
}   

#barometerBox img {
    position: absolute;
    left: 0px;    
    top: 0px;
    clip: rect(0px, 0px, 0px, 0px);
    background-image: url(../images/internal/spendenbarometer.jpg);
}

/* Gilt für Smartphones */
@media (max-width: 767px) {
    .item.price-3.best-buy {
        padding-left: 10px;
        padding-right: 10px;
    }
    .item-inner {
        padding: 15px !important;
    }
}

/* Gilt für Smartphones im Querformat und kleine Tablets */
@media (min-width: 480px) and (max-width: 991px) {
    .item.price-3.col-sm-4 {
        max-width: 350px;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important; 
    }
}

/* Zusätzlicher Schutz für das Schatten-Design */
.item-inner {
    box-sizing: border-box;
    overflow: hidden;
}