@font-face {
	font-family: 'raleway';
	font-style: normal;
	font-weight: 400;
	src: local('raleway'), url(/wl/rwm-steuerberater/fonts/raleway-regular.ttf) format('truetype')
}

body {
    color: #777 !important;
    font-family: 'raleway','sans-serif' !important;
}

.fp_btn-default {
    background-color: #00408a;
    border: 1px solid #00408a;
}

.fp_btn-default:hover {
    color: #00408a;
    background-color: transparent;
    border: 1px solid #00408a;
}

.btn:hover {
    color: #00408a;
}

.btn.btn-primary {
    background-color: #00408a;
    border: 1px solid #00408a;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    color: #00408a;
    background-color: transparent;
    border: 1px solid #00408a;
}

.btn.btn-danger {
    background-color: #b20000;
    border: 1px solid #b20000;
}

    .btn.btn-danger:hover,
    .btn.btn-danger:focus {
        color: #b20000;
        background-color: transparent;
        border: 1px solid #b20000;
    }

.loader:before {
    background-color: #00408a;
}
