.gdpr-wrapper{
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #141414e3;
    padding: 16px;
}

.gdpr-text{
    float: left;
    max-width: 100%;
    margin-right: 16px;
    color: #e5e5e5;
}

.gdpr-text a:link,
.gdpr-text a:hover,
.gdpr-text a:visited,
.gdpr-text a:focus{
    color: #e5e5e5;
    text-decoration: underline;
}

.gdpr-button{
    float: left;
    max-width: 100%;
    color: #e5e5e5;
    border: 1px solid #e5e5e5;
}

.gdpr-button .btn{
    color: #e5e5e5;
    background-color: transparent;
}

.gdpr-button .btn:hover,
.gdpr-button .btn:focus{
    color: black;
    background: #e5e5e5;
}

@media (min-width: 1200px){
    .gdpr-button button{
        margin-top: 0;
    }
}