/*
*   main.css io dsgvo-Plugin by mf@ito-consult
*   version 1.0
*   last update: 2019-10-20
*/

/*
#cookie-request::before {
    content: "";
    background: rgba(255,255,255,.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 2;
}
*/

#cookie-request #dsgvo-wrapper{position: fixed; z-index: 1000; background: rgba(0,0,0,.4); top: 0; left: 0; width: 100vw; height: 100vh; }
#cookie-request #dsgvo-wrapper .box {position: fixed; top: 50%; left: 50%; max-width: 400px; display: block; max-height: 90vh; overflow: auto; background: #fff; transform: translate(-50%,-50%); padding: 2rem; border-radius: .25rem;}
#cookie-request h5 {font-size: 1.2rem; color: #1680BE;}
#cookie-request h6 {font-size: 1.1rem; color: inherit;}

.cboxes {display: flex; align-items: center; margin: 1rem 0;}

#cookie-allow, #cookie-disallow {margin-bottom: 1rem;}

.cookie-footer {margin: 0; padding: 0; font-size: .8rem; color: #666;} 
.cookie-footer a {color: inherit;}