.cookies-notification{width:100%;height:auto;font-size:14px;text-align:center;margin:auto;line-height:1.4;display:none;position:relative;box-sizing:border-box}.cookies-notification *{box-sizing:border-box}.cookies-notification .cookies-notification-wrapper{width:100%;display:flex;align-items:center;justify-content:center;position:relative;padding:12px 20px 13px;background-color:#e3e3e3;flex-wrap:wrap}.cookies-notification a,.cookies-notification a:link{color:var(--font-color);text-decoration:underline;white-space:nowrap}.cookies-notification a:hover,.cookies-notification a:link:hover{color:var(--blue)}.cookies-notification .close-cookies-notification{display:block;width:1.2em;height:1.2em;margin-left:10px;cursor:pointer}.cookies-notification .close-cookies-notification svg{width:1.2em;height:1.2em;display:inline-block}.cookies-notification .close-cookies-notification svg path{fill:var(--font-color)}.cookies-notification .close-cookies-notification:hover path{fill:var(--blue)}@media(max-width: 450px){.cookies-notification .cookies-notification-wrapper{padding-right:60px;justify-content:flex-start}.cookies-notification .close-cookies-notification{position:absolute;right:15px;top:50%;transform:translateY(-50%);width:40px;height:40px;padding:5px}.cookies-notification .close-cookies-notification svg{width:30px;height:30px}.cookies-notification .close-cookies-notification svg path{opacity:.5}.cookies-notification .close-cookies-notification:hover svg path{fill:var(--font-color)}}@media(max-width: 400px){.cookies-notification{font-size:12px;line-height:1.5}}