/* ---------- Aktuelle Fenstergrösse ---------- */

.dimControll {
    position: fixed;
    bottom: 0;
    padding: 20px;
    margin: 10px;
    width: 130px;
    height: 50px;
    background-color: rgba(170, 170, 170, 0.394);
    border: 2px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}