@import '../../daemmatlas_shared/css/footer.css';

/* Kiel Footer - Completely custom design */

footer.footer {
    background: #00223F;
    color: white;
    padding: 50px 100px;
    margin-top: 30px;
    border-radius: 0 0 0 80px;
    margin-left: 35px;
    margin-bottom: 15px;
    box-sizing: border-box;
    width: calc(100% - 35px);
}

footer.footer .innerwidth {
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: flex;
    gap: 100px;
}

footer.footer img.logo-footer {
    width: 290px;
    height: auto;
}

footer.footer #block-daemmatlas-kiel-dammatlas {
    font-size: 14px;   
}

footer.footer #block-daemmatlas-kiel-dammatlas .h4 {
    padding-top: 20px;
    text-transform: uppercase;
    border-top: 2px solid #667A8B;
    font-size: 14px;
    margin: 0 0 20px 0;
}

footer.footer #block-daemmatlas-kiel-copyright {
    font-size: 14px;
    margin-top: 20px;
}

footer.footer a {
    color: white;
    text-decoration: none;
}

footer.footer a:hover {
    text-decoration: underline;
}

/* Kiel uses completely custom footer layout - no shared kennzahlen blocks */

.postfooter {
    padding-bottom: 20px;
}

.postfooter nav > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.postfooter nav > ul > li > a {
    font-weight: 800;
    color: #00223F;
}

.postfooter nav > ul > li > a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {

    footer.footer {
        width: 100%;
        margin-left: 0;
        padding: 20px 20px 40px 20px;
    }

    footer.footer .innerwidth {
        flex-direction: column;
        gap: 20px;
    }

    .postfooter nav > ul {
        gap: 10px 30px;
        justify-content: flex-start;
    }
    
}
.theme-version {
    color: transparent;
}
