.elementor-97 .elementor-element.elementor-element-162aa5d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-caaf68a *//* --- SITE FOOTER GESAMT --- */
.site-footer {
    padding: 8rem 2rem 3rem;
    text-align: center;
    color: #1d1d1b;
    font-family: inherit;
}

/* --- STATEMENT --- */
.footer-statement {
    font-size: clamp(3rem, 12vw, 8rem); 
    font-weight: 900;
    opacity: 0.04; 
    text-transform: uppercase;
    line-height: 0.8;
    margin-bottom: -1.5rem;
    pointer-events: none;
    letter-spacing: -0.02em;
}

/* --- KONTAKT --- */
.footer-contact-wrap { margin-bottom: 8rem; }

.footer-phone {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1d1d1b;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}
.footer-phone:hover { color: #e50051 !important; transform: translateY(-2px); }

.footer-mail {
    font-size: 1.2rem;
    opacity: 0.7;
    text-decoration: none;
    border-bottom: 1px solid rgba(29, 29, 27, 0.1);
    color: #1d1d1b;
    transition: all 0.3s ease;
}
.footer-mail:hover { color: #e50051 !important; border-bottom-color: #e50051 !important; opacity: 1; }

/* --- SEO-LINKS (REFINED) --- */
.footer-seo-row {
    max-width: 1200px;
    margin: 0 auto 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.footer-seo-row a {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #1d1d1b;
    opacity: 0.4;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-seo-row a:hover {
    opacity: 1;
    color: #e50051 !important;
}

.seo-divider {
    font-size: 0.75rem;
    opacity: 0.15;
    color: #1d1d1b;
    user-select: none;
}

/* --- LEGAL BAR & KLEEBLATT --- */
.footer-legal-bar {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(29, 29, 27, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright {
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.footer-icon {
    color: #e50051;
    margin: 0 4px;
    display: inline-flex;
    transform: translateY(-0.1rem);
    transition: transform 0.3s ease;
}

.footer-icon svg { display: block; }

.footer-copyright:hover .footer-icon {
    transform: translateY(-0.1rem) scale(1.1) rotate(5deg);
}

.footer-legal-links a {
    font-size: 0.8rem;
    text-decoration: none;
    margin-left: 1.5rem;
    opacity: 0.7;
    color: #1d1d1b;
    transition: all 0.3s ease;
}
.footer-legal-links a:hover { opacity: 1; color: #e50051 !important; }

/* --- MOBILE --- */
@media (max-width: 768px) {
    .footer-seo-row { gap: 0.8rem; }
    .seo-divider { display: none; } /* Mobile für mehr Platz Trenner ausblenden */
    .footer-legal-bar { flex-direction: column; gap: 1.5rem; text-align: center; }
    .footer-legal-links a { margin: 0 0.5rem; }
}/* End custom CSS */