﻿body {
}

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #095541;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 5px 5px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}
#gdpr-cookie-message h4 {
    color: #EEEEEE;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 10px;
}
#gdpr-cookie-message p {
    color: #EEEEEE;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message a {
    font-size: 15px;
    padding-bottom: 2px;
}
#gdpr-cookie-message a:hover {
    text-decoration: none;
}
#gdpr-cookie-message button {
    border: none;
    background-color: #338b73;
    color: white;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    font-size: 87%;
}
#gdpr-cookie-message button:hover {
}