
#cookie-container , #cookie-container2 {
    font-family: sans-serif;
    color:black;
    width: 500px;
    height: auto;
    position: fixed;
    left: 10px;
    bottom: 10px;
    background: #fff;
    padding:20px;
    box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.2);
    font-size: 13px;
    line-height: 1.4em;
    overflow-wrap:break-word;
    display: none;
    text-align: left;
    z-index: 10;
    box-sizing: border-box;
}


@media print,
screen and (max-width: 768px) {
    #cookie-container , #cookie-container2 {
        width: 95vw;
        height: auto;
        font-size: 3.5vw;
    }
}


.cookie-head{
    font-size: 15px;
    font-weight: bold;
}

@media print,
screen and (max-width: 768px) {
    .cookie-head{
        font-size: 4vw;
    }
}

.cookie-text{
    margin-bottom: 20px;
}

.flexbox-cookie{
    display:flex;
    justify-content:center;
}

@media print,
screen and (max-width: 768px) {
    .flexbox-cookie{
        display:block;
    }
}

.box1{
    margin-right: 3%;
    background-color: black;
    color:white;
    padding:0px 10%;
    line-height:3;
    border-radius: 50px;
    text-align: center;
}

@media print,
screen and (max-width: 768px) {
    .box1{
        margin-right:0%;
        margin-bottom: 10px;
    }
}

.box2 , .box3{
    padding:0px 7%;
    border: solid 1px black;
    line-height:3;
    border-radius: 50px;
    text-align: center;
}

.box1 , .box2 , .box3:hover{
    cursor: pointer;
}



