/* Agnes Impressum & Datenschutz - Master Styling */

/* Der Haupt-Container */
.at-legal-wrapper {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    line-height: 1.8;
    color: #333;
    font-family: sans-serif;
}

/* Goldene Haupt-Überschriften (H2) */
.at-legal-wrapper h2.at-gold-title {
    color: #c5a059;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-top: 50px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
    display: block;
}

/* Goldene Unter-Überschriften (H3) */
.at-legal-wrapper h3.at-sub-title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #444;
    font-weight: 600;
}

/* Der graue Adress-Block mit dem goldenen Akzent */
.at-legal-wrapper .at-address-block {
    background: #f9f9f9;
    padding: 25px;
    border-left: 4px solid #c5a059;
    margin: 30px 0;
    line-height: 1.6;
}

/* Die goldenen Links (E-Mail & URL) */
.at-legal-wrapper a.at-legal-link {
    color: #c5a059;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.at-legal-wrapper a.at-legal-link:hover {
    color: #a38445; /* Ein etwas dunkleres Gold beim Drüberfahren */
    border-bottom: 1px solid #a38445;
}

/* Die Trennlinie zwischen Impressum und Datenschutz */
.at-legal-wrapper hr.at-legal-divider {
    margin: 60px 0;
    border: 0;
    border-top: 1px solid #eee;
    display: block;
}

/* Optimierung für mobile Geräte */
@media (max-width: 600px) {
    .at-legal-wrapper {
        padding: 15px;
        margin: 20px auto;
    }
}

/* 1. Alten Theme-Müll radikal entfernen */
.site-footer, 
.site-info, 
footer#site-footer,
.elementor-location-footer { 
    display: none !important; 
}

/* 2. Den neuen Stealth-Footer hübsch machen */
.at-stealth-footer {
    width: 100%;
    padding: 60px 0 40px 0; /* Viel Luft nach oben für ein edles Layout */
    background-color: transparent;
    text-align: center;
    clear: both;
}

/* Die feine Design-Linie darüber */
.at-footer-line {
    width: 40px; /* Kurze, moderne Linie */
    height: 1px;
    background-color: #eeeeee;
    margin: 0 auto 20px auto; /* Zentriert mit Abstand zum Link */
}

/* Der Link selbst */
.at-footer-container a {
    color: #bbbbbb !important; /* Sehr dezentes Grau */
    font-size: 10px; /* Schön klein und unaufdringlich */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; /* Wirkt neutraler und moderner */
    letter-spacing: 2px; /* Erhöhter Zeichenabstand für Profi-Look */
    text-decoration: none;
    transition: all 0.4s ease;
    display: inline-block;
}

/* Subtiles Feedback beim Drüberfahren */
.at-footer-container a:hover {
    color: #c5a059 !important; /* Ein kleiner Gruß vom Agnes-Gold */
    letter-spacing: 3px; /* Sanfter Ausdehnungs-Effekt */
}

/* Sicherstellen, dass er nicht am Rand klebt bei Mobile */
@media (max-width: 768px) {
    .at-stealth-footer {
        padding: 40px 20px;
    }
}