#modal-gdpr {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 0 20px 0;
    background-color: #2b2b2b;
    color: #fff;
    z-index: 100;
}

#modal-gdpr .container {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1085px;
    box-sizing: border-box;
}

#modal-gdpr .container:after {
    display: table;
    clear: both;
    content: "";
}

#modal-gdpr h2 {
    position: absolute;
    left: -99999px;
}

#modal-gdpr p {
    float: left;
    margin-top: 0;
    font-size: 14px;
    color: #fff;
    line-height: normal;
}

#modal-gdpr .cta {
    float: right;
}

#modal-gdpr .btn-fei {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 10px;
    background-color: #4b0a57;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
}

#modal-gdpr .btn-fei:hover,
#modal-gdpr .btn-fei:focus {
    background-color: #720f85;
    text-decoration: none;
}
