
#gdpr-cookie-message * { font-family: 'Frutiger-Light',Tahoma, Verdana, Arial,sans-serif;}
#gdpr-cookie-message input[type="checkbox"] {
    margin-top: 10px;
    margin-right: 15px;
    float: left;
}
#gdpr-cookie-message label {
    display: inline-block;
    max-width: 90%;
}
#gdpr-cookie-message code {
    color: #ab004e;
    font-family: monospace;
    font-size: 16px;
    background: #f7f7f7;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}
#gdpr-cookie-message button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10;
    max-width: 375px;
    background-color: #56264f;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
}
#gdpr-cookie-message h4 { display: none;}
#gdpr-cookie-message #gdpr-cookie-types { background: rgba(0,0,0,0.25); border-radius: 5px; padding: 20px; margin-bottom: 20px;}
#gdpr-cookie-message #gdpr-cookie-types ul { margin-bottom: 0;}
#gdpr-cookie-message h5 { color: #fff; font-size: 15px; font-weight: normal; margin-bottom: 10px;}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 30px;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: left;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: rgba(255,255,255,1);
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,1);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: rgba(255,255,255,0.35);
    border-bottom-color: rgba(255,255,255,0.35);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    display: inline-block;
    width: 48%;
    border: none;
    background: #ab004e;
    color: white;
    font-size: 15px;
    line-height: 15px;
    cursor: pointer;
    border: 1px solid #ab004e;
    border-radius: 3px;
    padding: 13px 0 10px;
    margin: 0 0 0 4%;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
}
#gdpr-cookie-message button:first-child { 
    margin: 0;
}
#gdpr-cookie-message button:hover {
    color: white;
    background: #56264f;
    border: 1px solid white;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced ,
#gdpr-cookie-message button:disabled {
    color: #ab004e;
    background: white;
    border-color: white;
}
#gdpr-cookie-message button:disabled {
    cursor: default;
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
