body.padding_bottom { padding-bottom: 40px; height: 100%!important; }
#cookie_hinweis a:hover {text-decoration:underline;}
#cookie_hinweis div { padding: 10px 35px; }
#cookie_hinweis { border-top: 1px solid var(--primary); background: var(--white); color: var(--secondary); position:fixed; bottom:0px; left:0px; z-index:10000; width:100%; font-size: 90%; text-align: center; }
#cookie_hinweis a { color: var(--primary); text-decoration: none; }
#cookie_hinweisCloser { color: var(--primary); position: absolute; right: 5px; text-decoration: none; top: -3px; cursor:pointer; font-size: 35px; transform: rotate(45deg); -webkit-transform: rotate(45deg); }