/*
Theme Name: Astra Child
Template: astra
.site-footer .ast-container {
    border-bottom: 1px solid #000;
}
*/
/*
.custom-footer .ast-container {
    border-top: 1px solid #000;
}
*/
.custom-footer {
    position: relative;
    padding-top: 20px; /* optional */
}

.custom-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;     /* volle Breite */
    height: 5px;      /* Linienhöhe */
    background: #e3000f; /* Farbe */
    transform: translateX(-50%);
    left: 50%;
}
.custom-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.custom-footer,
.custom-footer a {
    color: #000 !important;
}

.custom-footer a {
    text-decoration: underline !important;
}
