/**
 * BREADCRUMB COMPONENT
 * Styles for the breadcrumb navigation (page headers on sub-pages)
 */

.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../img/hintergrund-leistungen.jpg) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--primary-color) !important;
}

@media (min-width: 992px) {
    .bg-breadcrumb {
        padding: 160px 0 60px 0;
    }
}
