body {
    position: relative;
}

.cookie_consent {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(23,39,41,0.86);
    font-family: Arial;
    font-size: 14px;
    padding: 12px 50px 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    -webkit-box-shadow: -2px -5px 15px rgb(0 0 0 / 33%);
            box-shadow: -2px -5px 15px rgb(0 0 0 / 33%);
	z-index: 5;
}
.cookie_consent_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}
.cookie_consent_content p {
    margin-top: 14px;
    margin-bottom: 16px;
    line-height: 18px;
    font-size: 14px;
	color: #fff;
}
.buttons {
    margin-left: 30px;
}
.buttons button {
    padding: 8px 12px;
    background-color: #488abf;
    font-family: Arial;
    font-size: 14px; 
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
}
.buttons button:hover {
    background-color: #3675a7;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    transition: 0.3s ease;
}
.buttons a {
    color: #fff;   
    font-weight: 300;
    font-size: 14px;    
}
.buttons a:hover {
    color: #3386a7;
}

.cookie_consent.hide {
    opacity: 0;
    visibility:hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 560px) {
    .cookie_consent {
        padding: 16px 50px 26px;
    }
    .cookie_consent_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .buttons {
        margin-left: 0;
    }
    .cookie_consent {
        padding: 16px 50px 26px;
    }
    .cookie_consent_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .buttons {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1240px) {
    .cookie_consent {
        padding: 16px 50px 26px;
    }
    .cookie_consent_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .buttons {
        margin-left: 0;
    }
    .cookie_consent {
        padding: 16px 50px 26px;
    }
    .cookie_consent_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .buttons {
        margin-left: 0;
    }
}