#cookie-bar {
    background:#EAEAEA;
    height:auto;
    line-height:24px;
    color:#333;
    text-align:left;
    padding:3px 0;
    position: relative;
    z-index: 1;
    font-family: "BundesSerif", Times, serif;
    font-size: 16px;
}
#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:22px 13%;
    color:#333;
}
#cookie-bar a {
    color:#333;
    font-family: "BundesSans", Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    display:inline-block;
    border-radius:3px;
    text-decoration:none;
    border-bottom: 1px solid #F28502;
    padding:0;
    margin-right:33px;
}
#cookie-bar a:focus{
    box-shadow: 0 0 0 7px #EAEAEA, 0 0 0 9px #027FAE;
    border-radius: 10px;
}
#cookie-bar .cb-enable {}
#cookie-bar .cb-enable:hover {}
#cookie-bar .cb-disable {}
#cookie-bar .cb-disable:hover {}
#cookie-bar .cb-policy {}
#cookie-bar .cb-policy:hover {}
@media only screen and (max-width: 777px){
    #cookie-bar {text-align: center;}
    #cookie-bar a {margin: 5px 11%;}
}