/* Formular-Labels */
.form-label {
    font-weight: bold;
    color: #00274d; /* Dunkelblau */
}

/* Pflichtfelder Hinweis */
.text-danger {
    color: #dc3545 !important; /* Bootstrap Rot */
}

/* Google reCAPTCHA */
.g-recaptcha {
    margin: 10px 0;
}

/* Senden-Button */
.btn-primary {
    background-color: #0c5325;
    border-color: #0c5325;
    color: #ffffff;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary:hover {
    background-color: #084c20;
    border-color: #084c20;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
