/* Accessibility improvements: focus visibility, screen-reader helpers and validation states. */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 10000;
    padding: 12px 16px;
    background: #ffffff;
    color: #000000;
    border: 2px solid #000000;
}
.skip-link:focus {
    left: 12px;
    top: 12px;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
    /*outline: 3px solid #000000 !important;*/
    /*outline-offset: 2px !important;*/
    border: 2px solid #004fa4 !important;
}
.sr-only,
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.form-control.invalid,
.form-control[aria-invalid="true"] {
    border: 2px solid #b00020 !important;
}
.errors {
    color: #b00020;
    font-weight: 600;
}
[role="alert"],
[aria-live] {
    scroll-margin-top: 20px;
}
.icon-only,
.isTooltip {
    cursor: pointer;
}

.required-indicator::before {
    content: "*";
    color: #b00020;
    font-weight: 700;
}
label {
    cursor: pointer;
}
button[aria-label],
input[aria-label] {
    scroll-margin-top: 20px;
}

/* Tarifkarten: h2 wird in vorhandener Tarifnamen-Optik genutzt und soll kein Layout verschieben. */
h2.fe_tarifname {
    margin: 0;
    line-height: inherit;
}

/* WCAG-Kontrastkorrekturen Ergebnisliste */

.tb-provider {
    color: #21314d !important;
}

.fe_tr_green_text {
    color: #2f5d1f !important;
}

.lug {
    background-color: #4f7f12 !important;
    color: #ffffff !important;
}

.required label::after {
    color: #b00020 !important;
}

header a,
nav a,
.breadcrumb a,
.skip-link {
    color: #21314d !important;
}

.fe_backgroud_color_for_tr{
	background-color: #fcfcfc;
}

.tr_content, .fe-tab-content_bgc, .bg-accent{
	background-color: #fcfcfc;
}

/* Shop-Kacheln: WCAG-AA-Kontrast */
.shop-kachel,
.shop-kachel .card-footer,
.shop-kachel small {
    color: #21314d !important;
}

.shop-kachel a,
.shop-kachel .edit_link,
.shop-kachel .fe_menu_item {
    color: #21314d !important;
    text-decoration: underline;
}

.shop-kachel .text-muted {
    color: #21314d !important;
}


/* Shop-Kacheln: stärkere WCAG-Kontrastkorrektur für Produktnamen, Preise und Links */
.shop-kachel .card-body,
.shop-kachel .card-title,
.shop-kachel .card-footer,
.shop-kachel .shop-kachel-footer,
.shop-kachel .card-footer small,
.shop-kachel .shop-kachel-footer small,
.shop-kachel .text-muted {
    color: #0b1f3a !important;
}

.shop-kachel .card-link,
.shop-kachel .card-link-fe,
.shop-kachel .card-footer a,
.shop-kachel .shop-kachel-footer a {
    color: #003b7a !important;
    text-decoration: underline !important;
    font-weight: 600;
}

.shop-kachel .card-link:hover,
.shop-kachel .card-link:focus,
.shop-kachel .card-footer a:hover,
.shop-kachel .card-footer a:focus {
    color: #001f4d !important;
    text-decoration: underline !important;
}

.product-detail a,
.produktdetails a,
.faq-link {
    color: #0056b3;
    font-size: 1rem;
}