/* =====================================================
   Aurora-Garten – Footer (Slim Version)
===================================================== */

.site-footer {
    background-color: #1F4FBF;
    color: white;
    padding: 12px 0;
    margin-top: 60px;
}

.footer-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left {
    display: flex;
    gap: 14px;
}

/* Rechte Seite neu strukturiert */
.footer-right {
    display: flex;
    align-items: center;
    gap: 18px;                /* Abstand zwischen © und §19 */
    font-size: 13px;
    opacity: 0.85;
    text-align: right;
    flex-wrap: wrap;
}

/* §19 Text */
.footer-tax-inline {
    opacity: 0.85;
}

/* Optional: Trennstrich */
.footer-separator {
    opacity: 0.5;
}