body *:focus-visible {
    outline: dashed #000 2px;
    outline-offset: 2px;
}

.menu .header-menu-wcag {
    display: none;
}

.menu.smaller .header-menu-wcag {
    display: flex;
}

.first-banner a:focus-visible,
.second-banner a:focus-visible,
.third-banner .button-banner a:focus-visible {
    outline: dashed #FFF 2px;
}

body.dark, body.dark *:not(.wcag__contrast-button):not(.wcag__contrast-button svg) {
    background: #D9DADD !important;
    color: #000 !important;
}


.header__settings-container {
    display: flex;
    gap: 40px;
    justify-content: flex-end;
    padding-top: 16px;
    padding-bottom: 8px;
}

@media(max-width: 992px) {
    .header__settings-container {
        display: none !important;
    }
}

.header__settings-container:before,
.header__settings-container:after {
    display: none;
}

.wcagPanel {
    position: fixed;
    top: 0;
    height: 100%;
    right: -320px;
    bottom: 0;
    background: #FFF;
    width: 320px;
    z-index: 1000;
    transition: all 300ms linear;
    border-left: 1px solid transparent;
}

.wcagPanel.opened {
    right: 0;
}

.wcagIcon {
    width: 60px;
    height: 60px;
    position: absolute;
    left: -61px;
    top: 270px;
    display: flex;
    background: white;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.wcagIcon:before {
    font-size: 25px;
    color: #0B5D8D;
}

.wcag__panel {
    display: flex;
    align-items: center;
    gap: 15px;
}

.wcag__panel-settings {
    display: flex;
    gap: 5px;
}

.wcag__panel-name {
    color: #000;
    font-size: 13px;
}

.wcag__contrast-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #FFF;
    border-radius: 100px;
    border: 1px solid #DBDBDB;
    padding: 5px 10px;
}

.wcag__contrast-box button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 0;
}

.wcag__contrast-box button svg {
    width: 100%;
    height: auto;
}

.wcag__contrast-button {
    background-color: #000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0;
}

.wcag__contrast-button--black-white {
    background-color: #000;
}

.wcag__contrast-button--black-yellow svg path {
    fill: #FBFF00;
}

.wcag__contrast-button--yellow-black {
    background-color: #FBFF00;
}

.wcag__contrast-button--yellow-black svg path {
    fill: #000;
}

.wcag__font-button {
    background-color: #FFF;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #DBDBDB;
}

.wcag__wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    height: 100%;
}

@media (max-width: 1020px) {
    .wcag__wrap {
        overflow: scroll;
    }
}

.wcag__wrap .button {
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
}

.wcag__title {
    color: white;
    font-weight: 700;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.wcagFonts__top {
    display: flex;
    justify-content: space-between;
}

.wcagFonts__top .button {
    width: 130px;
}

.wcagContrast {
    margin-bottom: 15px;
}

.wcagContrast__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.wcagContrast__item {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid transparent;
}

.wcagContrast__item--yellowBlack {
    background: #FFE300 !important;
}

.wcagContrast__item--yellowBlack:before {
    color: black !important;
}

.wcagContrast__item--blackYellow {
    background: black !important;
}

.wcagContrast__item--blackYellow:before {
    color: #FFE300 !important;
}

.wcagContrast__item--blackWhite {
    background: black !important;
}

.wcagContrast__item--blackWhite:before {
    color: white !important;
}

.wcagContrast__item--whiteBlack {
    background: white !important;
}

.wcagContrast__item--whiteBlack:before {
    color: black !important;
}

body.is_lighting a {
    background: #FFE300 !important;
}

body.is_arial {
    font-family: Arial, Helvetica, sans-serif;
}

body.is_underline a {
    text-decoration: underline;
}

body.yellowBlack {
    background: #FFE300 !important;
    color: black !important;
}

body.yellowBlack * {
    background: #FFE300 !important;
    color: black !important;
    border-color: black !important;
}

body.yellowBlack svg path {
    fill: #000 !important;
}

body.yellowBlack #wcagContrast-blackWhite {
    background-color: #000 !important;
}

body.yellowBlack #wcagContrast-blackWhite svg {
    background-color: #000 !important;
}

body.yellowBlack #wcagContrast-blackWhite svg path[fill="white"] {
    fill: #FFF !important;
}

body.yellowBlack #wcagContrast-blackYellow {
    background-color: #000 !important;
}

body.yellowBlack #wcagContrast-blackYellow svg {
    background-color: #000 !important;
}

body.yellowBlack #wcagContrast-blackYellow svg path[fill="white"] {
    fill: #FFE300 !important;
}

body.yellowBlack #wcagContrast-yellowBlack {
    border: 1px solid #000 !important;
}

body.yellowBlack .languageBox__select:before {
    color: #000 !important;
}

body.blackYellow {
    background: black !important;
    color: #FFE300 !important;
}

body.blackYellow * {
    color: #FFE300 !important;
    background: black !important;
    border-color: #FFE300 !important;
}

body.blackYellow svg path {
    fill: #FFE300 !important;
}

body.blackYellow #wcagContrast-blackWhite {
    border: 1px solid #FFF !important;
}

body.blackYellow #wcagContrast-blackWhite svg path {
    fill: #FFF !important;
}

body.blackYellow #wcagContrast-blackYellow {
    border: 1px solid #FFE300 !important;
}

body.blackYellow #wcagContrast-yellowBlack {
    background: #FFE300 !important;
}

body.blackYellow #wcagContrast-yellowBlack svg {
    background-color: #FFE300 !important;
}

body.blackYellow #wcagContrast-yellowBlack svg path {
    fill: #FFE300 !important;
}

body.blackYellow #wcagContrast-yellowBlack svg path[fill="white"] {
    fill: #000 !important;
}

body.blackYellow .languageBox__select:before {
    color: #FFE300 !important;
}

body.blackWhite {
    background: black !important;
    color: white !important;
}

body.blackWhite * {
    color: white !important;
    background: black !important;
    border-color: white !important;
}

body.blackWhite svg path {
    fill: #FFF !important;
}

body.blackWhite #wcagContrast-blackWhite {
    border: 1px solid #FFF !important;
}

body.blackWhite #wcagContrast-blackYellow {
    border: 1px solid #FFE300 !important;
}

body.blackWhite #wcagContrast-blackYellow svg path {
    fill: #FFE300 !important;
}

body.blackWhite #wcagContrast-yellowBlack {
    background: #FFE300 !important;
}

body.blackWhite #wcagContrast-yellowBlack svg {
    background-color: #FFE300 !important;
}

body.blackWhite #wcagContrast-yellowBlack svg path {
    fill: #FFE300 !important;
}

body.blackWhite #wcagContrast-yellowBlack svg path[fill="white"] {
    fill: #000 !important;
}

body.blackWhite .languageBox__select:before {
    color: #FFF !important;
}

body.whiteBlack {
    background: white !important;
    color: black !important;
}

body.whiteBlack * {
    color: black !important;
    background: white !important;
    border-color: black !important;
}

body.dark {
    /* D9DADD - 10% darker KONTRSAT 6.97:1 / #CDCED1 - 15% darker KONTRAST 45:1 */
    background-color: #D9DADD !important;
}

body.dark .home-hero-container:before,
body.dark .home-hero-container:after {
    background-color: #D9DADD !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
