#cookiehinweis {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 1em 5%;
    background: rgba(90,90,90,0.9);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(90,90,90,0.3);
    z-index: 99999;
    text-align: center;
}
.btn { border:1px solid #ec6607; border-radius:3px; padding:.3em; background:#ddd; }