/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */

.topbar-icon {
    margin-left: 15px;
    margin-right: 5px;
}

.topbar-text {
    margin-right: 15px;
}

.topbar-payment-img {
    margin-top: 2px;
}

/* Footer-Link-Hover greift sonst auf btn-Links (z.B. "Vertrag widerrufen") */
#footer a.btn:hover {
    color: #525252 !important;
}
