/* Hintergrund und Text wechseln beim Hover */
button, .button, a.button {
background-color: #1D360E !important;
color: white !important;
transition: all 0.3s ease;
}
button:hover, .button:hover, a.button:hover {
background-color: rgba(78,255,2,0.97) !important;
color: #1D360E !important;
}
[id="V0806128346"] bodycopy {
}