.dt_typo3 .nf-breadcrumbs li a {
    font-weight: 700;
    border: 4px solid #105660;
    background: #fff;
    color: #105660;
    transition: .2s ease-in-out;

}

.dt_typo3 .nf-breadcrumbs li a:hover {
    background: #105660;
    color: #fff;
    transition: .2s ease-in-out;
}

.nf-breadcrumbs li.active a {
    background-color: #105660 !important;
    color: #fff !important;
    font-weight: 700 !important;
    cursor: default;
}
.dt_typo3 .nf-form-content button,
.dt_typo3 .nf-form-content input[type=button],
.dt_typo3 .nf-form-content input[type=submit] {
    font-weight: 700;
    border: 4px solid #105660;
    background: #fff;
    color: #105660;
    transition: .2s ease-in-out;
}

.dt_typo3 .nf-form-content input[type=submit]:hover {
    background: #105660;
    color: #fff;
    transition: .2s ease-in-out;
}

.dt_typo3 .nf-form-content input[type=button]:hover{
    background-color: #105660;
    color:#fff
}


.dt_typo3 .nf-form-content button:hover{
    background: #105660;
    color: #fff;
    transition: .2s ease-in-out;
}

.dt_typo3 .nf-progress-container {
    background-color: #fff;
    height: 30px;
    
}

.dt_typo3 .nf-progress {
    background-color: #105660;
    height: 30px;
}
