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

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

.fp_btn-default {
    background-color: #42a2ce;
    border: 1px solid #42a2ce;
}

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

.btn:hover {
    color: #42a2ce;
}

.btn.btn-primary {
    background-color: #42a2ce;
    border: 1px solid #42a2ce;
}

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

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

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

.loader:before {
    background-color: #42a2ce;
}
