/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved by My WordPress Agent */
/* Schlagwort-Chips auf Mobil zentrieren. Die Chips sind ein Flexbox (Snippet 14273,
   justify-content:flex-end), daher hoehere Spezifitaet + justify-content statt text-align. */
@media (max-width: 767px){
  .elementor-element-5b4ba7f .kw-cloud .tagcloud,
  .elementor-element-5b4ba7f .kw-cloud .wp-tag-cloud{
    justify-content: center !important;
    text-align: center;
  }
}