body {
    /* font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto; */
    font-size: 16pt;
    font-weight: 400;
    font-style: normal;
    color: #404040;
    background-color: #FFFFFF;
}
.body-bg1 {
    background-image: url(../img/bg_meer1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.headertext {
    padding-top: 50px;
    font-size: 24pt;
    font-weight: 700;
    color: #FFFFFF;
}
.chatinput {
    height: 80px;
    padding: 10px;
    border-radius: 20px;
    /* border: 1px solid #9c9da1; */
}
.chatinput_start {
    background-color: white;
}
.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; */

}
.chat-scroll {
    overflow-y: scroll;
}
#streamDiv {
    margin-top: 20px;
    background-color: rgba(255,255,255,.9);
    /* display: none; */
    border-right: 10px;
    padding: 10px;
    padding-bottom: 20px;
}
#streamingText {
    overflow-y:  auto;
    /* min-height: 400px; */
}
#urlAusgabe {
    border: 1px dotted gray;
    padding: 10px;
    font-weight: 100;
    font-size: 12px;
}

#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;
}

.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    h4 {
      margin-top: 0;
      margin-bottom: 5px;
    }
    p:last-child {
      margin-bottom: 0;
    }
    code {
      border-radius: 3px;
    }
    & + .bs-callout {
      margin-top: -5px;
    }
}
.callout-danger {
    border-left-color: #d9534f;
    h4 {
    color: #d9534f;
    }
}
.rechtstext {
    font-size: 12pt;
}
.card-header-empat {
    background-color: #4CBF8C;
    color: white;
}
.slogan {
    text-align: center;
    margin-top: -180px; 
    position: relative;
    background: rgba(76, 191, 140, 0.9);
    z-index: 1;
    padding: 20px;
    border-radius: 10px;
}
.slogan h1 {
    font-size: 24pt;
    color: white;
}
.slogan span {
    font-size: 16pt;
    color: black;
}
.chat-img {
    border-radius: 10px;
}
