@Marcel Iseli you can try this. Add this in your theme's custom.css file
/**
* Font size for mobile */
@media screen and (max-width: 767px){
.ipsType_normal {
font-size: 16px;
}
.ipsDataItem_title {
font-size: 16px;
}
.ipsType_medium {
font-size: 16px;
}
.ipsStreamItem_title {
font-size: 18px;
}
.ipsStreamItem_titleSmall {
font-size: 16px;
}
.cWidgetPrice {
font-size: 11px;
}
}
You can play with the sizes but I wouldn't recommend going larger than that.