
:root {
    --q-color-primary: #00698c;
    --q-color-secondary: #c1c100;
    --q-color-accent: #9c27b0;
    --q-color-positive: #21ba45;
    --q-color-negative: #c10015;
    --q-color-info: #31ccec;
    --q-color-warning: #f2c037;
    --q-color-dark: #1d1d1d;
}

.rabatt-rechner-paper {
    padding-top: 150px;
}

.top-banner-logo {
    position: fixed;
    z-index: 9950;
    top: 0px;
    height: 150px;
    width: 100%;
    background-image: url('/images/landingpage-background.jpg');
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.rabatt-rechner-button {
    border-radius: 20px !important;
    font-size: 20px !important;
    padding: 10px 10px 10px 10px !important;
    margin-top: 150px !important;
}

.landing-top-overlay {
    position: fixed;
    z-index: 9900;
    left: 0px;
    top: 150px;
    height: 86px;
    width: 100%;
}

.dark-mode-selector {
    position: fixed;
    top: 146px;
    left: 0px;
    z-index: 9999;
}

.mode-overlay {
    position: fixed;
    z-index: 9900;
    left: 0px;
    top: 0px;
    height: 150px;
    width: 100%;
}

.select_fehlt {
    background-color: #ff000022 !important;
    border: 1px solid #ff000088 !important;
}

.wide-popover {
    min-width: 300px !important;
}

.mud-list-item {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.small-select .mud-input,
.small-select .mud-input-slot,
.small-select .mud-select-item {
    font-size: 14px !important; /* gewünschte Schriftgröße */
    height: 32px;
}

input[type="text"] {
    direction: ltr;
}

.image-limited_100 {
    max-height: 100px;
    width: auto;
}

.image-limited_200 {
    max-height: 200px;
    width: auto;
}

.image-limited_300 {
    max-height: 300px;
    width: auto;
}
/* site.css */
.modell_headline {
    background-color: var(--q-color-primary);
    color: white; /* Textfarbe */
    width: 100%; /* Der Container nimmt 100% der Breite ein */
    padding: 10px !important;
}

.modell_headlinetext {
    font-weight: bold !important;
    font-size: 26px !important;
}

.modell_headlineschritt {
    display: block; /* Block/inline-block erlaubt max-width anzuwenden */
    white-space: normal; /* erlaubt Umbruch */
    overflow-wrap: anywhere; /* bricht lange Wörter/URLs falls nötig */
    word-break: break-word; /* fallback für ältere Browser */
    hyphens: auto; /* Bindestriche automatisch, wenn unterstützt */
}

.modell_headlinemodell {
    display: block; /* Block/inline-block erlaubt max-width anzuwenden */
    white-space: normal; /* erlaubt Umbruch */
    overflow-wrap: anywhere; /* bricht lange Wörter/URLs falls nötig */
    word-break: break-word; /* fallback für ältere Browser */
    hyphens: auto; /* Bindestriche automatisch, wenn unterstützt */
    text-align: end; /* rechts ausrichten */
}

.herstellerlistenpreis_headlinetext {
    font-weight: bold !important;
    font-size: 20px !important;
}

.kundengruppe-option {
    border: 2px solid transparent;
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block;
}

.kundengruppe-option.selected {
    border-color: #1976d2;
}

.paper-with-border {
    border: 2px solid #1976d2 !important;
    background-color: rgba(255, 255, 255, 0) !important;
    height: 204px !important;
} 

.paper-no-border {
    border: none !important;
    background-color: rgba(255, 255, 255, 0) !important;
}

.kaufart-option {
    border: 2px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
    background-color: #fafafa;
}

.kaufart-option:hover {
    background-color: #f0f0f0;
}

.kaufart-option.selected {
    background-color: #e3f2fd;
}

.option-text {
    font-size: 24px;
    font-weight: 500;
}

.mud-stepper-button-next {
    display: none !important;
}

.mud-stepper-button-previous {
    display: none !important;
}

.mud-stepper-button-complete {
    display: none !important;
}

.barangebot {
    border-radius: 8px;
    background-color: var(--q-color-primary);
    color: white; /* Textfarbe */
}

.leasingrate {
    height: 140px;
    width: 200px;
    border-radius: 8px;
    background-color: var(--q-color-primary);
    color: white; /* Textfarbe */
}

.leasingrate_wi {
    height: 140px;
    width: 200px;
    border-radius: 8px;
    background-color: #E0E9CF;
    color: black; /* Textfarbe */
}

.leasingrate_total {
    height: 140px;
    width: 200px;
    border-radius: 8px;
    background-color: var(--q-color-primary);
    color: white; /* Textfarbe */
}

/* Responsive Bildgrößen für die Kundengruppen- und Kaufart-Bilder */
.responsive-offer-image {
    max-width: 384px;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive-summary {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
 
.responsive-offer-paper {
    width: 100%;
    height: 200px;
    display: flex;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0px !important;
}

.mud-button {
    color: white !important;
    background-color: #00698c !important;
}

.prev_button_icon {
    transform: rotate(180deg);
}

.prev_button {
    background-color: #00698c !important;
    color: white !important;
}

    .prev_button:hover {
        background-color: #888888 !important;
    }

.next_button {
    background-color: #00698c !important;
    color: white !important;
}

    .next_button:hover {
        background-color: #003b4e !important;
    }

.sale-link {
    color: #00698c;
    font-weight: bold;
}

.nachrichthintergrund {
    background: #00000011;
}
.responsive-stack {
    flex-direction: row !important;
}

@media (max-width: 960px) {
    .responsive-stack {
        flex-direction: column;
    }
}

@media (max-width: 900px) {
    .kaufart-option p {
        font-size: 12px !important; /* Für Mobilgeräte kleiner */
    }

    .modell_headlinetext {
        font-weight: bold !important;
        font-size: 14px !important; /* Für Mobilgeräte kleiner */
    }

    .modell_headlineschritt {
        max-width: min(30ch, 100%); /* maximal ~20 Zeichen breit, aber nie breiter als Container */
    }

    .modell_headlinemodell {
        max-width: min(30ch, 100%); /* maximal ~20 Zeichen breit, aber nie breiter als Container */
    }

    .image-limited_100 {
        max-width: 280px; /* Für Mobilgeräte kleiner */
    }

    .image-limited_200 {
        max-width: 240px; /* Für Mobilgeräte kleiner */
    }

    .image-limited_300 {
        max-width: 385px; /* Für Mobilgeräte kleiner */
    }

    .responsive-offer-image {
        max-width: 230px;
    }

    .responsive-offer-paper {
        width: 100%;
        height: 136px;
        display: flex;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding: 0px !important;
    }

    .kundengruppe-option {
        padding: 0px;
    }

    .option-text {
        font-size: 16px;
        font-weight: 500;
    }

    .responsive-summary {
        max-width: 98vw;
        padding: 0 4px;
    }

    .mud-stepper-nav {
        display: none !important;
    }

    .prev_button {
        font-size: 12px !important; /* Für Mobilgeräte kleiner */
    }

    .next_button {
        font-size: 12px !important; /* Für Mobilgeräte kleiner */
    }
}

@media (max-width: 600px) {

    .kaufart-option p {
        font-size: 8px !important; /* Für Mobilgeräte kleiner */
    }

    .modell_headlinetext {
        font-weight: bold !important;
        font-size: 8px !important; /* Für Mobilgeräte kleiner */
    }

    .modell_headlineschritt {
        max-width: min(16ch, 100%); /* maximal ~12 Zeichen breit, aber nie breiter als Container */
    }

    .modell_headlinemodell {
        max-width: min(16ch, 100%); /* maximal ~12 Zeichen breit, aber nie breiter als Container */
    }

    .image-limited_100 {
        max-width: 120px; /* Für Mobilgeräte kleiner */
    }

    .image-limited_200 {
        max-width: 220px; /* Für Mobilgeräte kleiner */
    }

    .image-limited_300 {
        max-width: 265px; /* Für Mobilgeräte kleiner */
    }

    .responsive-offer-image {
        max-width: 140px;
    }

    .responsive-offer-paper {
        width: 100%;
        height: 136px;
        display: flex;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding: 0px !important;
    }

    .option-text {
        font-size: 12px;
        font-weight: 500;
    }

    .responsive-summary {
        max-width: 98vw;
        padding: 0 4px;
    }

    .mud-stepper-nav {
        display: none !important;
    }

    .prev_button {
        font-size: 10px !important; /* Für Mobilgeräte kleiner */
    }

    .next_button {
        font-size: 10px !important; /* Für Mobilgeräte kleiner */
    }
    .wide-popover {
        min-width: 250px !important;
    }

    .mode-overlay {
        height: 100px;
    }
    
    .rabatt-rechner-paper {
        padding-top: 150px;
    }

    .rabatt-rechner-button {
        font-size: 14px !important;
        margin-top: 160px !important;
    }

    .landing-top-overlay {
        top: 150px;
    }
} 
