.read-only-input {
    pointer-events: none; /* Verhindert Interaktion */
    background-color: #f5f5f5; /* Leichtes Grau für den gesperrten Effekt */
}

.bestellformular-date-picker {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
}

input[type="text"],
input[type="date"],
input[type="tel"] {
	background: none !important;
    display: flex !important;
    align-items: center !important;
    height: 60px !important;
    line-height: 40px !important;
    padding: 5px 10px !important;
    box-sizing: border-box !important;
    min-width: 100%;
}
