
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed; z-index:100; 
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    max-width: 412px;
    background-color: #F5F5F5;
    padding: 20px;    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
  font-family: Georgia, "Times New Roman", Times, serif !important;
}
#gdpr-cookie-message h4 {
    color: #4f7484;
font-size: 24px;
      
    text-transform:uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
 color: #4f7484;
 font-size: 16px;  text-transform:none;
    font-weight: 600;
    margin-bottom: 10px;line-height:22px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #000; font-size:16px;  line-height:22px; margin-bottom:20px;}

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

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


#gdpr-cookie-message li, #gdpr-cookie-message label {font-size: 16px;}


#gdpr-cookie-message a {
    color:  #4f7484;
    text-decoration: none;
 
  
/*     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:#6E0014;
  /*  border-bottom-color: #009ba7;*/
    transition: all 0.3s ease-in;
}

/*oder weinrot #8b0e13*/
#gdpr-cookie-message button,
button#ihavecookiesBtn ,
button#ihavecookiesBtnMedia , #cookienotice {
    border: none;  font-family:  Georgia, "Times New Roman", Times, serif !important;
    background: #4f7484;border: 1px solid #4f7484;
    color: white;
font-size:16px; 
    padding: 7px;
    border-radius: 3px;
    margin-left: 0px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    float: left; margin-right: 10px;
}
#gdpr-cookie-message button:hover {
    background: white;
    color:  #4f7484;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color:#4f7484; border: 1px solid #4f7484;   margin-left: 4px;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.7;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}
