@font-face {
	font-family: 'info-text-offc-book';
	font-style: normal;
	font-weight: 400;
	src: local('info-text-offc-book'), url(/wl/laufmich/fonts/infotextoffc-book.ttf) format('truetype')
}

body {
    color: #000000 !important;
    font-family: 'info-text-offc-book','sans-serif' !important;
}

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

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

.btn:hover {
    color: #BED600;
}

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

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

.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: #BED600;
}
