/* =====================================================
   FOOTER
===================================================== */

.footer-boxen {

    display: flex;
    justify-content: space-between;
    gap: 40px;

    padding: 30px;

    background: #205070;
}

.footer-spalte {

    flex: 1;

    text-align: center;
}

.footer-spalte h3 {

    color: white;

    margin-bottom: 18px;
    padding-bottom: 8px;

    border-bottom: 1px solid rgba(255,255,255,.4);

    font-size: 1.15rem;
}

.footer-spalte p {
    margin-bottom: 12px;
}

.footer-spalte a {

    color: white;

    text-decoration: none;

    transition: .2s;
}

.footer-spalte a:hover {

    color: #bfe6ff;

    text-decoration: underline;
}

footer {

    background: #12354b;

    color: white;

    text-align: center;

    padding: 18px;
}

footer p {
    margin: 0;
}

.footer-jubilaeum {

    margin-top: 8px;

    font-size: 0.9rem;

    color: rgba(255,255,255,0.75);

    letter-spacing: 1px;
}