@media (max-width: 1200px) {
    header {
        padding: 0px;
    }
    nav {
        width: 100%;
        border-radius: 0px 0px var(--border-main) var(--border-main);
    }
    #controll {
        position: fixed;
        top: auto;
        bottom: 0;
        right: auto;
        left: 0;
        width: 100%;
        height: auto;
        margin: 0px;
    }
    .controll-page {
        height: 30vh;
        overflow-y: auto;
    }
}