/*
Theme Name:   Theme Child Twenty Thirteen
Theme URI:    https://sternsinger-da-martinsviertel.de/
Description:  Child Theme für [Twenty Thirteen]
Author:       Klaus Liepach
Author URI:   https://sternsinger-da-martinsviertel.de/
Template:     twentythirteen
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:  dein-theme-child
*/


/* CSS */
label {
  display: block;        /* Stellt das Label über das Eingabefeld */
  font-weight: 600;      /* Optional: macht die Beschriftung deutlicher */
  margin-bottom: 4px;    /* Abstand zwischen Label und Feld */
  text-align: left;      /* Links ausrichten */
}

#einrichtung,
#adresse,
#buchung,
#ansprechpartner,
#email_ansprechpartner,
#telefon_ansprechpartner {
  width: 400px !important;      /* Fixe Breite mit !important zur Priorität */
  max-width: 100% !important;   /* Responsives Verhalten mit !important */
  box-sizing: border-box !important;
  padding: 8px 10px !important;
  font-size: 16px !important;
  display: block !important;
  margin-bottom: 15px !important;
  text-align: left !important;
}

.ui-autocomplete {
  max-width: 300px;
  width: auto !important;
  box-sizing: border-box;
}

