/* v0.13e_1 · Fußbereich. style.css bleibt eingefroren. Hier noch keine Layoutregeln. */

/* A_052_01 · Footer-Bereich modular. style.css bleibt unverändert.
   Auftrag: keine Fettschrift, Schriftgröße um 2 px kleiner,
   Abstand vom Ergebnisblock zur Footer-Linie 30 px,
   Abstand von Footer-Linie bis Seitenende 20 px. */
main {
    padding-bottom: 30px;
}

.site-footer {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    min-height: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.site-footer .container {
    min-height: 20px;
    align-items: center;
}

.site-footer .footer-build-label,
.site-footer .footer-legal-link {
    font-weight: 400;
}
