/*
 Theme Name:   Divi Child DGORH
 Theme URI:    https://dgorh.consecu.de
 Description:  Child-Theme für die DGORH-Subsite (Deutsche Gesellschaft für Orthopädische Rheumatologie) auf divi.consecu.com. Enthält CPT Webinar, ACF-Integration und alle DGORH-spezifischen Anpassungen.
 Author:       Jan-Holger Nahler
 Author URI:   https://jhn.de
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  divi-child-dgorh
*/

input[name*="_webinar_nummer_"],
input[name*="_webinar_datum_"],
input[name*="_webinar_uhrzeit_"],
input[name*="_webinar_titel_"],
input[name*="_webinar_dozent_1_"],
input[name*="_webinar_dozent_2_"],
input[name*="_webinar_dozent_3_"],
input[name*="_webinar_zoom_link_"],
input[name*="_webinar_zoom_id_"],
input[name*="_webinar_zoom_passwort_"],
input[name*="_webinar_cme_"],
input[name*="_webinar_status_"] {
    display: none !important;
}

/* Zugehörige Labels/Wrapper ebenfalls ausblenden */
.et_pb_contact_field:has(input[name*="_webinar_nummer_"]),
.et_pb_contact_field:has(input[name*="_webinar_datum_"]),
.et_pb_contact_field:has(input[name*="_webinar_uhrzeit_"]),
.et_pb_contact_field:has(input[name*="_webinar_titel_"]),
.et_pb_contact_field:has(input[name*="_webinar_dozent_1_"]),
.et_pb_contact_field:has(input[name*="_webinar_dozent_2_"]),
.et_pb_contact_field:has(input[name*="_webinar_dozent_3_"]),
.et_pb_contact_field:has(input[name*="_webinar_zoom_link_"]),
.et_pb_contact_field:has(input[name*="_webinar_zoom_id_"]),
.et_pb_contact_field:has(input[name*="_webinar_zoom_passwort_"]),
.et_pb_contact_field:has(input[name*="_webinar_cme_"]),
.et_pb_contact_field:has(input[name*="_webinar_status_"]) {
    display: none !important;
}

