#cookie-bar {
    background: #0d6fb3; /* Old browsers */
	background: -moz-linear-gradient(top, #0d6fb3 0%, #09609f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0d6fb3 0%,#09609f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0d6fb3 0%,#09609f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6fb3', endColorstr='#09609f',GradientType=0 ); /* IE6-9 */
    color: #fff;
    height: auto; 
    line-height: 24px; 
    text-align: center; 
    padding: 8px 0;
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255,.3);
}

body#print #cookie-bar {
    background: rgb(68, 164, 226) !important;
}
    
body#video #cookie-bar {
    background: rgb(209, 107, 105) !important;
}

body#fotografie #cookie-bar {
    background: rgb(43, 192, 182) !important;
}

body#web #cookie-bar {
    background: rgb(138, 209, 82) !important;
}

#cookie-bar.fixed {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%;
    z-index: 9999999;
}

#cookie-bar.fixed.bottom {
    bottom: 0; 
    top: auto;
}

#cookie-bar p {
    margin: 0; 
    padding: 0;
}

#cookie-bar a {
    color: #212020; 
    display: inline-block; 
    text-decoration: none; 
    padding: 2px 12px; 
    margin-left: 8px;
}

#cookie-bar .cb-enable {
    background: #e7f1f4;
    -webkit-transition: background ease .5s;
    -moz-transition: background ease .5s;
    -o-transition: background ease .5s;
    transition: background ease .5s;
}

#cookie-bar .cb-enable:hover {
    background: #fff;
}

#cookie-bar .cb-disable {
    background: #990000;
}

#cookie-bar .cb-disable:hover {
    background: #bb0000;
}

#cookie-bar .cb-policy {
    background: #e7f1f4;
    -webkit-transition: background ease .5s;
    -moz-transition: background ease .5s;
    -o-transition: background ease .5s;
    transition: background ease .5s;
}

#cookie-bar .cb-policy:hover {
    background: #fff;
}