/* Gemeinsamer Footer der aktuellen Website, auf Basis von index13.
   Die historischen Styles bleiben unverändert, damit index12 erhalten bleibt. */
@import url("./home10.css?v=1");
@import url("./footer-v1.css?v=1");

.site-footer {
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: normal;
    text-align: left;
    scroll-margin-top: 100px;
}

.site-footer,
.site-footer *,
.site-footer *::before,
.site-footer *::after {
    box-sizing: border-box;
}

/* Auch Team- und Blogseiten verwenden hier dieselbe Breite und Außenabstände. */
.site-footer > .container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.site-footer a {
    text-decoration: none;
}

.site-footer img {
    display: block;
    max-width: 100%;
}

.site-footer #footer-contact-title {
    scroll-margin-top: 128px;
}
