*{
    margin: 0;
    padding: 0;

}
body{
    font-family: Arial;
    font-size: 15px;
    line-height: 1.78em;


}
.u_heute{
    color:red;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}
.u_morgen{
    color:red;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}
#container{
    border-radius: 20px;
    background: #7abdff;
    margin: 5px auto;
    overflow: auto;
    width: 250px;
    

}
header h1{
    text-align: center;
    color: #000;
    font-size: 22px;
    padding: 15px 0 10px 10px;
    border-bottom: 3px solid #fff;

}
#boxid_out {
    border-radius: 12px;
    background: #7abdff;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 5px; 
}

#boxid {
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
}

.l-no-vertical-scroll {
    overflow-y: hidden;
}
.l-no-horizontal-scroll {
    overflow-x: hidden;
}
/*
#shouts::-webkit-scrollbar {
    width: 5px;
    height: 3px;  
}

#shouts::-webkit-scrollbar-thumb {
    background: #3399ff;
    border-radius: 30px;  
}

#shouts::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 30px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0;   
}

#boxid::-webkit-scrollbar {
    width: 5px;
    height: 3px;  
}

#boxid::-webkit-scrollbar-thumb {
    background: #3399ff;
    border-radius: 30px;  
}

#boxid::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 30px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0;   
}

@media only screen and(max-width:1920px){
    #input input[type= 'text']{
        width: 98%;
    }
}
*/
footer h5{
    text-align: center;
    color: #000;
    font-size: 12px;
    padding: 15px 0 10px 10px;
    border-top: 3px solid #fff;  
}
