.gdpr-banner:before
{
  top: 0;
}
.gdpr-banner:after
{
  bottom: 0;
}
.banner-wrap {
  padding: 40px 0;
}
.gdpr-banner {
   padding: 100px 0;
    max-width: 600px;
}
.i18n-fr .i18n-es-xl .gdpr-banner {
    max-width: 650px;
}
.i18n-nl .gdpr-banner {
    max-width: 620px;
}
.gdpr-banner p {
    margin: 0;
}
.gdpr-banner p:last-child {
    margin: 0 0 10px;
}

/* bullet points */
.bullet-point{
    margin-bottom: 25px;
}
.bullet-point li {
    padding: 5px 20px;
    position: relative;
    line-height: 1.5;
}
.bullet-point li::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 3px;
    width: 7px;
    height: 7px;
    background: #333;
    border-radius: 50%;
}
.bullet-point.circle {
    margin-left: 25px;
    margin-bottom: 0;
}
.bullet-point.circle li:before {
    border: 1px solid #000;
    background: none;
    width: 5px;
    height: 5px;
}
.bullet-point.square li:before {
    border-radius: unset;
    background: #000;
}
.bullet-point.number {
    margin-left: 40px;
}
.bullet-point.number li {
    list-style-type: decimal;
    padding: 5px 0;
}
.bullet-point.number li:before
{
display: none;
}

.list-items {
    margin: 50px 0 0;
    list-style: decimal;
}
.list-items li {
    margin: 0 0 40px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 50px 0 0;
    box-sizing: border-box;
}
.gdpr_sprite {
    display:inline-block;
    position: relative;
    background-image: url(/sites/default/files/gdpr-sprite-icons.png);
    background-repeat: no-repeat;
    background-size: auto 50px;
    width: 50px;
    height: 50px;
    padding: 0 0 15px;
}
.access-icon { background-position: 0 0;}
.rectify-icon { background-position: -500px 0;}
.right-icon { background-position: -450px 0;}
.privacy-icon { background-position: -150px 0;}


table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th, table td {
    padding: 10px;
    border: 1px solid #e3e3e3;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
}

@media only screen and (max-width: 640px)
{
.list-items {
    margin: 0;
}
.list-items li {
    margin: 0px;
    display: inline-block;
    width: 100%;
    padding:  0;
    box-sizing: border-box;
}
}