.gdpr-ready-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 44px;
    padding: 15px;
    background-color: #003399;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    color: #fff;
    z-index: 20;
}
.gdpr-ready-bar__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    display: block;
    width: 30px;
    height: 30px;
}
.gdpr-ready-bar__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
.gdpr-ready-bar__link:hover, .gdpr-ready-bar__link:visited, .gdpr-ready-bar__link:active {
    text-decoration: none;
    color: #fff;
}
.gdpr-ready-bar__ready {
    margin-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    text-transform: uppercase;
}
.gdpr-ready-bar__ready-title {
    font-size: 14px;
    font-weight: bold;
}
.gdpr-ready-bar__ready-subtitle {
    font-size: 12px;
    font-weight: bolder;
}