/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

.ls-questionhelp:before {
   content:"\f05a";
}

/* Versteckt die Checkboxen für alle relevanten IDs */
#answer688456X27X561othercbox, 
#answer688456X27X568othercbox, 
#answer688456X27X573othercbox, 
#answer688456X27X578othercbox, 
#answer688456X27X586othercbox, 
#answer688456X27X594othercbox {
    display: none !important;
}

/* Versteckt das Checkbox-Symbol (::before) für alle relevanten Labels */
#label-688456X27X561other-other::before, 
#label-688456X27X568other-other::before, 
#label-688456X27X573other-other::before, 
#label-688456X27X578other-other::before, 
#label-688456X27X586other-other::before, 
#label-688456X27X594other-other::before {
    display: none !important;
}

/* Versteckt den gesamten Container der Checkbox für alle relevanten Labels */
#label-688456X27X561other-other, 
#label-688456X27X568other-other, 
#label-688456X27X573other-other, 
#label-688456X27X578other-other, 
#label-688456X27X586other-other, 
#label-688456X27X594other-other {
    display: none !important;
}

/* CSS für die Textareas */
#answer688456X27X561other, 
#answer688456X27X568other, 
#answer688456X27X573other, 
#answer688456X27X578other, 
#answer688456X27X586other, 
#answer688456X27X594other {
    display: block;
    width: 220%;  /* Maximale Breite */
    min-height: 80px; /* Mindesthöhe für mehrere Zeilen */
    height: auto; /* Auto-Größe für den Inhalt */
    resize: vertical;  /* Ermöglicht das vertikale Vergrößern */
    padding: 8px;
    font-size: 14px;
    line-height: 1.5;
    white-space: pre-wrap; /* Zeilenumbruch */
    word-wrap: break-word; /* Wortumbruch bei langen Wörtern */
    overflow-y: auto; /* Ermöglicht das Scrollen */
    box-sizing: border-box; /* Stellt sicher, dass Padding und Border die Gesamtbreite nicht beeinflussen */
}

/* Sicherstellen, dass die Labels "Sonstige" für alle relevanten Textareas angezeigt werden */
#label-688456X27X561other-other, 
#label-688456X27X568other-other, 
#label-688456X27X573other-other, 
#label-688456X27X578other-other, 
#label-688456X27X586other-other, 
#label-688456X27X594other-other {
    display: block !important;  /* Stellt sicher, dass die Labels angezeigt werden */
    margin-bottom: 8px; /* Abstand zwischen Label und Textarea */
}










