﻿

#gdpr-cookie-message {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    padding: 10px;
    text-align: center;
}

    #gdpr-cookie-message h4,
    #gdpr-cookie-message h5 {
        font-weight: bold;
    }

    #gdpr-cookie-message p a:hover {
        cursor: pointer;
        decoration: none;
    }

    #gdpr-cookie-message p a {
        font-weight: normal;
        text-decoration: underline;
        cursor: default;
    }

    #gdpr-cookie-message button {
        color: #0000EE;
        text-decoration: underline;
        margin: 10px;
        display: inline-block;
    }

        #gdpr-cookie-message button:first-of-type {
            padding: 15px;
            font-size: 16px;
            font-size: 1.6rem;
            text-decoration: none;
            background-color: #0f044d;
            border: 1px solid #0f044d;
            border-radius: 2px;
            color: #fff;
            font-weight: bold;
            transition: background-color .5s,color .5s;
        }

@media (max-width: 321px) {
    #gdpr-cookie-message button {
        min-width: 200px;
    }
}

#gdpr-cookie-message button:hover {
    text-decoration: none;
    cursor: pointer;
}

#gdpr-cookie-message button:first-of-type:hover {
    background-color: rgba(15, 4, 77, 0.9);
}

#gdpr-cookie-types {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

    #gdpr-cookie-types ul {
        margin: 20px auto;
        width: 25%;
        list-style: none;
    }

@media (max-width: 321px) {
    #gdpr-cookie-types ul {
        width: 80%;
    }
}

#gdpr-cookie-types ul li {
    display: block;
    text-align: left;
    width: 100%;
    padding: 5px 0;
}
