/* +++++++++++++++++ footer +++++++++++++++++ */

footer {
    background-color: var(--footer);
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    border-top: 2px solid #fff;
}

footer section {
    margin-top: 0px;
    margin-bottom: 0px;
}

.gruene_schraege_footer {
    margin-bottom: 4px;
    background-image: url("../img/footerschraege.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 65px;
}

.gruene_schraege_footer.grau {
    background-color: var(--hellgrau);
}

.footer {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 2fr;
    grid-gap: 40px;
    margin: 0px auto;
}

.footer p,
.footer a {
    display: block;
    font-family: "Hind", sans-serif;
    color: var(--white);
    font-weight: 400;
    margin: 0px;
}

.footer a {
    font-weight: 700;
    margin-bottom: 10px;
    transition: 0.3s;
}

.footer .footermail {
    display: inline-block;
    font-weight: 300;
}

.footer a.footerlink_egno {
    margin-bottom: 0px;
}

.footer a:hover {
    opacity: 0.6;
    transition: 0.3s;
}

.footer p span {
    font-weight: 700;
}

.footer .socialmedia {
    display: grid;
    grid-template-columns: 50px 50px 50px;
    grid-gap: 15px;
}

.footer .socialmedia img {
    width: 100%;
}
