﻿/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 500px;
    width: 400px;
    padding: 20px;
    background-color: #F9E5E6;
    border-radius: 2px;
    box-shadow: 3px 3px #F7C7C9;
    margin-left: 30px;
    color: #C81419;
    margin: 1em 0;
    padding: 1px 10px;
    background: #F9E5E6;
    border: 3px solid #F7C7C9;
}


    #gdpr-cookie-message p {
        line-height: 1.73em;
        margin: 1em 0 1.5em 0;
        font-size: 11px;
        color: #333;
    }


    #gdpr-cookie-message a {
        color: #333;
        text-decoration:underline
    }

        #gdpr-cookie-message a:hover {
            color: #333;
        }


#gdpr-cookie-advanced {
    display: none;
}


#gdpr-cookie-accept {
    cursor: pointer;
    background: transparent url(img/arrow-orange.png) no-repeat right top;
    float: right;
    padding: 0 35px 0 0;
    margin:0 0 10px 0;
    line-height: 28px;
    font-size: 14px;
    text-decoration:none;
}


}
/*#gdpr-cookie-message h4 {

margin-bottom: 0.5em;

        color: var(--red);
        font-family: 'Quicksand', sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    #gdpr-cookie-message h5 {
        color: var(--red);
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    #gdpr-cookie-message p, #gdpr-cookie-message ul {
        color: blue;
        font-size: 15px;
        line-height: 1.5em;
    }

        #gdpr-cookie-message p:last-child {
            margin-bottom: 0;
            text-align: right;
        }

    #gdpr-cookie-message li {
        width: 49%;
        display: inline-block;
    }

    #gdpr-cookie-message a {
        color: var(--red);
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(255,255,255,0.75);
        transition: all 0.3s ease-in;
    }

        #gdpr-cookie-message a:hover {
            color: blue;
            border-bottom-color: var(--red);
            transition: all 0.3s ease-in;
        }

    #gdpr-cookie-message button,
    button#ihavecookiesBtn {
        border: none;
        background: var(--red);
        color: blue;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        padding: 7px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }

        #gdpr-cookie-message button:hover {
            background: blue;
            color: var(--red);
            transition: all 0.3s ease-in;
        }

button#gdpr-cookie-advanced {
    background: blue;
    color: var(--red);
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}*/
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    /*background-color:yellow;
    background: transparent url(img/arrow-orange.png) no-repeat right top;*/
    float: right;
    /*    padding: 0 35px 0 0;*/
    margin: 10px;
}
