.resize-vertical {
    resize: vertical;
    width: 100%; /* Breite anpassen */
    min-height: 100px; /* Mindesthöhe */
    max-height: 500px; /* Optionale Maximalhöhe */
    overflow: auto; /* Scrollbalken anzeigen, falls nötig */
}

.form-control-feedback {
    color: #FF0000FF;
    position: absolute;
    top: 64px;
    left: 20px;
    font-size: 0.8rem;
}

.has-danger .form-control {
    border-color: #dc3545;  /* Rote Farbe für den Rahmen */
}
