a,
footer {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

footer {
    display: block
}

.body--footer nav .link--index a,
.body--footer nav .link--supported,
    {
    font-size: 0.8125rem
}

@media (min-width:30em) {
    .body--footer nav .link--index a,
    .body--footer nav .link--supported {
        font-size: 0.90625rem
    }
}

.body--footer nav {
    position: fixed;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    /*   background-color: #ff4141;
    background-color: #fff;
      background-color: #ff5f63;
      background-color: #fe5d40;
      
      */
    background-color: #fff;
    background-color: transparent;
    -webkit-transition: bottom 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: bottom 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    /*   color: #ffff00;
          color: #ffff00!important;
          */
    color: #e16029 !important;
}

.body--footer a {
    /*
     color: #ffff00;
     color: #ffff00!important;
                color: #fe5d40!important;
                
                */
    color: #fff !important;
    color: #e16029 !important;
}

.body--footer a:hover {
    /*
     color: #ffff00;
     color: #ffff00!important;
     color: #FE4140!important;
           color: #fe5d40!important;
           */
    color: #e16029 !important;
    color: #000 !important;
}

.body--footer .active {
    /*  color: #ffff00;
    
     color: #fe5d40!important;
     */
    color: #e16029 !important;
    color: #000 !important;
}

.body--footer nav.is-hidden {
    bottom: -2.25em
}

.body--footer nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.85em 0.625rem
}

@media (min-width:50em) {
    .body--footer nav ul {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

.body--footer nav a {
    display: inline-block
}

.body--footer nav a:hover {
    color: #f5f5f5;
    color: #ffff00;
}

.body--footer nav .link--supported {
    display: none;
    position: absolute;
    top: -7em;
    left: 1.25rem
}

.body--footer nav .link--supported img {
    width: 18em;
    margin-top: 1em
}

.body--footer nav .link--index {
    display: none;
    position: absolute;
    top: -3em;
    left: 1.25rem
}

.body--footer nav .link--index a {
    background-color: #fff;
    color: #ffff00 !important;
}

.body--footer nav .link--index a:hover {
    color: #ff4141;
    color: #ffff00;
}

@media (min-width:50em) {
    .body--footer nav .link--index {
        display: block
    }
}

.tpl--blog .body--footer nav,
.tpl--blog-item .body--footer nav,
.tpl--home .body--footer nav,
.tpl--overview .body--footer nav {
    background-color: #f5f5f5;
}

.tpl--blog .body--footer nav a:hover,
.tpl--blog-item .body--footer nav a:hover,
.tpl--home .body--footer nav a:hover,
.tpl--overview .body--footer nav a:hover {
    color: #ff4141;
    color: #ffff00;
    color: #ffff00 !important;
}

.tpl--blog .body--footer nav .link--index,
.tpl--blog-item .body--footer nav .link--index,
.tpl--home .body--footer nav .link--index,
.tpl--overview .body--footer nav .link--index {
    display: none;
}

@media (min-width:50em) {
    .body--footer nav ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        color: #ffff00 !important;
    }
    .link--credits {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        color: #ffff00 !important;
    }
    .link--contact {
        margin-left: auto
    }
}