#cookie-bar {box-sizing: border-box;font-family: Arial, sans-serif;}
#cookie-bar * {box-sizing: inherit;}
#cookie-bar {background:#017591; height:auto; line-height:1.5em; color:#fff; text-align:left; padding:1.5em; font-size: 13px;}
#cookie-bar:after {content: ""; display: table; clear: both;}
/* 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;}
#cookie-bar.top p,
#cookie-bar.top_fixed p,
#cookie-bar.bottom_fixed p {float:left;padding: 0.2em 0;}
#cookie-bar strong {display:inline;}

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

#cookie-bar .cookie-bar-buttons {text-align: center;margin-top: 1em;}
#cookie-bar .cookie-bar-buttons a { display:inline-block; text-decoration:none; padding:1em; margin:0 1%;width: 48%;}
#cookie-bar.top .cookie-bar-buttons,
#cookie-bar.top_fixed .cookie-bar-buttons,
#cookie-bar.bottom_fixed .cookie-bar-buttons {float: right;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:0.2em 1em; margin:0 8px;width: auto;}

/* BUTTONS */
#cookie-bar .cb-enable {background:#fff;color:#017591;font-weight: bold;}
#cookie-bar .cb-enable:hover {background:#009900;color:#fff}
#cookie-bar .cb-disable {background:#017591;color:#fff}
#cookie-bar .cb-disable:hover {background:#bb0000;}

@media only screen and (max-width:1024px){
    #cookie-bar.bottom_left_fixed,
	#cookie-bar.bottom_right_fixed{width:50vw;}
}
@media only screen and (max-width:400px){
    #cookie-bar.bottom_left_fixed,
	#cookie-bar.bottom_right_fixed {width:100vw;}
}