#cookie-bar {background:#132A3A; height:auto; line-height:24px; color:white; padding:0.5rem 0; transform: translateY(100%); transition: all .3s ease;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0 auto; padding:0; max-width: 1120px; font-size: 0.8rem; font-weight: bold;}
#cookie-bar p:nth-of-type(1) {margin-bottom: 0.5rem;}
#cookie-bar p:nth-of-type(2) {font-size: 0.7rem;}
#cookie-bar a {color:#000; display:inline-block; font-weight: bold; border-radius:3px; text-decoration:none; padding:0; margin-left:0px;}
#cookie-bar .cb-enable, #cookie-bar .cb-save {background:#dfdfdf; padding: 4px 8px;}
#cookie-bar .cb-enable:hover, #cookie-bar .cb-save:hover {background: #c2c2c2;}
#cookie-bar .cb-save {font-size: 0.7rem;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {text-decoration: none; color: #2196F3;}
#cookie-bar .cb-policy:hover {color: white;}
#cookie-bar .toggle-show-cookies {
  position: absolute;
  top: 0;
  right: 15px;
  transform: translateY(-100%);
  background-color:#132A3A;
  color: white;
  padding: 5px 15px;
  border-radius: 5px 5px 0 0;
}
.show {transform: translateY(0%) !important;}

input[type="checkbox"] {opacity: 0.7;}