@media (max-width: 888px) {
    /* --- SIDFOT: Länkar ---------------------------- */
    .footer {
        text-align: center;
        position: relative;
    }

        .footer .link-group {
            margin-top: 20px;
            padding: 0;
            border-left: none;
        }

            .footer .link-group li {
                display: inline-block;
                font-size: 12px;
                margin-bottom: 5px;
            }

                .footer .link-group li:not(:last-child) {
                    margin-right: 3px;
                    padding-right: 7px;
                    border-right: 1px solid #eee;
                }

    .footer-footer {
        text-align: center;
        padding: 15px 30px;
    }

        .footer-footer .col-sm-6:first-child {
            border-bottom: 1px solid #eee;
            padding-bottom: 15px;
            margin-bottom: 15px;
        }



    .footer .tjana-pengar-link {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }



    /* --- SIDFOT: Emblem "Vi använder också Svenskalag.se" ---------------------------- */
    .footer .clubmarks div {
        text-align: center;
    }

        .footer .clubmarks div img {
            width: 50px;
            float: none;
            margin: 0;
        }


    /* --- SIDFOT: Svenskalag - För smarta idrottsföreningar" ---------------------------- */
    .svelag-credit {
        /*border-bottom: solid 1px #ddd;*/
        padding: 20px 20px 0 20px;
        background-color: #eee;
        text-align:center;
    }

        .svelag-credit img {
            margin-top: 5px;
            width: 170px;
        }


}