/* Stylesheet for footer */

footer {
    background-color: #10173E;
    padding: 0%;
    max-width: 100%;
    margin: 0px;
    margin-bottom: 0px;
}

.footer-c1 {
    display: flex;
    width: 100%;
    margin-bottom: 7px;
    text-align: center;
}

.footer-icon-aktuell {
    border-radius: 7px;
    /*
    border-color: aliceblue;
    border-style: solid;
    border-width: 1px;
    */
    padding: 7px 7px;
    text-align: center;
    display: inline-block;
    margin: 50px 30px;
    width: 20%;
    min-width: 60px;
    cursor: pointer;
    width: max-content;
}

.footer-icon-aktuell:hover {
    background-color: #1c223f;
}

.footer-icon-aktuell img {
    max-width: 100%;
}

.footer-c1 img {
    width: 40%;
    max-height: 100px;
}

.footer-c2 {
    display: flex;
    width: 100%;
    margin-bottom: 7px;
}

/* NEU:*/

.footer-column-left {
    display: flex;
    width: 20%;
    float: left;
    margin-bottom: 7px;
    margin-left: 0px;
    text-align: left;
}

.footer-column-mid {
    display: flex;
    width: 30%;
    margin-bottom: 7px;
    margin-left: 30%;
    text-align: left;
}

.footer-column-right {
    display: flex;
    width: 40%;
    float: right;
    margin-bottom: 7px;
    margin-right: 0px;
    text-align: left;
}

.footer-icon {
    border-radius: 7px;
    border-color: aliceblue;
    border-style: solid;
    border-width: 1px;
    padding: 7px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 5px 5px;
    cursor: pointer;
    width: max-content;
}

.footer-icon:hover {
    background-color: #1c223f;
}

.footer-icon img {
    width: 15px;
    height: 15px;
}




@media screen and (min-width: 666px) {
    .footer-c1 {
        width: 45%;
        float: left;
        margin-bottom: 0%;
    }

    .footer-c2 {
        width: 55%;
        float: left;
        margin-bottom: 0%;
        min-height: 340px;
    }

}

@media screen and (min-width: 1024px) {}