.cookieinformation {
    position: fixed;
    bottom: 0;
    background: #00509d;
    color: #FFF;
    text-align: center;
    padding: 1em 3em;
    display: none;
    overflow: hidden;
    z-index: 1500;
    width: 96%;
    font-family: 'Helvetica Neue LT W01_41488878', Verdana, Arial, sans-serif;
}

body { position: relative; }

.cookieinformation-form {
    margin-top: 1em;
    display: inline;
}

.cookieinformation-form > div {
    display: inline;
}

.cookieinformation-form-button {
    border: none !important;
    background: none;
    padding: 2px .5em !important;
    margin: 0 !important;
    transition: all .5s;
    cursor: pointer;
    color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
    min-width: auto !important;
    font-size: 2em !important;
}

.cookieinformation-form-button:hover {
    color: #00509d !important;
}

.cookieinformation-form-button:hover {
    color: #000 !important;
    background: none;
    opacity: 0.7;
}

.cookieinformation-message {
    display: block;
    width: 80%;
    color: #FFF;
    margin: 0 auto;
}

.cookieinformation-message a {
    color: #FFF !important;
    font-weight: bold;
    text-decoration: underline;   
}

.cookieinformation-message a:hover {
    color: #FFF;
    opacity: 0.7;
}

.cookieinformation-form-button {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cookieinformation-form-button:hover {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 760px) {
    .cookieinformation {
        padding: 2.5em 0.5em 0.5em;
        width: 100%;
        font-size: 0.8em;
        line-height: 1.4em;
    }
}