
/* ///////////////////////////////////////
/*        cookie banner  START          */
/* //////////////////////////////////// */
#cookie_img {
    position: fixed;
    left: 25px;
    bottom: 25px;
    width: 50px; 
    height: 50px;
    margin: 5px;
    background-color: #D3D3D3;
    border-radius: 25px;
    z-index: 700;
    cursor:pointer;
    display: block;
}
@media (max-width: 330px) {
    #cookie_img {
        left: 5px !important;
        bottom: 5px !important;
    }
}
#cookie_img:hover {
    transform: scale(1.2);
}
#cookie_img i {
    font-size: 300%;
    color: #96720F;
    margin: 4px 0 0 3px;
}
.cc-pc-head-lang .cc-pc-head-lang-select{
    font-size: 17px;
}
/* ///////////////////////////////////////
/*        cookie banner  ENDE           */
/* //////////////////////////////////// */
