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

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

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

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

.btn:hover {
    color: #8db644;
}

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

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

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