/*
Theme Name: Acheron
Theme URI: https://acheron.qodeinteractive.com
Description: Insurance WordPress Theme
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: acheron
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem; /* Abstand zwischen Icons */
}

.social-icons li {
  display: inline-flex;
}

.social-icons a {
  font-size: 1.5rem; /* Icon-Größe */
  color: #333;       /* Icon-Farbe */
  text-decoration: none;
}

.social-icons a:hover,
.social-icons a:focus {
  color: #0056b3;     /* Hover-/Fokus-Farbe */
  outline: none;
}
