/* Die untere Menubar */
.bottommenubar {
    background-color: #4BA2E9;
}
.bottommenubar .inner {
    text-align: left;
    padding: 10px 0;
    position: relative;
}
.bottommenubar a {
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 10px;
}
.bottommenubar.sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.bottommenubar .inner .payments {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
}

.bottommenubar .inner .payments span,
.bottommenubar .inner .payments img {
    vertical-align: middle;
    color: white;
}

.bottommenubar .inner .payments img {
    height: 25px;
    margin-left: 5px;
}

@media (max-width: 1024px) {

    .bottommenubar {
        display: none;
    }

}