
.boxOverview{
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
}

.boxOverviewText {
  display:flex;
  flex-direction: column;
  justify-content: center;
  color:#0350A2;
}
.boxOverviewHead{
    font-weight: bold;
}
.linkBasketImage{
    margin:0 8px 0 0;
}
.viewRowPrivileges {
    width: 100%;
}
@media screen and (max-width: 810px), screen and (max-device-width: 810px) {

.boxOverview {
    flex-direction: column;
    margin-bottom: 5px;
}
}
@media screen and (max-width: 660px){

.boxOverview .divValuePrivileges {
    font-size: 0.7rem;
    margin-left: -60px;
    width: unset;
}

}