﻿
@media all and (min-width: 0px) {
    .seite.anmerkungen div.formular,
    .seite.anmerkungen-bearbeiten div.formular {
        background-color: #fff;
        padding: 20px;
    }

    #menu_anmerkungen {
        position: absolute;
        /* bottom: -80px; */
        background-color: #0066cc;
        /* height: 76px; */
        left: 0px;
        bottom: -80px;
        z-index: 9;
        right: 0;
        height: 80px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

        #menu_anmerkungen.aktiv {
            bottom: 0;
        }

    .cs-menu__btns {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    .cs-icon-button {
        margin: 0 4px;
    }

    .cs-dialog__container {
        background-color: #0066cc
    }

    .cs-dialog_titel {
        height: 56px;
        background-color: transparent;
        color: rgba(255,255,255,.87);
    }

    .cs-dialog__btn{
        color: #fff;
    }
}

@media all and (min-width: 840px) {
    #menu_anmerkungen {
        position: absolute;
        /* bottom: -80px; */
        background-color: #0066cc;
        height: auto;
        left: -120px;
        bottom: 0;
        z-index: 12;
        top: 0;
        width: 77px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        #menu_anmerkungen.aktiv {
            left: 0;
        }

    .cs-menu__btns {
        flex-direction: column;
    }

    .cs-icon-button {
        margin: 4px 0;
    }

}