.angie-accessibility-container-bef783e8 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

body.admin-bar .angie-accessibility-container-bef783e8 {
    /* Adjusted bottom if needed, or top-aligned. Let's keep it bottom-right for clean UX */
}

.angie-accessibility-toggle-bef783e8 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #54595F; /* Globale Sekundärfarbe */
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, transform 0.2s;
}

.angie-accessibility-toggle-bef783e8:hover {
    background-color: #3c3f43;
    transform: scale(1.05);
}

.angie-accessibility-panel-bef783e8 {
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 260px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.25);
    border: 1px solid #ddd;
    display: none;
    flex-direction: column;
    overflow: hidden;
}

.angie-accessibility-panel-bef783e8.is-active-bef783e8 {
    display: flex;
}

.angie-accessibility-header-bef783e8 {
    background-color: #f7f7f7;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
}

.angie-accessibility-header-bef783e8 h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.angie-accessibility-body-bef783e8 {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.angie-accessibility-btn-bef783e8 {
    width: 100%;
    background: #f1f1f1;
    border: 1px solid #ccc;
    color: #333;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s;
}

.angie-accessibility-btn-bef783e8:hover {
    background: #e2e2e2;
}

.angie-accessibility-btn-bef783e8[aria-pressed="true"] {
    background-color: #6EC1E4; /* Globale Primärfarbe (Akzentuierung) */
    color: #fff;
    border-color: #6EC1E4;
}

/* Accessibility classes injected on body */
body.angie-high-contrast-bef783e8 {
    background-color: #000 !important;
    color: #fff !important;
}

body.angie-high-contrast-bef783e8 * {
    background-color: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

body.angie-high-contrast-bef783e8 a {
    color: #ffff00 !important;
    text-decoration: underline !important;
}

body.angie-highlight-links-bef783e8 a {
    outline: 2px dashed #6EC1E4 !important;
    outline-offset: 2px;
    background-color: rgba(110, 193, 228, 0.2) !important;
    color: #000 !important;
}

/* SR Only class */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
