.ic-date{
	display:none;
}
.einrueckung{
	padding-left:5%;
}
.sprocket-headlines {
    padding: 15px 0;
}
.ic-list-events .ic-cleaix{
	display:none;
}

@media(max-width:768px){
.ic-box-date {
    width: 24%!important;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
}

@media (min-width:768px){
.ic-box-date {
    width: auto;
    height: auto;
    padding: 3%;
    padding-top: 33px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    float: left;
    margin: 1.5%;
    border-radius: 10px;
    text-shadow: #000 2px 2px 10px;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    box-sizing: content-box;
}
.ic-content {
    width: 88%;

}
}

