


/* --- Cookie Warnung --- */
#script-warning {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffc4;
    background: #333;
    color: #fff;
    color: #ffffc4;
    width: 100%;
    height: 46px;
    text-align: center;
    padding: 1em 0;
    box-shadow: 0px 1px 3px #666;
    z-index: 900;
}

#cookie-warning {
    position: fixed;
    bottom: 0px;
    left: 0;
    background: #ffffc4;
    background: #666;
    color: #fff;
    color: #ffffc4;
    width: 100%;
    min-height: 60px;
    text-align: center;
    padding: 1em 0;
    display: none;
    box-shadow: 0px 1px 3px #666;
    z-index: 1000;
}

#cookie-warning a {
    color: #fff;
}

#cookie-acc {
    padding: 4px 10px;
    background: #ccc;
    color: #000;
    cursor: pointer;
    margin-left: 20px;
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -icab-border-radius: 5px;
}

#cookie-acc:hover {
    background: #999;
    color: #fff;
} 