.footer_box {
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
    /* width: var(--tabwidth); */
    /* background-color: var(--tabelle2); */
    margin:auto;
    /* padding: 10px 10px; */
    box-sizing: border-box;
}

.footer_tabbox {
    width: 322px;
    height: 195px;
    overflow: auto;
    text-align: justify;
}

.footer_tabbox_zitat {
    width: 611px;
    height: 150px;
    margin-top:10px;
    text-align: center;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.footer_tabbox_stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 361px;
    height: 150px;
    margin-top: 10px;
    text-align: center;
}

.footer_tabbox_stats p {
    text-align: center;
}

.neuester_User {
    margin-bottom:10px;
}

.footer_legende {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height:25px;
    background-color: var(--tabelle3);
    margin-top:10px;
}

.footer_select {
    margin:10px auto;
}

.legende_bit {
    float: right;
    margin: 0px 20px;
}
		
		
		
		
		
		
		