@charset "UTF-8";
.gdpr a {
    color: #127cba !important;
    font-weight: bold;
}
.gdpr img {
    margin: 20px 0;
}
.gdpr p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 0;
}

.gdpr p strong {
    font-size: 17px;
    padding-top: 10px;
    display: inline-block;
    font-weight: 700;
    color: #000;
}

.gdpr h2 {
    margin-top: 80px;
    margin-bottom: 0;
    color: #3e3e3e !important;
    font-weight: 100;
}

.gdpr h2:after {
    content: '';
    height: 1px;
    background-color: #e2ba03;
    width: 80%;
    display: block;
    margin-top: 10px;
}

.gdpr h2:before {
    content: '';
    height: 1px;
    background-color: #e2ba03;
    width: 60%;
    display: block;
    margin-bottom: 10px;
}
.gdpr li {
    font-size: 15px;
    line-height: 30px;
}
.gdpr ul.big li{
    margin-bottom:15px;
}
.gdpr.bannerflex {
    background-color: #3e3e3e;
    color: #fff;
}

.gdpr.content-area {
    max-width: 900px;
    margin: 50px auto;
}
.gdpr.bannerflex .spl-container {
    background-image: url(../images/pmp-gdpr-banner.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    max-width: 1000px;
    min-height: 380px;
    margin: auto;
}

.gdpr.bannerflex .spl-container h1 {
    font-size: 30px;
    font-weight: 100;
    line-height: 50px;
    max-width: 450px;
    padding: 100px 15px;
    padding-left:50px;
    color: #fff;
    letter-spacing:normal;
}
.gdpr.bannerflex .spl-container h1 strong {
    font-size: 40px;
    font-weight: 700;
    color: #f5c911;
}
.gdpr.bannerflex .spl-container h1 span {
    font-size: 16px;
    display: block;
    color: #f5ca10;
    line-height: 30px;
    padding: 15px 0;
    max-width: 350px;
}
.gdpr-aside-icon:before{
    content: '';
    display: inline-block;
    width: 150px;
    height: 150px;
    vertical-align: top;
    float: left;
    background-image: url(../images/gdpr-mobile-icon.png);
    background-size: cover;
    margin: 10px 40px;
    margin-left: 0;
    margin-bottom:40px;   
}
#gdpr-secure:before {
    background-image: url(../images/gdpr-secure-icon.png);
}
#gdpr-mobile:before {
    background-image: url(../images/gdpr-mobile-icon.png);
}
#gdpr-desktop:before {
    background-image: url(../images/gdpr-desktop-icon.png);
}
#gdpr-quest:before {
    background-image: url(../images/gdpr-quest-icon.png);
}

.gdpr p.call-to {
    background-color: #eee;
    padding: 15px;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    border: 1px dashed #ccc;
}

.gdpr p.call-to a {
    background-color: #ea152c;
    color: #fff !important;
    padding: 3px 15px;
    display: inline-block;
    margin: 5px;
    margin-left:0;
    border-radius: 5px;
    text-decoration: none !important;
    border: 1px solid transparent;
}
.gdpr p.call-to a:hover {
    background-color: #fff;
    color: #ea152c !important;
    border: 1px solid #ea152c;
}