#cookienotification {
display: none;
position: fixed; bottom: 0px; z-index: 999; padding: 30px 0; width: 100%; background: rgba(0,0,0,0.85); text-align: left;
box-shadow: rgba(0,0,0,0.2) 0 0 3px 2px; }

#cookienotification .sitewidth{ width: 900px; }

#cookienotification p { font-size: 12px; line-height: 16px; margin: 0 auto; padding: 0; color: #fff; display: block; padding-right: 100px; }

#cookienotification span { display: block; position: absolute; top: 0px; right: 0; color: #fff; font-size: 24px; font-weight: bold; cursor: pointer; text-align: center; text-shadow: #000 1px 1px 1px; }

#cookienotification p a{ color: #fff; text-decoration: underline; }
