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

body {
    color: #00264E !important;
    font-family: 'ubuntu','sans-serif' !important;
}

.fp_btn-default {
    background-color: #0079be;
    border: 1px solid #0079be;
}

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

.btn:hover {
    color: #0079be;
}

.btn.btn-primary {
    background-color: #0079be;
    border: 1px solid #0079be;
}

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

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

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

.loader:before {
    background-color: #0079be;
}
