/* CSS Document */
@media screen and (max-width: 480px)
#cookie-advice, #cookie-advice .cookie-text, #cookie-advice .cookie-button {
    width: 100%;
}
#cookie-advice {
    display: none;
    background-color: #fff;
    font-size: 90%;
    padding: 0;
    position: fixed;
    z-index: 500;
    width: 100%;
    max-width: 1200px;
}
