
.footericon-item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footericon-item.bild-break{
  flex-flow: column;
  justify-content: center;
}

.bild-break .footericon-bild{
  margin-bottom: 10px !important;
  margin-top:10px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.footericon-bild{
  width: 70px !important;
  margin-bottom: 0px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.footericon-title{
  font-weight: 500;
}



@media only screen and (max-width: 999px) and (min-width: 1px){

.footericon-item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footericon-bild{
  width: 40px !important;
}

}