/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.hero_single .wrapper {
    background: rgba(0, 0, 0, 0.6) !important;
}

.hero_single.version_4 {
    background: url(../img/watches.jpg) center bottom no-repeat !important;
    background-size: cover !important;
}


.score.zustand_-1 strong {
    background-color: #686868;
}

.score.zustand_0 strong {
    background-color: #32a067;
}

.score.zustand_1 strong {
    background-color: #32a067;
}

.score.zustand_2 strong {
    background-color: #20c997;
}

.score.zustand_3 strong {
    background-color: #ffc107;
}

.score.zustand_5 strong {
    background-color: #dc3545;
}

.score.zustand_6 strong {
    background-color: #dc3545;
}

.image-copyright {
    border-radius: 3px; 
    background: rgba(0,0,0,0.3); 
    color: #eee; 
    font-size: 0.6rem; 
    line-height: 0.6875rem; 
    padding: 2px; 
    position: absolute; 
    bottom: 2px; 
    right: 2px;
}

li.active a {
    color: #007bff !important;
}