@font-face {
    font-family: 'Lato';
    src: url("/javax.faces.resource/font/Lato-Regular.woff.xhtml") format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("/javax.faces.resource/font/Lato-Bold.woff.xhtml") format('woff');
    font-weight: bold;
}

:root {
    --bs-link-color-rgb: 0, 0, 0;
    --bs-link-hover-color-rgb: 66, 66, 66;
    --bs-border-radius-lg: 0;
    --bs-btn-hover-color: #fff;
    --bs-alert-color: #ed1c24;

}

[data-bs-theme=dark] {
    --bs-link-color-rgb: 255, 255, 255;
    --bs-link-hover-color-rgb: 237, 28, 36;
}

body {
    font-family: 'Lato', sans-serif;
}

.nav-link {
    color: white;
}

.nav-link:focus, .nav-link:hover {
    background-color: #101720;
}

.brand-logo {
    background-image: url("/javax.faces.resource/images/logo-becker.png.xhtml");
    max-width: 64px;
}

.naviextras-logo {
    background-image: url("/javax.faces.resource/images/naviextras-logo-white.svg.xhtml");
    max-height: 44px;
    background-position-x: left !important;
}

.colors-primary {
    background-color: #000;
    color: #fff;
}

.colors-secondary {
    background-color: #000;
    color: #fff;
}

@media (min-width: 1200px) {
    .nav-link {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
    }
}

.icon-cart {
    background-image: url("/javax.faces.resource/images/cart-icon-light.svg.xhtml");
}

.icon-cart-full {
    background-image: url("/javax.faces.resource/images/cart-icon-full-light.svg.xhtml");
}

#header-lmg, #header-faq {
    display: none;
}

#header-guide {
    display: list-item !important;
}

.color-btn-primary, .color-btn-secondary {
    background-color: #de0a10;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(255, 255, 255, 0.3) 0px 8px 16px -8px;
    color: #FFF;
}

.color-btn-primary:hover, .color-btn-secondary:hover {
    background-color: #ed1c24;
}

.color-btn-primary-border, .color-btn-secondary-border {
    font-size: 1.2rem;
    padding: 0.7rem;
}

.benefit-no1-picture::before {
    background-image: url("/javax.faces.resource/images/benefit-1-becker.jpg.xhtml");
}

.benefit-no2-picture::before {
    background-image: url("/javax.faces.resource/images/benefit-2-becker.jpg.xhtml");
}

.benefit-no3-picture::before {
    background-image: url("/javax.faces.resource/images/benefit-3-becker.jpg.xhtml");
}

.benefit-no4-picture::before {
    background-image: url("/javax.faces.resource/images/benefit-4-becker.jpg.xhtml");
}

#selector .list-group {
    --bs-list-group-active-color: #000;
    --bs-list-group-active-bg: #ffffff;
    --bs-list-group-active-border-color: #000;
    --bs-list-group-color: #a0a0a0;
    --bs-list-group-bg: #f6f6f6;
    --bs-list-group-action-hover-color: #353a2c;
    --bs-list-group-action-hover-bg: #f2f2f1;
}
.list-group-item+.list-group-item {
    border-top-width: thin;
}

.accordion {
    --bs-accordion-active-bg: #f2f2f1;
    --bs-accordion-btn-focus-box-shadow: none;
}

#selector .accordion {
    --bs-accordion-active-bg: #ffffff;
    --bs-accordion-active-color: #000000;
    --bs-accordion-btn-bg: #f6f6f6;
    --bs-accordion-btn-color: #a0a0a0;
}

.accordion-button {
    font-size: inherit;
    padding: 1.5em;
    text-transform: uppercase;
}

form .accordion-button {
    text-transform: none;
}

.headunit-listelement {
    padding: 0 0 0 1rem;
}

.headunit-listelement-image {
    display: none;
}

.headunit-listelement-body {
    display: flex;
    flex-direction: column;
    padding-bottom: 1.2rem;
}

.headunit-listelement-type {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    font-weight: bold;
    padding: 1rem 0;
}

.headunit-listelement-disclaimer  {
    padding-bottom: 1.2rem;
    padding-left: 0.5rem;
    font-style: italic;
    font-size: .875em;
}

.headunit-listelement-disclaimer::before {
    content: "\26A0";
    font-size: 1.2rem;
    padding-right: 0.5rem;
}

.headunit-listelement-car {
    display: flex;
    flex-direction: column;
    padding: 0.4rem;
    margin-left: 0.15rem;
    margin-right: 1.15rem;
    font-size: clamp(0.8rem, 2vw, 1rem);
}

.headunit-listelement-car:not(:last-child) {
    border-bottom: 1px solid silver;
}

.headunit-listelement-car-name {
    font-weight: bold;
}

.headunit-listelement-car-year {
    opacity: 80%;
    padding: 0 0.5rem;
}

.pkg-coverage {
    padding: 1.5rem;
    background-color: #f6f6f6;
    margin-bottom: 2rem;
}

.pkg-version {
    float: right;
    margin: 0.5rem 1rem;
    font-weight: 700;
}

.plan-card {
    padding: 1.5rem 1rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    margin: 0.6rem;
    max-width: 400px;
}

.plan-card-img {
    display: none;
}

.plan-card-txt-wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.plan-card-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.2rem;
}

.plan-card-price {
}

.plan-card-updates {
    font-size: 1.2rem;
    border-bottom: 2px solid #0000003d;
}

.plan-card-dealtype {
    font-size: 2rem;
}

.plan-card-btn {
    width: 100%;
    margin-top: 1.5rem;
}

.catalog-dealType-oneYearSub {
    background-color: #d9e2e7;
}

.catalog-dealType-threeYearSub {
    background-color: #ebdfa1;
}

.catalog-dealType-singleTimeUpdate .plan-card-txt-wrapper::after {
    content: "Basic";
    color: #919191;
}

.catalog-dealType-oneYearSub .plan-card-txt-wrapper::after {
    content: "Essential";
    color: #919191;
}

.catalog-dealType-threeYearSub .plan-card-txt-wrapper::after {
    content: "Smart";
    color: #d29e1a;
}

.red-text {
    color: red;
    font-weight: bold;
}