/* ==========================
   FOOTER
========================== */

footer{

    background:#FDEEF4;

    border-top:3px solid #F27FA6;

    padding:30px 20px;
    text-align:center;

}

.footer-links{

    display:flex;

    justify-content:center;

    gap:35px;

    margin-bottom:15px;

    flex-wrap:wrap;

}

.footer-links a{

    color:#666;

    text-decoration:none;

    font-size:15px;

    transition:.3s;

}

.footer-links a:hover{

    color:var(--rosa);

}

footer p{

    color:#4a4a4a;

    font-size:14px;

}
.firmenbuch{
    color:#911e64;
    text-decoration:none;
}

.firmenbuch:hover{
    color:#911e64;
    text-decoration:underline;
}

.firmenbuch:visited{
    color:#911e64;
}