@font-face {
	font-family: 'source-sans-pro';
	font-style: normal;
	font-weight: 400;
	src: local('source-sans-pro'), url(/wl/istb-schulz/fonts/sourcesanspro-regular.ttf) format('truetype')
}

body {
    color: #02506f !important;
    font-family: 'source-sans-pro','sans-serif' !important;
}

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

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

.btn:hover {
    color: #c1d54a;
}

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

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

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

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

.loader:before {
    background-color: #c1d54a;
}
