/* cookiebar.css */
.cookiebar{width:100%;left:0;position:fixed;padding:1rem 3rem;text-align:center;background-color:#444;font-size:1em;color:#fff;z-index: 10}.cookiebar--active{display: flex !important;justify-content: center;align-items: center;flex-wrap: wrap}.cookiebar--position-top{top:0}.cookiebar--position-bottom{bottom:0}.cookiebar__message{padding-top:1em;padding-right:.25em;padding-bottom:1em;line-height:1.6em}.cookiebar__link{padding-top:1em;padding-bottom:1em;color:#009ee2}.cookiebar__link:hover{color:#0192ac}.cookiebar__button{margin:.5em 1em;padding:1em;background-color:#009ee2;border:0;border-radius:0;font-weight:bold;color:#fff;cursor: pointer;-moz-transition: all 0.3s, ease-in-out 0.2s; -webkit-transition: all 0.3s, ease-in-out 0.2s; -o-transition: all 0.3s, ease-in-out 0.2s; transition: all 0.3s, ease-in-out 0.2s;}.cookiebar__button:hover{background-color:#0192ac}