/* Macht Custom Profile Fields auf der Registrierung sichtbar */
table.tborder .trow2 input[type="text"],
table.tborder .trow2 select,
table.tborder .trow2 textarea {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    transform: none !important;
    position: static !important;
}


select[name="profile_fields[fid5]"] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
