/* =========================================================
   BMTS FOOTER STYLE
   Background: #0B1019
   Accent: #AB8147
   ========================================================= */

/* Footer Hintergrund */
.site-footer,
.site-footer-wrap,
#colophon {
    background-color: #121A27 !important;
}

/* Footer Überschriften */
.site-footer .widget-title,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
#colophon .widget-title,
#colophon h1,
#colophon h2,
#colophon h3,
#colophon h4,
#colophon h5,
#colophon h6 {
    color: #AB8147 !important;
}

/* Footer normaler Text */
.site-footer,
.site-footer p,
.site-footer li,
.site-footer span,
.site-footer div,
#colophon,
#colophon p,
#colophon li,
#colophon span,
#colophon div {
    color: rgba(255, 255, 255, 0.72) !important;
}

/* Footer Links */
.site-footer a,
#colophon a {
    color: rgba(255, 255, 255, 0.72) !important;
    text-decoration: none !important;
}

/* Footer Links Hover */
.site-footer a:hover,
#colophon a:hover {
    color: #AB8147 !important;
}

/* Footer Trennlinie */
.site-footer {
    border-top: 2px solid #AB8147 !important;
}

/* Abstand vom footer nach oben */
.site-footer {
    margin-top: 80px;
}

/* Abstand zwischen den widgets */
.site-top-footer-inner-wrap {
    max-width: 1150px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}