.cookie-notice-box {
    position: fixed;
    top: auto;
    right: 0;
    bottom: -400px;
    left: 0;
    width: auto;
    box-shadow: 0 0 6px 2px rgba(34, 34, 34, .5);
    padding: 11.2px 22.4px 22.4px;
    background: #dcdcdc none repeat scroll 0% 0%;
    color: #fff;
    z-index: 8
}

@media screen and (min-width: 48em) {
    .cookie-notice-box {
        left: auto;
        right: 60px;
        width: 400px
    }
}

.cookie-notice-box a:hover {
    /* text-decoration: underline; */
    text-decoration: underline;
}

.cookie-notice-box a {
    color: #f11a29;
}

.cookie-notice-box .text-close-button {
    margin: auto;
    margin-top: 11.2px;
    display: block;
    color: black;
    font-weight: bold;
    width: 35%;
}

.cookie-notice-box .text-close-button:hover {
    color: #f11a29;
}

body #CookiePanel {
    display: none !important
}

button[disabled] {
    cursor: default
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

@media all and (max-width: 30.0625em) {
    .button[data-function=load] {
        font-size: 1em;
        padding: .8em .5em
    }
}

@media screen and (min-width: 30.0625em) {
    .button {
        width: auto
    }
}

.button {
    width: 100%;
    margin-bottom: 11.2px margin-left : 0 cursor : pointer;
    display: inline-block;
    vertical-align: middle;
    min-height: 1em;
    outline: 0;
    border: 0;
    background-color: #999999;
    color: #4b4b4b;
    padding: .8em 1.5em;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    text-transform: uppercase;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color .25s ease, box-shadow .25s ease, color .25s ease, opacity .25s ease;
    transition: background-color .25s ease, box-shadow .25s ease, color .25s ease, opacity .25s ease
}

.button:focus,
.button:hover {
    color: #404040
}

.button.is-disabled {
    opacity: .8;
    cursor: text
}

.button.is-disabled:hover {
    background-color: #e3e3e3
}

@media all and (max-width: 30.0625em) {
    .button[data-function=load] {
        font-size: 1em;
        padding: .8em .5em
    }
}