/* Footer override - erweitert bestehende CSS ohne sie zu ersetzen */
.footer-band {
    background: transparent;
    padding-top: 52px;
    padding-bottom: 28px;
}

.footer-container {
    max-width: 1180px;
}

.footer-logos-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    align-items: center;
    margin-bottom: 54px;
}



.footer-brand-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}




.footer-brand-logo {
    width: 100%;
    max-width: 340px;
    max-height: 120px;
    object-fit: contain;
}




.footer-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}



.footer-main-left {
    display: flex;
    justify-content: center;
    align-items: center;
}


.footer-practice-logo {
    width: 280px;
    max-width: 100%;
    height: auto;
}



.footer-main-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 18px;
}



.footer-hours-panel {
    text-align: center;
}


.footer-heading {
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    line-height: 1.08;
    margin: 0 0 18px;
    color: #00102E;
}

.footer-hours-block {
    margin-bottom: 12px;
}

.footer-hours-line {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    font-size: 18px;
    line-height: 1.35;
    color: #00102E;
}

.footer-hours-line strong {
    font-weight: 700;
}

.footer-subheading {
    font-size: 17px;
    line-height: 1.35;
    margin: 12px 0 14px;
    color: #00778d;
}

.footer-health-note {
    font-size: 17px;
    line-height: 1.18;
    color: #00102E;
    font-weight: 600;
}

.footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}



.footer-contact-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.35;
    color: #00102E;
}



.footer-contact-list a {
    color: #00102E;
    text-decoration: none;
}

.contact-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}


.contact-icon svg {
    width: 100%;
    height: 100%;
}

.footer-links-inline {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: 36px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    margin-left: 0;
}



.footer-links-inline a {
    color: #00102E;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3;
}

.footer-links-inline a:hover,
.footer-contact-list a:hover {
    color: #00778d;
}

@media (max-width: 991.98px) {
    .footer-logos-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    align-items: center;
    margin-bottom: 54px;
}



    .footer-main-grid,
    .footer-main-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 18px;
}



    .footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}



    .footer-links-inline {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: 36px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    margin-left: 0;
}


}

@media (max-width: 575.98px) {
    .footer-band {
    background: transparent;
    padding-top: 52px;
    padding-bottom: 28px;
}

    .footer-logos-row,
    .footer-links-inline {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: 36px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    margin-left: 0;
}



    .footer-brand-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}




    .footer-links-inline {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: 36px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    margin-left: 0;
}


}


.footer-main-right,
.footer-hours-panel,
.footer-contact-list,
.footer-contact-list li,
.footer-links-inline {
    text-align: center;
    justify-items: center;
}





/* DEBUG FOOTER VISUALIZER */
body.debug-footer footer,
body.debug-footer footer * {
    outline: 1px dashed rgba(255, 0, 0, 0.45) !important;
}

body.debug-footer footer table,
body.debug-footer footer tr,
body.debug-footer footer td,
body.debug-footer footer th {
    outline: 2px solid rgba(0, 140, 255, 0.9) !important;
    background: rgba(0, 140, 255, 0.12) !important;
}

body.debug-footer .footer-logos-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    align-items: center;
    margin-bottom: 54px;
}


body.debug-footer .footer-brand-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}



body.debug-footer .footer-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}


body.debug-footer .footer-main-left {
    display: flex;
    justify-content: center;
    align-items: center;
}


body.debug-footer .footer-main-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 18px;
}


body.debug-footer .footer-hours-panel {
    text-align: center;
}


body.debug-footer .footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}


body.debug-footer .footer-contact-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.35;
    color: #00102E;
}


body.debug-footer .footer-links-inline {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: 36px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    margin-left: 0;
}


.contact-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: block;
}
