#contentAll {
    padding-bottom: 70px
    /* Abstand Content zur Fusszeile (+50px = Fusszeilenhöhe) */
}
* html #wrapper {
    height: 100%
}
#wrapper {
    position: relative;
    min-height: 100%
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    /* Höhe der Fusszeile */
    
    text-align: center;
    background: #f1f1f1
}
.colFooter {
    float: left
}
.colFooter a {
    font-family: Sarala, Roboto, 'Droid Serif', serif;
    font-size: 0.912rem;
    color: rgba(15, 31, 51, 0.79)
}
#footerLeft,
#footerRight {
    padding: 19px 0 7px;
    cursor: pointer
}
#footerRight {
    float: right
}
#footerLeft a:hover,
#footerRight a:hover {
    text-decoration: none;
    border-bottom: 2px solid #152841
}
#footerLeft a:hover {
    /*	Muss gelöscht werden, wenn bei hover auch "Nach oben" unterstrichen werden soll */
    
    border: 0
}
.footerBox {
    padding: 18px .938em 7px;
    cursor: pointer
}
/* ------------------------------------------
    MEDIA QUERIES
--------------------------------------------- */

@media screen and (max-width: 25em) {
    .colFooter a {
      font-size: 0.9rem;
    }
    .footerBox {
        padding: 18px .625em 10px
    }
    .footerL {
        padding-right: 0;
        padding-left: 0
    }
    .footerRl {
        padding-left: 0
    }
    .footerRr {
        padding-right: 0
    }
}