.cookieBox {
    height: auto;
    background: gray;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}
body.gdpr_rule {
    padding-bottom: 50px !important;
}
.cookieBox a {
    margin: 0 15px 0 5px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

@media(max-width: 1366px){
	.cookieBox{font-size: 16px}
}

@media(max-width: 1199px){
	.cookieBox {
	    font-size: 16px;
	    line-height: 30px;
	}
	body.gdpr_rule {
	    padding-bottom: 80px !important;
	}
}
@media(max-width:767px){
	.cookieBox {
	    font-size: 14px;
	    line-height: 27px;
	}
}
@media(max-width:511px){
	body.gdpr_rule {
	    padding-bottom: 100px !important;
	}
	.cookieBox a {
	    margin: 0 5px 0 5px;
	}
}