#gdpr-cookie-message {
    background-color: #034089;
    color: white;
    position: fixed;
    max-width: 40%;
    bottom: 2%;
    left: 1%;
    max-height: 50%;
    padding: 2%;
    z-index: 100;
}
#gdpr-cookie-message p {
    margin-bottom: 3%;
}

#gdpr-cookie-message a {
    text-decoration: underline;
    color: white;
}

#gdpr-cookie-message h4 {
    text-align: center;
    margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
    margin-bottom: 10px;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}

#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}

#gdpr-cookie-message button {
    background-color: white;
    color: #034089;
    width: 100%;
    font-weight: bold;
    padding: 2%;
    border-radius: 3px;
    margin-top: 5%;
    border: none;
}
#gdpr-cookie-link a{
    color: black;
    text-decoration: none;
}
#gdpr-cookie-link a:hover {
    color: black;
    text-decoration: none;
}
