/* FOOTER
---------------------------------------------------------------------------- */

/* Anpassningar formatmallar
---------------------------------------------------------------------------- */

/* General
---------------------------------------------------------------------------- */

.cdfn-footer {
    position: relative;
    padding: 3rem  1.25rem; /*48px 20px*/
    /*
    background-color: var(--cdfn-color-blue-dark);
    background-color: #FAFAFA;
    background-color: #f2f2f2;
    */
    background-color: #f5f5f5; /* Bootstrap gray*/
}

.cdfn-footer h2 {
    /*color: #fff !important;*/
    margin: 0 0 1rem 0!important;
    font-size: 1.375rem;
}

.cdfn-footer p.normal {
    /*color: #fff !important;*/
    margin: 0 0 1rem 0!important;
}

.cdfn-footer p.normal:last-child {
    /*color: #fff !important;*/
    margin: 0 0 0 0!important;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .cdfn-footer-logo {
        margin: 2.5rem auto 0;
    }    
}

.cdfn-footer-links__list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.cdfn-footer-links__list-item {
    margin: 0 0 0.375rem 0;
}

.cdfn-footer-links__list-item a {
    /*font-family: var(--cdfn-font-family-base);
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--cdfn-color-text-black);
    line-height: 1.5;*/
    text-decoration: underline;
}

.cdfn-footer-links__list-item a:hover {
    text-decoration-line: underline;
}

/*
.cdfn-footer-links__list-item a::after {
    content: '';
    display: inline-block;
    height: 1.0rem;
    width: 1.0rem;
    background-image: url('/images/18.76ab5fd51832fa984e48f/1662966393131/arrow-right-light.svg');
    background-position: initial;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: -6%;
    margin-left: 0.4rem;
}
*/
