
.befehlsContainer {
    width: 98%;
    height: 7%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    top: 0px;
    /*margin-left: 500px;*/
}
.befehlsButton {
    background: #f5c0f5;
    width: 5%;
    border: 1px solid blue;
    margin-right: 2%;
}
.kalenderFeld{
    width: 99%;
    font-size: 15px;
}


.test{
    background: rgb(235,255,235);
    border: 1px solid black;
    display: flex;
    position: fixed;
}

.test2{
    background: rgb(100,150,235);
    border: 1px solid black;
    display: flex;
}

.kalenderContainer {
    /*margin-top: 10%;*/
    display: flex;
    flex-wrap: wrap;
}