/* Modernes, freundliches Cookie-Banner – Demo-Style */
.gdprcookie {
    position: fixed;
    color: #222;
    font-size: 1em;
    line-height: 1.6em;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: 380px;
    width: calc(100% - 30px);
    padding: 18px 18px 12px 18px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.15);
    z-index: 9999;
}
.gdprcookie h1 {
    font-size: 1.15em;
    margin-bottom: .5rem;
    font-weight: bold;
    color: #222;
}
.gdprcookie h2 {
    font-size: 1em;
    margin-bottom: .5rem;
    font-weight: 600;
    color: #444;
}
.gdprcookie p {
    margin-bottom: 1.2rem;
    color: #444;
}
.gdprcookie a {
    color: #0d9ecc;
    text-decoration: underline;
}
.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}
.gdprcookie-types li {
    display: flex;
    align-items: center;
    list-style: none;
    width: 48%;
    margin: 0 2% 0.5rem 0;
    float: left;
    font-size: 1em;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .5rem;
    accent-color: #0d9ecc;
    width: 1.1em;
    height: 1.1em;
}
.gdprcookie-types label {
    cursor: pointer;
    color: #222;
}
.gdpr-cookie-list-info {
    font-size: 0.95em;
    color: #888;
    margin-left: 2.1em;
    margin-top: -0.3em;
    margin-bottom: 0.5em;
}
.gdprcookie-buttons {
    text-align: left;
    margin-top: 1.5rem;
}
.gdprcookie-buttons button {
    color: #fff;
    background: #0d9ecc;
    font-family: inherit;
    font-size: 1em;
    padding: 9px 12px;
    border: none;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 6px;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    box-shadow: 0 2px 8px rgba(13,158,204,0.08);
    font-weight: bold;
    min-width: 90px;
}
.gdprcookie-buttons button:disabled {
    color: #bbb;
    background: #f3f3f3;
    border: 1px solid #e0e0e0;
    cursor: not-allowed;
}
.gdprcookie-buttons button:nth-child(2) {
    background: #e0e0e0;
    color: #222;
}
.gdprcookie-buttons button:nth-child(2):hover {
    background: #d0d0d0;
}
.gdprcookie-buttons button:nth-child(3) {
    background: transparent;
    color: #0d9ecc;
    border: 1px solid #d0d0d0;
}
.gdprcookie-buttons button:nth-child(3):hover {
    border-color: #888;
    background: #f0faff;
}
/* Optional: Cookie-Icon oben rechts */
.gdprcookie::after {
    content: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="16" fill="%23f7c873"/><circle cx="12" cy="13" r="2" fill="%23a86b2c"/><circle cx="20" cy="18" r="1.5" fill="%23a86b2c"/><circle cx="16" cy="22" r="1" fill="%23a86b2c"/></svg>');
    position: absolute;
    top: 1.1rem;
    right: 1.1rem;
    width: 2.2em;
    height: 2.2em;
    pointer-events: none;
    opacity: 0.95;
}