#cookie-bar {line-height:24px; color:#000; text-align:center; padding:15px 20px; font-size:90%;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#000; display:inline-block; border-radius:0px; text-decoration:none;font-weight:bold;}
#cookie-bar a.cb-enable, #cookie-bar a.cb-disable{padding:10px 20px; margin-left:10px;font-weight:normal;text-transform:uppercase;font-size:90%;}
#cookie-bar .cb-enable {background:#000;color:#fff;}
#cookie-bar .cb-enable:hover {background:#77c7c8;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
#cookie-bar .cb-overlay{background:rgba(0,0,0,0.8); height:100%; width:100%;position:fixed;top:0;left:0;z-index:90;}
#cookie-bar .cb-content{font-family: 'Work Sans', sans-serif;background:#fff;width:calc(100% - 200px);height:auto;padding:50px 100px;position:absolute;bottom:0;left:0;border-top:2px solid #000;z-index:100;}
.datenschutz #cookie-bar .cb-overlay {display:none;}
body.cb-open{padding-bottom:250px;}