body {
    /* font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto; */
    font-size: 16pt;
    font-weight: 400;
    font-style: normal;
    color: #404040;
    background-color: #FFFFFF;
}

.chatinput {
    height: 80px;
    padding: 10px;
    border-radius: 20px;
    /* border: 1px solid #9c9da1; */
}
.input-group-text {
    border-radius: 20px;
}
/* .chatinput:focus, .chatinput:active, .chatinput: {
    outline: none;
} */

.lupe {
    padding: 5px;
    color: #646568;
}
#realchat {
    margin-top: 20px;
    background-color: #f0f0f0;
    box-shadow: 0 -5px 5px #f0f0f0;
    /* height: 60px; */
    border-right: 10px;
    padding: 10px;
    /* display: none; */
}
#streamDiv {
    margin-top: 20px;
    background-color: rgba(255,255,255,.9);
    /* display: none; */
    border-right: 10px;
    padding: 10px;
    padding-bottom: 230px;
}
#streamingText {
    overflow-y:  auto;
    /* min-height: 400px; */
}
#urlAusgabe {
    border: 1px dotted gray;
    padding: 10px;
    font-weight: 100;
    font-size: 12px;
}
.footer {
    position: fixed;
    height: 230px;
    bottom: 0;
    width: 100%;
}        
#nav-footer {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(255,255,255,0) !important;
    width: 100%;
    font-size: 12px;
    padding: 8px;
}
div#nav-footer ul {
    margin: 0;
    padding: 0;
}
div#nav-footer li {
    display: inline;
    padding: 0 10px;
    color: #FFFFFF;
}
div#nav-footer a {
    color: #000000;
}