/*
Theme Name: Aquamarin
Theme URI: https://www.aquamarin-pflege.de
Author: Aquamarin GmbH
Author URI: https://www.aquamarin-pflege.de
Description: Professionelles WordPress Theme für Aquamarin GmbH - Ambulante Intensivpflege und betreute Wohngemeinschaften
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aquamarin
Tags: custom-menu, custom-logo, featured-images, theme-options, translation-ready

Aquamarin - Gut beraten, richtig versorgt!
*/

/* ==========================================================================
   Theme Custom Styles
   Die Haupt-CSS-Dateien werden über functions.php eingebunden
   ========================================================================== */

/* ==========================================================================
   Footer Navigation - Arrow Icons
   ========================================================================== */
.footer-top ul li a::before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 4px;
    font-size: 10px;
    bottom: 2px;
    position: relative;
}
