pre {
    white-space: pre-wrap;
}

#sidebar {
    top: 4em;
    padding-bottom: 4em;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.ui.menu .item img.logo {
    margin-right: 1.5em;
}

.ui.feed>.event>.content .extra.text {
    max-width: 95%;
}

#maincontainer {
    margin-top: 2em;
    width: 100%;
    height: 97%;

}

#mainsegment {

    margin-left: 16.5em;
    height: 100%;

}

#mainfeedsegment {

    height: 72%;
    width: 83%;
    scroll-behavior: smooth;

    background-color: #eeedf5;

    overflow-x: hidden;
    overflow-y: scroll;

}

#mainfeed {
    margin-right: 0em;
}

#formEingabeSegment {

    position: absolute;
    bottom: 5px;
    width: 81%;
    background-color: #eeedf5;

}

#errorbox {
    
    position: fixed;
        /* Fixiert das Element relativ zum Viewport */
        top: 0;
        /* Positioniert das Element am oberen Rand */
        right: 0;
        /* Positioniert das Element am rechten Rand */
        z-index: 1000;
        /* Stellt sicher, dass das Overlay über anderen Elementen liegt */
        /*background-color: rgba(0, 0, 0, 0.5);
        /* Optional: Hintergrundfarbe mit Transparenz */
        padding: 10px;
        /* Optional: Innenabstand */
        margin: 10px;
            
}

#holder, #holderMail, #holderAudio {
    display: table;
    border: 4px dashed white;
    width: 180px;
    height: 180px;
    font-size: 1.3em;
    transition: border 0.4s, color 0.4s;
}


#holder.hover, #holderMail.hover,
#holderAudio.hover {
    border-color: black;
    color: black;
}

#dropModal.modal, #dropModalMail.modal ,
#dropModalAudio.modal{
    width: 250px;
    /*border: 3px solid gray;*/
}

#holder i, #holderMail i,
#holderAudio i{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#pasteArea, #pasteAreaMail,
#pasteAreaAudio{
    border: 2px dashed #ccc;
    padding: 10px;
    width: 300px;
    margin: 2px auto;
    /* Zentriert das Element */
    text-align: center;
    cursor: pointer;
    /* Ändert den Cursor, um Interaktivität anzudeuten */
}

#systemMessages {
    position: fixed;
    /* Fixiert das Element relativ zum Viewport */
    top: 0;
    /* Positioniert das Element am oberen Rand */
    right: 0;
    /* Positioniert das Element am rechten Rand */
    z-index: 1000;
    /* Stellt sicher, dass das Overlay über anderen Elementen liegt */
    /*background-color: rgba(0, 0, 0, 0.5);
    /* Optional: Hintergrundfarbe mit Transparenz */
    padding: 10px;
    /* Optional: Innenabstand */
    
    max-width: 400px;
}


div.right.menu .item {
    
    font-size: 0.8em;
    color: #fff;
}