.kfr-form {
  max-width: 500px;
  margin: 30px auto;
  font-family: sans-serif;
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  color: #222;
}

.kfr-form input[type="text"],
.kfr-form input[type="email"],
.kfr-form input[type="file"],
.kfr-form select,
.kfr-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #222;
  background-color: #fff;
}

.kfr-form label {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
  color: #222;
}

.kfr-form small {
  color: #555;
}

.kfr-form button {
  background-color: #b51818;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.kfr-form button:hover {
  background-color: #861111;
}

.kfr-form input[type="checkbox"] {
  transform: scale(1.2);
  margin-right: 6px;
}

.kfr-form a {
  color: #b51818;
  text-decoration: underline;
}


.kfr-success-message {
  background: #e6ffe6;
  border: 1px solid #28a745;
  padding: 16px;
  margin-bottom: 20px;
  border-radius: 4px;
  color: #155724;
  font-weight: bold;
}

/* Container */
.kfr-filialbesuch-form {
  max-width: 650px;
  margin: 0 auto;
  padding: 20px;
  background: #fff7f0;
  border-radius: 12px;
  border: 1px solid #e9d6c6;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

/* Felder */
.kfr-field {
  margin-bottom: 18px;
}

.kfr-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.kfr-required {
  color: #d00;
  font-weight: bold;
  margin-left: 4px;
}

/* Inputs */
.kfr-filialbesuch-form input[type="text"],
.kfr-filialbesuch-form input[type="number"],
.kfr-filialbesuch-form select,
.kfr-filialbesuch-form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  background: #fff;
}

.kfr-filialbesuch-form textarea {
  min-height: 120px;
}

/* DSGVO */
.kfr-dsgvo {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Button */
.kfr-submit {
  display: block;
  width: 100%;
  padding: 14px;
  background: #e67e22;
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.2s;
}

.kfr-submit:hover {
  background: #cf6d1a;
}

/* Mobile Optimierung */
@media (max-width: 480px) {
  .kfr-filialbesuch-form {
    padding: 15px;
  }

  .kfr-submit {
    font-size: 17px;
    padding: 12px;
  }
  
  
.kfr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 640px) { .kfr-grid { grid-template-columns: 1fr; } }

  
  
}
