/* Fade effekte zum laufen bringen */
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition:    opacity 0.3s linear;
    -o-transition:      opacity 0.3s linear;
    transition:         opacity 0.3s linear;
}
/* Breadcrumbs anpassen */
.breadcrumb {
    background: none;
    padding-left: 0;
    font-weight: 900;
}
.breadcrumb .breadcrumb-item a {
    color: #212529;
    text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
    color: #0062ae;
}

/* Überschriften */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-size: 24px;
    color: #0062ae;
    font-weight: 900;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
    font-size: 24px;
    color: #0062ae;
    font-weight: 400;
}
