.cookie-content.accepted {
    display: none;
}
.cookie-content {
    background-color: #383838;
    width: 100vw;
    color: white;
    z-index: 10000;
    display: block;
    position: fixed;
    bottom: 0;
    align-content: center;
    align-items: center;
    justify-items: center;
    text-align: right;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    font-family: Fira Sans,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    padding:20px 37px 20px 20px;
    line-height:1.1rem;
}
.cookie-content p {
    text-align: left;
    padding: 0px;
    font-size: 1rem;
    margin-bottom:15px;
    line-height:1.3rem;
}

.cookie-content p:last-of-type {
    margin-bottom:4px;
}
.cookie-btn{
    margin: 0 0 1.25rem 1.25rem;
    padding: 1rem 1.25rem;
    background-color:  #d2d2d2;
    border: none;
    color: black;
}
.cookie-content a {
    background-color: transparent;
    color: #e3e3e3;
    text-decoration: none;
}
.cookie-content a:hover {
    color:#2192D1;
}
.cookie-content button:hover {
    color: #ffffff;
}

@media (max-width: 991px) {
    .cookie-content{
        width: 100%;
    }
}
