/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #fff;
    padding: 20px;
    border-radius: 0;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui; z-index: 9999;max-width: 768px;
right: 0;
left: 0;
margin: auto;
}
#gdpr-cookie-message h4 {
    color: var(--groen);
    /*font-family: 'Quicksand', sans-serif;*/
        margin-bottom: 10px;
      
    font-size: 40px;
    line-height: 40px;
}
#gdpr-cookie-message h5 {
    color: var(--groen);
      
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
   font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    color: #646464;
    font-family: 'Poppins', sans-serif;
}
#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(--groen);
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted var(--blauw);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
   /* color: #0000FF;
    border-bottom-color: #0000FF;*/ text-decoration: none;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn,
button#gdpr-cookie-advanced, button#gdpr-cookie-advanced-save {
    border: none;
    background: var(--blauw);
color: #fff;
        
    font-size: 15px;
    padding: 7px 20px;
    border-radius: 0;
    margin-left: 0;
    cursor: pointer;
    transition: all 0.3s ease-in;float: left;
margin-right: 30px;      
}
button#gdpr-cookie-accept, button#gdpr-cookie-advanced-save { border-radius: 30px;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, rgba(72,47,180,1), rgba(59,78,179,1), rgba(47,106,179,1), rgba(72,47,180,1), rgba(59,78,179,1), rgba(47,106,179,1));}

button#gdpr-cookie-accept:hover, button#gdpr-cookie-advanced-save:hover{color: #fff;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;}

#gdpr-cookie-message button:hover {
/*    background: #49FEBB;
    color: #000;*/
    transition: all 0.3s ease-in;     text-decoration: none;
    
}
#gdpr-cookie-message input[type=checkbox] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
button#gdpr-cookie-advanced {
    background: transparent !important;
    color: var(--groen) !important;padding-left: 0 !important;text-decoration: underline;
}

#gdpr-cookie-message button:disabled {
    opacity: 1;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
#gdpr-cookie-types {
    display: none;
}

/*------------*/
@media (max-width: 767px) {

#gdpr-cookie-message {  max-width: 90% !important;}
#gdpr-cookie-message h4 {   font-size: 18px !important; line-height: 22px !important;}
#gdpr-cookie-message p, #gdpr-cookie-message ul {   font-size: 13px;}
#gdpr-cookie-message button, button#ihavecookiesBtn {       font-size: 13px;    padding: 7px 14px;      margin-right: 5px;}
button#gdpr-cookie-advanced {    padding-left: 0 !important;    margin-top: 10px;}
button#gdpr-cookie-accept {    margin-bottom: 10px;}



}