/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

/* Logo auf kleineren Geräten verkleinern */
@media (max-width: 768px) {
  img.vcex-image-img.wpex-align-middle {
    max-width: 200px !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  img.vcex-image-img.wpex-align-middle {
    max-width: 160px !important;
  }
}
