.footer-werm {
    height:40px;
    background:gold;
    position:fixed;
    bottom:0;
    width:100%;
    border-top:1px solid #d6be47;
    z-index:3000;
    color:#1e1e1e;
}
.footer-werm > div {
    margin:auto;
    text-align:center;
    margin-top:12px;
    xfont-family: 'Quicksand', ;
    font-family: 'Roboto', ;
    xfont-family: 'Bebas Neue', ;
    xfont-family: 'Staatliches', ;
    text-shadow: 1px 1px 0 #fffde6;
}
.footer-werm > div span{
    font-weight:bold;
    text-decoration: none;
    color:black;
}
.norm_row.sfsi_wDiv {
    width:auto !important;
}
@media (max-width: 460px) {
    .footer-werm > div {
        font-size:14px;
    }
}
@media (max-width: 400px) {
    .footer-werm > div {
        font-size:12px;
    }
}