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

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

.cookie-settings-button{
    position: fixed;
    bottom:10px;
    left:10px;
    padding: 0.2rem 0.5rem;
    background-color: #de253d;
    color:#bce060;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:50%;
    z-index: 200;
}


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


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

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

.cookie-button{
    background-color: #8ec7b1;
    color: white;
    padding:0.5rem 1rem;
    border-radius: 1rem;
    font-weight: bold;
    cursor: pointer;
    margin-top:0.5rem;
}

.cookie-button-settings{
    color: #8ec7b1;
    padding:0.5rem 1rem;
    border-radius: 1rem;
    font-weight: bold;
    cursor: pointer;
    margin-top:0.5rem;
    transition: width 400ms;
}

.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;
}

#accept-all-cookies {
    font-size: 18px;
}

#save-cookie-choice {
    background-color: grey;
}

#accept-essential-cookies {
    background-color: grey;
}

.cookie-button-settings {
    padding:0.5rem 1rem;
    border-radius: 1rem;
    cursor: pointer;
}



@media (min-width: 768px) {

}


@media (min-width: 1024px) {

}
