/* ===== ADRESS FOOTER CSS ===== */
/* Footer für Stirnimann AG Heizlastrechner */

/* Footer Base Styles */
footer {
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 32px 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 0;
}

/* Address Footer Styles */
.address_footer {
    margin-bottom: 32px;
}

.address_footer h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    color: #fbbf24 !important;
}

.address_footer p {
    font-size: 15px;
    line-height: 1.8;
    opacity: 1;
    margin-bottom: 24px;
}

.address_footer .contact-info {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.address_footer .contact-info p {
    margin-bottom: 0;
    opacity: 1;
}

.address_footer .contact-info a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.address_footer .contact-info a:hover {
    color: #fbbf24;
    transform: translateY(-2px);
}

.address_footer .contact-info svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

/* UNIFIED FOOTER TYPOGRAPHY - CONSISTENT ACROSS ALL PAGES */
.footer-logo,
.address_footer h3 {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 16px !important;
    letter-spacing: -0.02em !important;
    color: #fbbf24 !important;
    line-height: 1.2 !important;
}

.footer-info,
.address_footer p {
    font-size: 15px !important;
    line-height: 1.8 !important;
    opacity: 1 !important;
    margin-bottom: 24px !important;
    font-weight: 400 !important;
}

.footer-contact,
.address_footer .contact-info {
    display: flex !important;
    gap: 24px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    margin-bottom: 32px !important;
}

.footer-contact a,
.address_footer .contact-info a {
    color: #ffffff !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.3s ease !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    opacity: 1 !important;
}

.footer-contact a:hover,
.address_footer .contact-info a:hover {
    color: #fbbf24 !important;
    transform: translateY(-2px) !important;
}

.footer-contact svg,
.address_footer .contact-info svg {
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0 !important;
}

.footer-contact a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.footer-contact a:hover {
    color: #F7931E;
}

.footer-contact svg {
    width: 18px;
    height: 18px;
}

.footer-bottom {
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 14px;
    opacity: 1;
}

/* ===== SOCIAL LINKS ===== */
.social-links {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 16px;
}

/* STRONGEST POSSIBLE CSS FOR BRIGHT YELLOW SOCIAL ICONS */
html body footer .social-links a,
html body footer .footer-bottom .social-links a,
html body .footer-container .footer-bottom .social-links a,
html body .social-links a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    background: #fbbf24 !important;
    background-color: #fbbf24 !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    color: #ffffff !important;
    text-decoration: none !important;
    position: relative !important;
    overflow: hidden !important;
    opacity: 1 !important;
    filter: contrast(1) saturate(1) !important;
    box-shadow: none !important;
    border: none !important;
    -webkit-filter: contrast(1) saturate(1) !important;
    backdrop-filter: none !important;
    mix-blend-mode: normal !important;
    isolation: auto !important;
}

html body footer .social-links a:hover,
html body footer .footer-bottom .social-links a:hover,
html body .footer-container .footer-bottom .social-links a:hover,
html body .social-links a:hover {
    transform: translateY(-5px) scale(1.1) !important;
    box-shadow: 0 10px 25px rgba(251, 191, 36, 0.4) !important;
    background: #fbbf24 !important;
    background-color: #fbbf24 !important;
    color: #ffffff !important;
    filter: contrast(1) saturate(1) !important;
    opacity: 1 !important;
    border: none !important;
    -webkit-filter: contrast(1) saturate(1) !important;
    backdrop-filter: none !important;
    mix-blend-mode: normal !important;
    isolation: auto !important;
}

.social-links a:active {
    transform: scale(0.9);
}

.social-links svg {
    width: 24px;
    height: 24px;
    fill: #ffffff !important;
    color: #ffffff !important;
    position: relative;
    z-index: 2;
    opacity: 1 !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-filter: none !important;
}

/* FINAL OVERRIDE - FORCES BRIGHT YELLOW SOCIAL ICONS */
* .social-links a,
* .social-links a:link,
* .social-links a:visited,
* .social-links a:hover,
* .social-links a:active,
* .social-links a:focus {
    background: #fbbf24 !important;
    background-color: #fbbf24 !important;
    color: #ffffff !important;
    opacity: 1 !important;
    filter: contrast(1) saturate(1) hue-rotate(0deg) !important;
    backdrop-filter: none !important;
    -webkit-filter: contrast(1) saturate(1) hue-rotate(0deg) !important;
    mix-blend-mode: normal !important;
    isolation: auto !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

/* Entfernung des ::before Overlay-Effekts */
.social-links a::before,
.social-links a:hover::before,
.social-links a:active::before,
.social-links a:focus::before {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    background: transparent !important;
}

.social-links svg,
.social-links a:hover svg,
.social-links a:active svg,
.social-links a:focus svg {
    fill: #ffffff !important;
    color: #ffffff !important;
    opacity: 1 !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-filter: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

/* ULTIMATE ANTI-DARKENING RULES - Entfernt alle möglichen Verdunkelungseffekte */
.social-links a *,
.social-links a:hover *,
.social-links a:active *,
.social-links a:focus * {
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-filter: none !important;
    opacity: 1 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

/* Entfernt alle ::after und ::before Pseudo-Elemente */
.social-links a::after,
.social-links a:hover::after,
.social-links a:active::after,
.social-links a:focus::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    background: transparent !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    z-index: -1 !important;
}

.footer-warning {
    color: #FF6B35;
    font-weight: 600;
    margin-top: 12px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    footer {
        padding: 24px 0;
    }
    
    .footer-container {
        padding: 0 12px;
    }
    
    .footer-logo {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .footer-info {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .footer-contact {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 24px;
    }
    
    .footer-contact a {
        justify-content: center;
        font-size: 14px;
    }
    
    .footer-bottom {
        padding-top: 20px;
        font-size: 12px;
    }
}

/* Tablet Responsive */
@media (min-width: 768px) and (max-width: 1024px) {
    .footer-container {
        padding: 0 var(--spacing-lg);
    }
    
    .footer-contact {
        gap: 20px;
    }
}

/* Desktop Responsive */
@media (min-width: 1024px) {
    footer {
        padding: var(--spacing-xl) 0;
    }
    
    .footer-logo {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .footer-info {
        font-size: 16px;
        margin-bottom: 28px;
    }
    
    .footer-contact {
        gap: 32px;
        margin-bottom: 36px;
    }
    
    .footer-bottom {
        padding-top: 28px;
        font-size: 15px;
    }
}

/* Print Styles - Footer wird nicht gedruckt */
@media print {
    footer {
        display: none !important;
    }
}

/* Harmonized social icon visibility - moved from animation.css */
.social-icons img,
.social-icons svg,
.adress_footer .social-icons img,
.adress_footer .social-icons svg,
#adress_footer .social-icons img,
#adress_footer .social-icons svg {
  filter: none !important;
  opacity: 1 !important;
}
