/* Button Styling */
.neures-menu-cta a, .et-fixed-header #top-menu .dt-menu-cta a {
    background: #379e00; /* Button Hintergrundfarbe */
    border-radius:5px 5px 5px 5px;
    color:#fff!important;
	padding: 5px 10px !important;
	margin-bottom:10px !important; /* Unten etwas Abstand*/
	border-style:solid!important;
	border-width:2px!important;
	border-color:#379e00!important;
}
/* Hover grüner Text, weißer Hintergrund*/
.neures-menu-cta a:hover{
	background:#fff!important;
	color:#379e00!important;
	border-style:solid!important;
	border-width:2px!important;
}