.webform-submission-form .form-item input, .webform-submission-form .form-item textarea, .webform-submission-form .form-item select {
    border: 1px ridge #7e1c15;
    border-radius: 12px;
    font-size: 18px;
    color: #000000;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 40%);
}

/* Desktop: Bilder nebeneinander */
@media (min-width: 768px) {
  .image_picker_selector {
    display: flex !important;
    flex-direction: row !important;
    gap: 25px !important;
    justify-content: center !important;
    margin-top: 10px !important;
  }
  
  .image_picker_image {
    width: 340px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    border: 3px solid transparent !important;
    transition: all 0.3s ease !important;
  }
  
  .thumbnail.selected .image_picker_image {
    border-color: #007cba !important;
    transform: scale(1.05) !important;
  }
  
  .thumbnail:hover .image_picker_image {
    transform: scale(1.02) !important;
    box-shadow: 0 4px 12px rgba(0,124,186,0.3) !important;
  }
}

/* Mobil: Untereinander */
@media (max-width: 767px) {
  .image_picker_selector {
    flex-direction: column !important;
    gap: 15px !important;
  }
}












/* Submit-Button mit deinem Icon (angepasst an aktuelle Struktur) */
.js-webform-signature-pad input[type="submit"],
.webform-signature-pad input.button.js-form-submit {
  width: 55px !important;
  height: 55px !important;
  background-image: url(/sites/default/files/gbb-uploads/reload2.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #7e1c15 !important;
  border: none !important;
  border-radius: 10% !important;
  color: transparent !important;
  padding: 0 !important;
  margin: -10px !important;  /* Rechts positioniert */
  cursor: pointer !important;
}

/* Signature Pad Styling (deins + responsive) */
.webform-signature-pad {
  background-color: #ffffff !important;
  border-radius: 15px !important;
}

@media (min-width: 601px) {
  .webform-signature-pad {
    min-height: 300px !important;
  }
}








div#edit-sichere-verbindung {
    border: 1px solid #898989;
    border-radius: 10px;
    padding: 1rem;
    padding-top: 10px;
}









input#edit-newsletter,
input#edit-datenschutzbestimmung {
  height: 18px;
  width: auto;
  vertical-align: middle;
  box-shadow: 0 0 0;
  margin: 0 8px 0 0;  /* Nur rechts Margin */
  display: inline-block;
}

#edit-newsletter + label,
#edit-datenschutzbestimmung + label {
  display: inline !important;  /* Label inline */
  margin-left: 0 !important;
}





/* Submit-Button full-width + modern */
#edit-submit {
  width: 100% !important;
  padding: 18px 30px !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  background: linear-gradient(135deg, #7e1c15, #f0827a) !important;
  border: none !important;
  border-radius: 12px !important;
  color: white !important;
  box-shadow: 0 6px 20px rgba(0,124,186,0.3) !important;
  transition: all 0.3s ease !important;
  margin-bottom: 40px !important;  /* ← Abstand Footer */
}

#edit-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(0,124,186,0.4) !important;
  background: linear-gradient(135deg, #c16d67, #7e1c15) !important;
}

/* Container-Abstand */
#edit-actions {
  margin-bottom: 50px !important;
  padding: 20px !important;
}

