#cookie-bar * {box-sizing: border-box;}
#cookie-bar {background:#0d376a; height:auto; line-height:1.5em; color:#fff; text-align:left; padding:1.5em; font-size: 14px;}
/* POSITIONS */
#cookie-bar.top {position:relative; width:100vw;}
#cookie-bar.top_fixed {position:fixed; top:0; left:0; width:100vw;}
#cookie-bar.bottom_fixed {position:fixed; bottom:0; width:100vw; }
#cookie-bar.bottom_right_fixed {position:fixed; bottom:0; right:0; width:25vw;}
#cookie-bar.bottom_left_fixed {position:fixed; bottom:0; left:0; width:25vw;}

#cookie-bar p {margin:0; padding:0;float: none;}
#cookie-bar.bottom_right_fixed p,
#cookie-bar.bottom_left_fixed p {margin:0; padding:0;float: none;}

#cookie-bar a {color:#999; display:inline-block; text-decoration:none; }
#cookie-bar a:hover {text-decoration:underline; }

#cookie-bar .cookie-bar-buttons {float: none;text-align: left;margin-top: 1em;}
#cookie-bar .cookie-bar-buttons a { display:inline-block; text-align: left; text-decoration:none; padding:0 1.5em; margin:0 0;}
#cookie-bar.top .cookie-bar-buttons,
#cookie-bar.top_fixed .cookie-bar-buttons,
#cookie-bar.bottom_fixed .cookie-bar-buttons {float: left;text-align: center;margin-top: 0;}
#cookie-bar.top .cookie-bar-buttons a,
#cookie-bar.top_fixed .cookie-bar-buttons a,
#cookie-bar.bottom_fixed .cookie-bar-buttons a { display:inline-block; text-decoration:none; padding:1em; margin:0 8px;width: auto;}

/* BUTTONS */
#cookie-bar .cb-enable {color:#fff;font-family: 'tl-regular';position: relative;}
#cookie-bar .cb-enable:before {position: absolute;content: '';width: 1em;height: 1em;border-radius: 50%;box-shadow: 0 0 0 1px #fff;margin-left: -1.5em;margin-top: 0.15em;}
#cookie-bar .cb-enable:hover:before {background:#009900;}
#cookie-bar .cb-disable {color:#fff}
#cookie-bar .cb-disable:before {position: absolute;content: '';width: 1em;height: 1em;border-radius: 50%;box-shadow: 0 0 0 1px #fff;margin-left: -1.5em;margin-top: 0.15em;}
#cookie-bar .cb-disable:hover:before {background:#bb0000;}

@media only screen and (max-width:900px){
    #cookie-bar.bottom_left_fixed {left:auto; right: 0; width:50vw;}
}
@media only screen and (max-width:400px){
    #cookie-bar.bottom_left_fixed {bottom:3em; width:100vw;}
}