/* Honeypot „Website“ bleibt unsichtbar. Die echte URL geht nur in die Office-Mail. */
.dscf-hp,
p.dscf-hp,
.dscf-form .dscf-hp,
.hc-page p.dscf-hp,
.hc-page p.dscf-hp:not(.hc-kicker) {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	border: 0 !important;
	white-space: nowrap !important;
}

/* CF7 Girl-Feld – gilt auch auf /buchen/ (nicht nur DataSoft Model-Datenbank) */
select.dsmdb-girl-locked,
#model-select-list.dsmdb-girl-locked,
#js-order-form-model-name.dsmdb-girl-locked{
  background:#e8e8e8!important;
  color:#222!important;
  pointer-events:none;
  cursor:default;
}
#js-order-form-model-name.dsmdb-girl-locked{
  display:inline-block;
  padding:6px 12px;
  border:1px solid #c8c8c8;
  border-radius:3px;
  min-width:180px;
  font-weight:700;
}
