#cookie-law {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 5%;
    background-color: #ebebeb;
    z-index: 999;
    font-size: 15px;
    color:#595d69;
    /*
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 80px 5%;
    background-color: #ebebeb;
    z-index: 999;
        font-size:15px;
        height:100%
        */
}

    #cookie-law > div {
    }

        #cookie-law > div:first-child {
            padding-right: 40px;
        }

            #cookie-law > div:first-child > a {
                color: inherit;
            }

        #cookie-law > div:last-child {
            vertical-align: middle;
        }

            #cookie-law > div:last-child > a {
                padding: 10px 20px;
                background-color: #2163e8;
                border-radius: 5px;
                color: white;
                text-decoration: none;
            }
