
aside#cookie-information * {
    display: inline-block;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
    font-size: medium;
}

aside#cookie-information {
    display: block;
    position: fixed;
    color: #ffffff;
    width: 100%;
    height: 0;
    padding: 0;
    bottom: 0;
    z-index: 5000;
    text-align: center;
    overflow: hidden;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
}

aside#cookie-information a {
    text-decoration: none;
    text-shadow: none;
    /*color: #006B73;*/
    color: #a69162

}

aside#cookie-information a:hover {
    text-decoration: underline;
    color: #ffffff;
}


aside#cookie-information {
    background-color: rgba(0,0,0,0.8);
}

.transition {
    transition: all 1s ease;
}

.cookie-information-open aside#cookie-information {
    height: auto;
    padding: 18px 10px;
}


aside#cookie-information span {
    margin-right: 30px;
    margin-left: 30px;
}


aside#cookie-information #allow-cookies {
    cursor: pointer;
    background-color: #ffffff;
    padding: 5px 10px;
    font-weight: 700;
    margin-left: 10px;
    color: #a69162;
    text-shadow: none;
}

aside#cookie-information #allow-cookies:hover {
    color: #ffffff;
    background-color: #a69162;
}
