.cookies-wrapper{
    position: fixed;
    bottom:0;
    left:0;
    width: 100%;
    background-color: black;
    padding:1rem 1rem;
    color:#410051;
    z-index: 10000;
}
.cookies-wrapper *{
    margin: 0;
    padding: 0;
}

.cookies-wrapper-hidden{
    display: none;
}

.cookies-and-accessibility-wrapper{
    position: fixed;
    bottom:5px;
    right:5px;
    z-index: 200;
}

.cookie-settings-button {
    padding: 0.2rem 0.5rem;
    background-color: #d3af37;

    cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.accessibility-button {
    background-color: white;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-bottom:10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
}

.accessibility-button img {
    height: 80%;
    width: auto;
}


.cookies-content h4{
    font-size:1.3rem;
    color:#d3af37;
    margin-bottom:10px;
}


.cookies-content p {
    font-size:1rem;
    color:white;
}

.cookies-button{
    margin-top:1rem;
}

.cookie-button{
    background-color: #d3af37;
    color: white;
    padding:0.5rem 1rem;
    border-radius: 1rem;
    cursor: pointer;
    margin-top:0.5rem;
}

.cookie-button-settings{
    color: #white;
    padding:0.5rem 1rem;
    border-radius: 1rem;
    cursor: pointer;
    margin-top:0.5rem;
    transition: width 400ms;
    border:1px solid #d3af37;
}

.cookie-settings{
    max-height: 0px;
    overflow: hidden;
    transition: max-height 400ms;
    color:white;
}

.cookie-settings-active {
    max-height: 200px;
    color:white;
}

.cookie-settings input {
    margin-right:0.5rem;
}





@media (min-width: 768px) {

}


@media (min-width: 1024px) {

}
