#cookie_hinweis { border-top: 1px solid var(--darkGrey); border-left: 1px solid var(--darkGrey); background: var(--white); color: var(--text); position:fixed; bottom:0px; right: 0; z-index:10000; width:100%; max-width: 500px; font-size: 90%; text-align: center; font-size: 80%; line-height: 1.2; }
#cookie_hinweis a { color: var(--text); text-decoration: none; text-decoration:underline; }
#cookie_hinweis a:hover { color: var(--primary); }
#cookie_hinweis div { padding: 10px 30px 10px 10px; }
#cookie_hinweisCloser { color: var(--text); position: absolute; right: 0px; text-decoration: none; top: 3px; cursor:pointer; font-size: 25px; }
#cookie_hinweisCloser:hover { color: var(--primary); }
#cookie_hinweisCloser:before { margin: 0; }