




/*
main#m_chat {
 display: flex;
 justify-content: space-between;
}

main section {
 /* border: 1px solid; */
 /* padding: 25px; */
 /*
}

section#chat_verlauf {
 width: 100%;
 height: 370px;
 overflow: scroll;
 box-sizing: border-box;
}

section#chat_verlauf .m_chat_zeile {
 border-bottom: 1px dotted;
 padding: 0 0 15px 25px;
 margin-bottom: 15px;
}

section#chat_verlauf .m_chat_zeile div span, .m_chat_zeile_teilnehmer {
 width: 180px;
 display: inline-block;
}

/* .m_chat_zeile_teilnehmer {
 font-weight: bold;
} */
/*
section#chat_verlauf .m_chat_zeile {
 border-bottom: 1px dotted;
 padding: 0 0 15px 25px;
 margin-bottom: 15px;
}

.chat_verlauf_chat_aktionen {
 display: flex;
}



section#chat_liste {
 width: 20%;
 border-right: 1px solid;
}

section#chat_elemente {
 width: 80%;
}

section#chat_elemente h2 {
 margin-left: 25px;
}

section#chat_liste .chat_liste_eine_zeile {
 border-bottom: 1px solid;
 padding: 5px 0px 10px 0;
}

section#chat_liste_inhalt {
 padding: 0;
}

section#chat_liste_ueberschrift h2 {
 margin-bottom: 5px;
}

#chat_element_text_inhalt_bearbeiten_layer, .chat_element_text_inhalt_bearbeiten_layer {
 display: none;
}

.chat_element_text_inhalt_bearbeiten_layer {
 padding-left: 25px;
}

.chat_element_text_inhalt_bearbeiten_input {
 width: 98%;
 height: 98px;
 overflow: scroll;
}

#temp_chat {
 opacity: 0;
 position: fixed;
 top: 0;
 z-index: -99999
}

.chat_element_text_inhalt_aktionen {
 display: flex;
}

#chat_aktionen {
 display: flex;
 flex-direction: column;
}

/* button.chat_element_text_inhalt_bearbeiten_button {
 width: 111px;
} */
/*
div#chat_aktionen_chattext {
 display: flex;
 justify-content: space-between;

}

textarea#chat_aktionen_chattext_input {
 width: 100%;
 height: 120px;
 box-sizing: border-box;
}

form#chat_datei_upload_form {
 /* border: 1px dotted; */
 /*
}