/**
 * Update-safe custom styles for the Reit- und Fahrverein Rheurdt template.
 * Add future site-specific CSS rules to this file.
 */

.visually-hidden {
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

/* Keep the configured header colour, but remove the legacy black raster. */
#container_header,
.slicknav_btn {
    background-image: none;
}

/*
 * Joomla 5 pagination fallback.
 * These characters do not depend on an icon font and therefore remain visible
 * even if an extension renders the core pagination layout on its own.
 */
.pagination .icon-angle-double-left::before {
    content: "«";
}

.pagination .icon-angle-left::before {
    content: "‹";
}

.pagination .icon-angle-right::before {
    content: "›";
}

.pagination .icon-angle-double-right::before {
    content: "»";
}

.pagination .icon-angle-double-left::before,
.pagination .icon-angle-left::before,
.pagination .icon-angle-right::before,
.pagination .icon-angle-double-right::before {
    font-family: inherit;
    font-style: normal;
    font-weight: inherit;
}
