/**
 * Frades Footer Styles
 * Zusätzliche Footer-Styles (Haupt-Styles sind inline im PHP)
 */

/* Google Fonts für Footer */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');

/* Sicherstellen dass der frades Footer immer sichtbar ist */
.frades-footer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
