.trend-balken-wrap{
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
    margin-bottom: 10px;
}
.trend-balken-wrap .balken{
    padding-top: 4px;
    padding-bottom:4px;
}

.balken-text{
    text-shadow: 1px 1px 1px #000000;
}

.balken{
    white-space: nowrap;
}

#trendChart{
    width: 100%;
    height: 400px;
}

@media(min-width: 768px){
    #trendChart {
        height: 600px;
    }
}

@media(min-width: 1600px){
    #trendChart {
        height: 700px;
    }
}



