#lsm-chat-start{
    position: fixed;
    bottom: 40px;
    left: 40px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    border-radius: 50%;
    color: white;
    background: #007ec0;
    border: none;
    display: none;
    -webkit-box-shadow: 1px 2px 13px -2px rgb(0 0 0);
    box-shadow: 1px 2px 13px -2px rgb(0 0 0);
}

#chaticon {
    width: 35px;
    height: 35px;
}

#hinweis {
    position: fixed;
    display: none;
    bottom: 50px;
    left: 90px;
    padding: 10px 10px 10px 20px;
    background-color: #007ec0;
    box-shadow: 1px 2px 13px -2px rgb(0 0 0);
    color: white;
}

#bottomHinweis{
    margin-top: 15px;
    display: flex;
}

