.custom_cookie{
    left: 0;
    position: fixed;
    right: 0;
    z-index: 20;
}

.cookie_style{
    padding: 25px 60px 20px 60px;
    display: block;
    border-color: #d6ca8e;
    background-color: #0075bf;
    color: #FFFFFF;
    margin: 0;
}

.cookie_button{
    height: 40px;
    width: 160px;
    background-color: #0075bf;
    border: 1px solid #FFFFFF;
    border-radius: 0;
    color: #FFFFFF;
    text-align: center;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: normal;
}

.cookie_button:hover, .cookie_button:active, .cookie_button:focus{
    background-color: #ffffff;
    color: #0075bf;
}

.cookie_title{
    font-size: 15px;
    width: 115px;
    text-align: center;
    float: left;
    margin-right: 30px;
    font-weight: bold;
}

.cookie_content{
    font-size: 13px;
    float: left;
    width: calc(100% - 575px);
    min-height: 48px;
    margin-right: 60px;
}

#cookie-readmore{
    margin-right: 10px;
}

.actions-cookielaw{
    width: 340px;
    float: right;
}

.close{
    height: 17px;
    width: 17px;
    float: right;
    position: fixed;
    top: 10px;
    right: 25px;
    z-index: 21;
}

.close:hover{
    cursor: pointer;
}

@media (max-width: 1280px) and (min-width: 768px) {
    .actions-cookielaw{
        width: 155px;
    }

    #cookie-readmore{
        margin-bottom: 10px;
    }

    .cookie_content{
        width: calc(100% - 330px);
        margin-right: 30px;
    }
    
}


@media (max-width: 767px) {
    .content{
        display: block;
    }

    .cookie_title, .cookie_content{
        display: block;
        margin-bottom: 15px;
    }

    .cookie_title{
        text-align: left;
    }

    .actions-cookielaw, .cookie_title, .cookie_content{
        float: none;
    }

    .cookie_content{
        width: 100%;
    }

    .cookie_button{
        width: 120px;
    }
}
