/*.rwdgdpr_banner {
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    background: #fff;
    width: 100%;
    padding: 20px;
    box-shadow: 0px 0px 25px #00000040;
}

.ab_header {
    border-bottom: solid 2px #eee;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.ab_header form {
	display: inline-block;
}

.ab_header .x {
    background: #206881;
    transition: 0.3s;
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    margin-left: 15px;
    cursor: pointer;
}

.ab_header .x:hover {
	background: #2aa1bf;
}

.rwdgdpr_banner h4,
.rwdgdpr_banner .actions {
	display: inline-block;
}

.rwdgdpr_banner .actions {
    float: right;
}*/

/* Full */

/*.rwdgdpr_banner.full {
    height: 0%;
    background: #fffffffa;
    padding-top: 120px;
    transition: 0.8s;
    text-align: center;
}

.rwdgdpr_banner.full.done {
	height: 100%;
}

.rwdgdpr_banner.full .actions {
    position: absolute;
    bottom: -50px;
    width: 100%;
    left: 0px;
}*/

/*.rwdgdpr_banner {
    background: rgba(0,0,0.6);
}*/




