/* @override 
	https://www.frieden-berg.de/files/css/jquery.cookiebar.css */

#cookie-bar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #009fe3;
    height:auto;
    line-height:24px;
    color:#fff;
    text-align:center;
    padding: 6px 250px 5px 30px;
}
#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: 10px; color: #fff;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {
    background:#fff;
    color: #333;
    position: absolute;
    right: 20px;
    top: 35%;
    width: 25px;
    text-align: center;
}
#cookie-bar .cb-enable:hover {background:#333; color: #fff;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {
    background:#333;
    color: #fff;
    position: absolute;
    right: 70px;
    top: 35%;
    width: 140px;
    text-align: center;
}
#cookie-bar .cb-policy:hover {background:#fff;color: #009fe3;}



@media screen and (max-width: 599px) {
    #cookie-bar {
        padding: 20px 30px 20px 30px;
    }
    #cookie-bar .cb-enable {
        float: none;
        display: block;
        text-align: center;
        margin: 5px 0 5px 0;
        padding: 3px 0;
        position: relative;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
    }
    #cookie-bar .cb-policy {
        float: none;
        display: block;
        text-align: center;
        margin: 5px 0 5px 0;
        padding: 3px 0;
        position: relative;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
    }
}
