.btn-funx, .event-day-buttons h3 {
    display:inline-block;
    margin:0 5px 5px 0;
    padding:6px 12px;
    border:2px solid rgb(239,0,136);
    background:rgb(239,0,136);
    color:#fff !Important;
    font-size:0.9em; font-weight: 400 !important;
    cursor:pointer;
    text-align:center;
    transition:all 0.2s;
    text-decoration: none !important; 
    border-radius:0; /* keine abgerundeten Ecken */
}
.btn-funx.active, .event-day-buttons h3.active {
    background:#fff; font-weight: 600 !important;
    color:rgb(239,0,136) !important;
}
.btn-funx:hover, .event-day-buttons h3:hover {
    background:#fff;
    color:rgb(239,0,136) !important;
}

/** Serach Custom shortcode */
.form-search-custom {}
	.form-search-custom .search-custom-resulttext { text-align: right; padding-top: 5px; font-size: 0.92em; color:rgb(239,0,136); }
	.search-custom-wrap {
		display: flex; 
		justify-content: flex-end; 
	}
		.search-custom-wrap .search-custom-input-wrap { position: relative; }
			.search-custom-wrap .search-custom-input-wrap .search-custom-reset { position: absolute; top: 21%; right: 7%; text-decoration: none !important; }
		.search-custom-wrap .search-custom-button-wrap {}
			body .search-custom-wrap .search-custom-button-wrap button.search-custom-submit { padding: 13px 20px !important; }