/* /Components/Layout/Drawer.razor.rz.scp.css */
.drawer-container[b-ootp88ftdq] {
    height: 100%;
}

[b-ootp88ftdq] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
}

[b-ootp88ftdq] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary, var(--dxds-primary-90)) 0%, var(--bs-black, #000) 150%);
}

[b-ootp88ftdq] .navigation-drawer > .dxbl-drawer-content {
    overflow: auto;
}

[b-ootp88ftdq] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
    background: none;
}

[b-ootp88ftdq] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header > .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-ootp88ftdq] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-ootp88ftdq] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
    background: none;
}

[b-ootp88ftdq] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-ootp88ftdq] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-ootp88ftdq] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-ootp88ftdq] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-ootp88ftdq] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-ootp88ftdq] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}

[b-ootp88ftdq] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-ootp88ftdq] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-ootp88ftdq] {
        display: none;
        visibility: hidden;
    }

    [b-ootp88ftdq] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-ootp88ftdq] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-g3lyzn75d2] {
    height: 100%;
    font-family: var(--bs-font-sans-serif, var(--dxds-font-family-sans-serif));
    min-height: 0;
}

[b-g3lyzn75d2] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-g3lyzn75d2] .icon-back {
    --icon-mask-image: var(--icon-back-mask-image);
}

[b-g3lyzn75d2] .icon-close {
    --icon-mask-image: var(--icon-close-mask-image);
}

[b-g3lyzn75d2] .icon-menu {
    --icon-mask-image: var(--icon-menu-mask-image);
}

[b-g3lyzn75d2] .icon-log-in {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-g3lyzn75d2] .icon-log-out {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-g3lyzn75d2] .icon-user {
    --icon-mask-image: var(--icon-user-mask-image);
}

[b-g3lyzn75d2] .docs-icon {
    --icon-mask-image: var(--icon-docs-mask-image);
}

[b-g3lyzn75d2] .demos-icon {
    --icon-mask-image: var(--icon-demos-mask-image);
}

[b-g3lyzn75d2] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-g3lyzn75d2] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-g3lyzn75d2] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-g3lyzn75d2] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-g3lyzn75d2] {
    display: inline-flex;
}

.menu-button-nav[b-g3lyzn75d2] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-g3lyzn75d2] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

    .nav-buttons-container[b-g3lyzn75d2]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-g3lyzn75d2]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-xjiandsx00] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo[b-xjiandsx00] {
    text-align: center;
}

[b-xjiandsx00] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-xjiandsx00] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-xjiandsx00] .menu {
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;

    background-color: inherit;
}

    [b-xjiandsx00] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-xjiandsx00] .menu-item {
    color: var(--bs-white, #fff);
}

[b-xjiandsx00] .icon {
    margin-left: 0.5rem;
}

[b-xjiandsx00] .home-icon {
    --icon-mask-image: var(--icon-home-mask-image);
}

[b-xjiandsx00] .weather-icon {
    --icon-mask-image: var(--icon-weather-mask-image);
}

[b-xjiandsx00] .counter-icon {
    --icon-mask-image: var(--icon-counter-mask-image);
}

[b-xjiandsx00] .settings-icon {
    --icon-mask-image: var(--icon-settings-mask-image);
}

[b-xjiandsx00] .log-in-icon {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-xjiandsx00] .log-out-icon {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-xjiandsx00] .user-icon {
    --icon-mask-image: var(--icon-user-mask-image);
}

@media (max-width: 768px) {
    #sidebar[b-xjiandsx00] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-xjiandsx00] {
        text-align: inherit;
    }
}
/* /Components/Layout/TagesliegerLayout.razor.rz.scp.css */
.tageslieger-layout[b-525yx4n503] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    background: linear-gradient(135deg, #003f6b 0%, #0077b6 60%, #00b4d8 100%);
    background-attachment: scroll;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

/* iOS Safari Fix */
@supports (-webkit-touch-callout: none) {
    .tageslieger-layout[b-525yx4n503] {
        height: -webkit-fill-available;
        min-height: -webkit-fill-available;
    }
}

.tageslieger-main[b-525yx4n503] {
    flex: 1 1 0%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 16px 12px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    background: linear-gradient(135deg, #003f6b 0%, #0077b6 60%, #00b4d8 100%);
    background-attachment: scroll;
    font-family: 'Segoe UI'[b-525yx4n503], system-ui[b-525yx4n503], sans-serif;[b-525yx4n503]
}

/* iOS Safari Fix */
@supports (-webkit-touch-callout: none) {
    .tageslieger-layout[b-525yx4n503] {
        height: -webkit-fill-available;
        min-height: -webkit-fill-available;
    }
}

.tageslieger-main[b-525yx4n503] {
    flex: 1 1 0%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 16px 12px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ── General ────────────────────────────────────────────────────────────── */
.landing[b-525yx4n503] { text-align: center; padding: 12px 0 0; }
.customer-logo[b-525yx4n503] { max-height: 80px; max-width: 260px; object-fit: contain; }

.tl-wizard[b-525yx4n503] {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 16px;
}

/* ── Step Card ──────────────────────────────────────────────────────────── */
.tl-step-card[b-525yx4n503] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 24px 20px;
    margin-bottom: 16px;
}

.tl-step-header[b-525yx4n503] { margin-bottom: 20px; }

.tl-step-badge[b-525yx4n503] {
    display: inline-block;
    background: #e8f0fe;
    color: #1a56db;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.tl-step-header h2[b-525yx4n503] { font-size: 1.4rem; font-weight: 700; color: #003f6b; margin: 0; }

/* ── Landing / Hero ─────────────────────────────────────────────────────── */
.tl-landing-hero[b-525yx4n503] { text-align: center; padding: 8px 0 24px; }

.tl-hero-badge[b-525yx4n503] {
    display: inline-block;
    background: #e8f0fe;
    color: #1a56db;
    font-size: 0.88rem;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.tl-hero-title[b-525yx4n503] { font-size: 2rem; font-weight: 800; color: #003f6b; margin-bottom: 4px; line-height: 1.2; }
.tl-hero-subtitle[b-525yx4n503] { font-size: 1rem; color: #6b7280; margin-bottom: 20px; }

.tl-hero-features[b-525yx4n503] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
    text-align: left;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px 16px;
}

.tl-feature-item[b-525yx4n503] { display: flex; align-items: flex-start; gap: 12px; }
.tl-feature-icon[b-525yx4n503] { font-size: 1.3rem; flex-shrink: 0; margin-top: 1px; }
.tl-feature-text strong[b-525yx4n503] { display: block; font-size: 0.95rem; color: #111827; }
.tl-feature-text span[b-525yx4n503]   { font-size: 0.85rem; color: #6b7280; }
.tl-hero-hint[b-525yx4n503] { font-size: 0.82rem; color: #9ca3af; margin-top: 10px; }

.tl-cta-button[b-525yx4n503] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #003f6b;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 16px 40px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 8px;
    width: 100%;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0,63,107,0.25);
    letter-spacing: 0.01em;
}

.tl-cta-button:active[b-525yx4n503] { background: #002d4e; transform: scale(0.98); }

/* ── Hero Stepper ───────────────────────────────────────────────────────── */
.tl-hero-input-card[b-525yx4n503],
.tl-hero-stepper-card[b-525yx4n503] {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 18px 16px;
    margin-bottom: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.tl-hero-stepper-label[b-525yx4n503] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.tl-hero-stepper-icon[b-525yx4n503]   { font-size: 1.4rem; }
.tl-hero-stepper-title[b-525yx4n503]  { font-weight: 600; color: #111827; margin-bottom: 2px; font-size: 0.95rem; }
.tl-hero-stepper-hint[b-525yx4n503]   { font-size: 0.8rem; color: #9ca3af; margin-bottom: 0; }

.tl-hero-stepper-controls[b-525yx4n503] {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 4px;
}

.tl-hero-stepper-btn[b-525yx4n503] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #003f6b;
    background: #fff;
    color: #003f6b;
    font-size: 1.6rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,63,107,0.12);
    flex-shrink: 0;
}

.tl-hero-stepper-btn:active[b-525yx4n503] { background: #e8f0fe; transform: scale(0.95); }

.tl-hero-stepper-value-wrap[b-525yx4n503] { text-align: center; min-width: 80px; }
.tl-hero-stepper-value[b-525yx4n503] { font-size: 2rem; font-weight: 700; color: #003f6b; display: block; }
.tl-hero-stepper-unit[b-525yx4n503]  { font-size: 0.85rem; color: #9ca3af; }
.tl-hero-stepper-range[b-525yx4n503] { font-size: 0.78rem; color: #9ca3af; display: block; text-align: center; margin-top: 6px; }

.tl-hero-input-field[b-525yx4n503] { width: 100%; }

/* ── Berth Info ─────────────────────────────────────────────────────────── */
.tl-berth-info-grid[b-525yx4n503] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
}

.tl-info-card[b-525yx4n503] {
    background: #f0f4ff;
    border: 1px solid #c7d7f5;
    border-radius: 10px;
    padding: 14px 12px;
    text-align: center;
}

.tl-info-label[b-525yx4n503] { font-size: 0.75rem; color: #6b7280; display: block; margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.03em; }
.tl-info-value[b-525yx4n503] { font-size: 1.2rem; font-weight: 700; color: #003f6b; }

/* ── Summary Box ────────────────────────────────────────────────────────── */
.tl-summary-box[b-525yx4n503] {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.tl-summary-row[b-525yx4n503] {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 0.95rem;
    border-bottom: 1px solid #f3f4f6;
}

.tl-summary-row:last-child[b-525yx4n503] { border-bottom: none; }

/* ── Invoice List ───────────────────────────────────────────────────────── */
.tl-invoice-list[b-525yx4n503] {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 16px;
}

.tl-invoice-item[b-525yx4n503] {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 0.92rem;
    border-bottom: 1px solid #f3f4f6;
}

.tl-invoice-item:last-of-type[b-525yx4n503] { border-bottom: none; }
.tl-inv-desc[b-525yx4n503]   { color: #374151; }
.tl-inv-amount[b-525yx4n503] { font-weight: 600; color: #111827; }

.tl-invoice-total[b-525yx4n503] {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 4px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #003f6b;
    border-top: 2px solid #e5e7eb;
    margin-top: 6px;
}

/* ── Legal Consent ──────────────────────────────────────────────────────── */
.legal-consent-section[b-525yx4n503] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 1.25rem 0;
    padding-top: 1.25rem;
    border-top: 1px solid #e5e7eb;
}

.legal-checkbox-label[b-525yx4n503] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    font-size: 1rem;
    color: #374151;
    cursor: pointer;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    user-select: none;
}

.legal-checkbox-label:active[b-525yx4n503] { background: #f0f4ff; }

.legal-checkbox-label input[type="checkbox"][b-525yx4n503] {
    width: 1.6rem;
    height: 1.6rem;
    cursor: pointer;
    accent-color: #0078d4;
    flex-shrink: 0;
}

.legal-checkbox-label a[b-525yx4n503] { color: #0078d4; text-decoration: underline; }

/* ── Payment Buttons ────────────────────────────────────────────────────── */
.tl-payment-buttons[b-525yx4n503] { display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }

.tl-btn-paypal[b-525yx4n503],
.tl-btn-stripe[b-525yx4n503],
.tl-btn-saferpay[b-525yx4n503] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 20px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.tl-btn-paypal[b-525yx4n503]   { background: #ffd140; color: #003087; }
.tl-btn-stripe[b-525yx4n503]   { background: #635bff; color: #fff; }
.tl-btn-saferpay[b-525yx4n503] { background: #003f6b; color: #fff; }

.tl-btn-paypal:active[b-525yx4n503]   { background: #f5c400; }
.tl-btn-stripe:active[b-525yx4n503]   { background: #4b44cc; }
.tl-btn-saferpay:active[b-525yx4n503] { background: #002d4e; }

.tl-btn-paypal:disabled[b-525yx4n503],
.tl-btn-stripe:disabled[b-525yx4n503],
.tl-btn-saferpay:disabled[b-525yx4n503] {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

/* ── Navigation ─────────────────────────────────────────────────────────── */
.tl-back-link[b-525yx4n503] { text-align: center; margin-top: 8px; }

.tl-back-link button[b-525yx4n503] {
    background: none;
    border: none;
    color: #6b7280;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 8px 0;
    text-decoration: underline;
}

.tl-nav-b[b-525yx4n503] { display: flex; flex-direction: column; align-items: stretch; margin-top: 24px; gap: 10px; }

.tl-nav-back-link[b-525yx4n503] {
    background: none;
    border: none;
    color: #6b7280;
    font-size: 0.95rem;
    cursor: pointer;
    text-decoration: underline;
    text-align: center;
    padding: 8px 0;
}

.tl-nav-next-full[b-525yx4n503] {
    background: #003f6b;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 13px 20px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}

.tl-nav-next-full:active[b-525yx4n503]   { background: #002d4e; }
.tl-nav-next-full:disabled[b-525yx4n503] { opacity: 0.45; cursor: not-allowed; }
.tl-nav-arrow[b-525yx4n503] { font-size: 1rem; margin-left: 4px; }

/* ── Section Header / Divider ───────────────────────────────────────────── */
.tl-section-header[b-525yx4n503] { font-weight: 700; font-size: 1rem; color: #003f6b; margin: 16px 0 8px; }
.tl-section-divider[b-525yx4n503] { border: none; border-top: 1px solid #e5e7eb; margin: 24px 0 20px; }

/* ── Extras ─────────────────────────────────────────────────────────────── */
.tl-extras-row[b-525yx4n503] { display: flex; align-items: center; padding: 10px 0; border-bottom: 1px solid #f3f4f6; }
.tl-extras-row:last-child[b-525yx4n503] { border-bottom: none; }

.tl-extras-label[b-525yx4n503] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    color: #374151;
    cursor: pointer;
    user-select: none;
}

.tl-extras-label input[type="checkbox"][b-525yx4n503] { width: 20px; height: 20px; cursor: pointer; accent-color: #0078d4; flex-shrink: 0; }

/* ── Validation ─────────────────────────────────────────────────────────── */
.tl-validation-summary[b-525yx4n503] {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 16px;
    color: #b91c1c;
    font-size: 0.9rem;
}

/* ── Error Card ─────────────────────────────────────────────────────────── */
.tl-error-card[b-525yx4n503] { background: #fef2f2; border: 1px solid #fca5a5; border-radius: 10px; padding: 24px 20px; text-align: center; }
.tl-error-icon[b-525yx4n503] { font-size: 2.5rem; margin-bottom: 12px; }

/* ── Confirm ────────────────────────────────────────────────────────────── */
.tl-confirm[b-525yx4n503] { text-align: center; padding: 16px 0; }
.tl-confirm-icon[b-525yx4n503] { font-size: 3rem; margin-bottom: 12px; }
.tl-confirm h2[b-525yx4n503] { font-size: 1.4rem; font-weight: 700; color: #003f6b; margin-bottom: 8px; }
.tl-confirm p[b-525yx4n503]  { color: #6b7280; margin-bottom: 6px; }

.tl-booking-id[b-525yx4n503] {
    margin-top: 16px;
    background: #f0f4ff;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 1rem;
    color: #003f6b;
}
/* /Components/Layout/WizardLayout.razor.rz.scp.css */
.wizard-container[b-uv4khv4rbb] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    background: #f5f5f5;
}

/* iOS Safari spezifischer Fix */
@supports (-webkit-touch-callout: none) {
    .wizard-container[b-uv4khv4rbb] {
        height: -webkit-fill-available;
        min-height: -webkit-fill-available;
    }
}

.wizard-header[b-uv4khv4rbb] {
    background: white;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    flex-shrink: 0;
    position: relative;
    z-index: 10;
}

.customer-logo[b-uv4khv4rbb] {
    max-height: 80px;
    width: auto;
}

.wizard-main[b-uv4khv4rbb] {
    flex: 1 1 0%;
    padding: 20px;
    padding-bottom: 80px; /* WICHTIG: Platz f�r Footer + Extra-Abstand */
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.wizard-footer[b-uv4khv4rbb] {
    background: #003f6b;
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    flex-shrink: 0;
    position: relative;
    z-index: 10;
}

/* Mobile spezifische Anpassungen */
@media (max-width: 768px) {
    .wizard-container[b-uv4khv4rbb] {
        height: calc(100vh - env(safe-area-inset-bottom));
    }
    
    .wizard-main[b-uv4khv4rbb] {
        padding: 10px;
        padding-bottom: 100px; /* Mehr Platz auf Mobile */
    }
    
    .customer-logo[b-uv4khv4rbb] {
        max-height: 60px;
    }
    
    .wizard-header[b-uv4khv4rbb] {
        padding: 15px;
    }
    
    .wizard-footer[b-uv4khv4rbb] {
        padding: 12px;
        font-size: 12px;
    }
}
/* /Components/Pages/BookingWizard.razor.rz.scp.css */
/* ========== Icons ========== */
.icon-boat input[b-r4a4i5qdfh],
.icon-boat .dxbl-edit-area[b-r4a4i5qdfh] {
    padding-left: 35px;
    background-image: url('/images/MarinaPay_Icon_Bootsname.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 18px 18px;
}

.icon-email input[b-r4a4i5qdfh],
.icon-email .dxbl-edit-area[b-r4a4i5qdfh] {
    padding-left: 35px;
    background-image: url('/images/MarinaPay_Icon_Email.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 18px 18px;
}

/* ========== Wizard Layout ========== */
.wizard-layout[b-r4a4i5qdfh] {
    max-width: 980px;
    margin: 0 auto;
    padding: 16px;
    position: relative;
    z-index: 1;
}

.wizard-header .progress[b-r4a4i5qdfh] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    color: #6b7280;
}

.wizard-header .step.active[b-r4a4i5qdfh] {
    color: #003f6b;
    font-weight: 600;
}

.wizard-header .sep[b-r4a4i5qdfh] {
    color: #9ca3af;
}

.wizard-actions[b-r4a4i5qdfh] {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    position: sticky;
    bottom: 0;
    background: white;
    padding: 12px 20px;
    border-top: 1px solid #ddd;
}

.nav-btn[b-r4a4i5qdfh] {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.nav-icon[b-r4a4i5qdfh] {
    width: 48px;
    height: auto;
    cursor: pointer;
}

/* ========== Landing / Footer ========== */
.landing[b-r4a4i5qdfh] {
    text-align: center;
}

.customer-logo[b-r4a4i5qdfh] {
    max-width: 220px;
    margin: 8px auto 16px;
}

.harbor-thumb[b-r4a4i5qdfh] {
    max-width: 100%;
    border-radius: 8px;
    margin: 16px 0;
}

.footer[b-r4a4i5qdfh] {
    margin-top: 24px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    color: #6b7280;
}

.footer-logo[b-r4a4i5qdfh] {
    max-width: 140px;
}

/* ========== Landing Hero (Modern Design) ========== */
.landing-hero[b-r4a4i5qdfh] {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    background: linear-gradient(135deg, #003f6b 0%, #0066a1 50%, #00a3e0 100%);
    animation: gradientShift-b-r4a4i5qdfh 15s ease infinite;
    background-size: 200% 200%;
    border-radius: 12px;
    margin-bottom: 2rem;
}

@keyframes gradientShift-b-r4a4i5qdfh {
    0%, 100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.hero-content[b-r4a4i5qdfh] {
    max-width: 800px;
    width: 100%;
    text-align: center;
    animation: fadeInUp-b-r4a4i5qdfh 0.8s ease-out;
}

@keyframes fadeInUp-b-r4a4i5qdfh {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-badge[b-r4a4i5qdfh] {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
    animation: pulse-b-r4a4i5qdfh 2s ease-in-out infinite;
}

@keyframes pulse-b-r4a4i5qdfh {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.hero-badge span[b-r4a4i5qdfh] {
    color: white;
    font-weight: 600;
    font-size: 1rem;
}

.hero-title[b-r4a4i5qdfh] {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin: 0 0 0.75rem 0;
    line-height: 1.2;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-subtitle[b-r4a4i5qdfh] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 2rem 0;
    line-height: 1.6;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-image-container[b-r4a4i5qdfh] {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    margin: 0 auto 3rem auto;
    max-width: 600px;
    animation: floatAnimation-b-r4a4i5qdfh 6s ease-in-out infinite;
}

@keyframes floatAnimation-b-r4a4i5qdfh {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.hero-image[b-r4a4i5qdfh] {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.hero-features[b-r4a4i5qdfh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.feature-item[b-r4a4i5qdfh] {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

    .feature-item:hover[b-r4a4i5qdfh] {
        background: rgba(255, 255, 255, 0.25);
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

.feature-icon[b-r4a4i5qdfh] {
    font-size: 2.5rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.feature-text[b-r4a4i5qdfh] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

    .feature-text strong[b-r4a4i5qdfh] {
        color: white;
        font-size: 1.1rem;
        font-weight: 700;
    }

    .feature-text span[b-r4a4i5qdfh] {
        color: rgba(255, 255, 255, 0.85);
        font-size: 0.9rem;
    }

.hero-cta-button[b-r4a4i5qdfh] {
    background: white;
    color: #003f6b;
    border: none;
    padding: 1.25rem 3rem;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

    .hero-cta-button:hover[b-r4a4i5qdfh] {
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
        background: #f8f9fa;
    }

    .hero-cta-button svg[b-r4a4i5qdfh] {
        transition: transform 0.3s ease;
    }

    .hero-cta-button:hover svg[b-r4a4i5qdfh] {
        transform: translateX(5px);
    }

.hero-hint[b-r4a4i5qdfh] {
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
}

    .hero-hint small[b-r4a4i5qdfh] {
        font-size: 1rem;
        padding: 0.5rem 1rem;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 20px;
        display: inline-block;
    }

/* ========== Ship Step (Modern Design) ========== */
.ship-step-container[b-r4a4i5qdfh] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.step-header[b-r4a4i5qdfh] {
    text-align: center;
    margin-bottom: 3rem;
}

.step-icon[b-r4a4i5qdfh] {
    font-size: 4rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.step-title[b-r4a4i5qdfh] {
    font-size: 2rem;
    font-weight: 700;
    color: #003f6b;
    margin-bottom: 0.5rem;
}

.step-subtitle[b-r4a4i5qdfh] {
    font-size: 1.1rem;
    color: #6b7280;
}

.ship-form-grid[b-r4a4i5qdfh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.input-card[b-r4a4i5qdfh] {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #e9ecef;
    border-radius: 16px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

    .input-card:hover[b-r4a4i5qdfh] {
        border-color: #003f6b;
        box-shadow: 0 8px 24px rgba(0, 63, 107, 0.12);
        transform: translateY(-2px);
    }

.input-card-header[b-r4a4i5qdfh] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.input-icon[b-r4a4i5qdfh] {
    font-size: 2rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.input-header-text h4[b-r4a4i5qdfh] {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #003f6b;
}

.input-hint[b-r4a4i5qdfh] {
    font-size: 0.9rem;
    color: #6b7280;
}

.slider-wrapper[b-r4a4i5qdfh] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.modern-slider[b-r4a4i5qdfh] {
    width: 100%;
    height: 8px;
    border-radius: 10px;
    background: linear-gradient(to right, #0066a1, #00a3e0);
    outline: none;
    -webkit-appearance: none;
}

    .modern-slider[b-r4a4i5qdfh]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: white;
        border: 3px solid #003f6b;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        transition: all 0.2s ease;
    }

        .modern-slider[b-r4a4i5qdfh]::-webkit-slider-thumb:hover {
            transform: scale(1.2);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        }

.slider-display[b-r4a4i5qdfh] {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
}

.slider-value-large[b-r4a4i5qdfh] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #003f6b;
}

.slider-unit[b-r4a4i5qdfh] {
    font-size: 1.2rem;
    color: #6b7280;
}

.slider-minmax[b-r4a4i5qdfh] {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #6b7280;
}

.date-picker-wrapper[b-r4a4i5qdfh] {
    padding: 0.5rem 0;
}

.info-box[b-r4a4i5qdfh] {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-left: 4px solid #003f6b;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    gap: 1rem;
    align-items: start;
}

.info-icon[b-r4a4i5qdfh] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.info-content[b-r4a4i5qdfh] {
    flex: 1;
}

/* ========== Berths Step ========== */
.berths-container[b-r4a4i5qdfh] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

    .berths-container h3[b-r4a4i5qdfh] {
        font-size: 1.8rem;
        font-weight: 700;
        color: #003f6b;
        margin-bottom: 2rem;
        text-align: center;
    }

.berths-grid[b-r4a4i5qdfh] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.berth-card[b-r4a4i5qdfh] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .berth-card:hover[b-r4a4i5qdfh] {
        border-color: #003f6b;
        box-shadow: 0 8px 24px rgba(0, 63, 107, 0.12);
        transform: translateY(-4px);
    }

    .berth-card.selected[b-r4a4i5qdfh] {
        border-color: #003f6b;
        background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%);
        box-shadow: 0 8px 24px rgba(0, 63, 107, 0.2);
    }

.berth-header[b-r4a4i5qdfh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

    .berth-header h4[b-r4a4i5qdfh] {
        font-size: 1.3rem;
        font-weight: 600;
        color: #003f6b;
        margin: 0;
    }

.selected-badge[b-r4a4i5qdfh] {
    background: #003f6b;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.berth-details[b-r4a4i5qdfh] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.berth-detail-item[b-r4a4i5qdfh] {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
}

    .berth-detail-item .label[b-r4a4i5qdfh] {
        color: #6b7280;
        font-weight: 500;
    }

    .berth-detail-item .value[b-r4a4i5qdfh] {
        color: #003f6b;
        font-weight: 600;
    }

    .berth-detail-item.price .value[b-r4a4i5qdfh] {
        font-size: 1.2rem;
        color: #00a3e0;
    }

.berth-footer[b-r4a4i5qdfh] {
    text-align: center;
}

.select-btn[b-r4a4i5qdfh] {
    background: #003f6b;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

    .select-btn:hover[b-r4a4i5qdfh] {
        background: #0066a1;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 63, 107, 0.3);
    }

.berth-card.selected .select-btn[b-r4a4i5qdfh] {
    background: #00a3e0;
}

.no-berths[b-r4a4i5qdfh] {
    text-align: center;
    padding: 3rem;
    color: #6b7280;
}

/* ========== Customer Step ========== */
.customer-step-container[b-r4a4i5qdfh] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.validation-alert[b-r4a4i5qdfh] {
    background: #fee;
    border: 2px solid #fcc;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    display: flex;
    gap: 1rem;
}

.alert-icon[b-r4a4i5qdfh] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.alert-content strong[b-r4a4i5qdfh] {
    color: #c33;
    display: block;
    margin-bottom: 0.5rem;
}

.alert-content ul[b-r4a4i5qdfh] {
    margin: 0.5rem 0 0 0;
    padding-left: 1.5rem;
    color: #c33;
}

.customer-form-grid[b-r4a4i5qdfh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.form-section[b-r4a4i5qdfh] {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
}

    .form-section.full-width[b-r4a4i5qdfh] {
        grid-column: 1 / -1;
    }

.section-header[b-r4a4i5qdfh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.section-icon[b-r4a4i5qdfh] {
    font-size: 1.5rem;
}

.section-header h3[b-r4a4i5qdfh] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
    color: #003f6b;
}

.input-group[b-r4a4i5qdfh] {
    margin-bottom: 1.5rem;
}

.input-label[b-r4a4i5qdfh] {
    display: block;
    font-weight: 600;
    color: #003f6b;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.address-grid[b-r4a4i5qdfh] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

    .address-grid .input-group:first-child[b-r4a4i5qdfh] {
        grid-column: 1 / -1;
    }

@media (min-width: 640px) {
    .address-grid[b-r4a4i5qdfh] {
        grid-template-columns: 1fr 2fr;
    }
}

.contact-grid[b-r4a4i5qdfh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

/* ========== Payment Step ========== */
.payment-step-container[b-r4a4i5qdfh] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.booking-summary-card[b-r4a4i5qdfh] {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #e9ecef;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.summary-header[b-r4a4i5qdfh] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.summary-icon[b-r4a4i5qdfh] {
    font-size: 2rem;
}

.summary-header h3[b-r4a4i5qdfh] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #003f6b;
}

.summary-content[b-r4a4i5qdfh] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.summary-row[b-r4a4i5qdfh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.summary-item[b-r4a4i5qdfh] {
    display: flex;
    gap: 1rem;
    align-items: start;
}

.item-icon[b-r4a4i5qdfh] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.item-details[b-r4a4i5qdfh] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.item-label[b-r4a4i5qdfh] {
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 500;
}

.item-value[b-r4a4i5qdfh] {
    font-size: 1.1rem;
    color: #003f6b;
    font-weight: 600;
}

.summary-divider[b-r4a4i5qdfh] {
    height: 2px;
    background: linear-gradient(to right, transparent, #e9ecef, transparent);
    margin: 1rem 0;
}

.summary-total[b-r4a4i5qdfh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, #003f6b 0%, #0066a1 100%);
    border-radius: 12px;
    color: white;
}

.total-label[b-r4a4i5qdfh] {
    font-size: 1.3rem;
    font-weight: 600;
}

.total-value[b-r4a4i5qdfh] {
    font-size: 2rem;
    font-weight: 700;
}

.price-note[b-r4a4i5qdfh] {
    text-align: center;
    color: #6b7280;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.payment-methods-section[b-r4a4i5qdfh] {
    margin-bottom: 2rem;
}

.payment-section-header[b-r4a4i5qdfh] {
    text-align: center;
    margin-bottom: 2rem;
}

    .payment-section-header h3[b-r4a4i5qdfh] {
        font-size: 1.5rem;
        font-weight: 700;
        color: #003f6b;
        margin-bottom: 0.5rem;
    }

    .payment-section-header p[b-r4a4i5qdfh] {
        color: #6b7280;
    }

/* ========== Legal Consent ========== */
.legal-consent-section[b-r4a4i5qdfh] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e5e7eb;
}

.legal-checkbox-label[b-r4a4i5qdfh] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    font-size: 1rem;
    color: #374151;
    cursor: pointer;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    user-select: none;
}

.legal-checkbox-label:active[b-r4a4i5qdfh] {
    background: #f0f4ff;
}

.legal-checkbox-label input[type="checkbox"][b-r4a4i5qdfh] {
    width: 1.6rem;
    height: 1.6rem;
    cursor: pointer;
    accent-color: #003f6b;
    flex-shrink: 0;
}

.legal-checkbox-label a[b-r4a4i5qdfh] {
    color: #003f6b;
    text-decoration: underline;
}

.payment-option:disabled[b-r4a4i5qdfh] {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}
.payment-options[b-r4a4i5qdfh] {
    display: grid;
    gap: 1.5rem;
}

.payment-option[b-r4a4i5qdfh] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-align: left;
}

    .payment-option:hover[b-r4a4i5qdfh] {
        border-color: #003f6b;
        box-shadow: 0 8px 24px rgba(0, 63, 107, 0.12);
        transform: translateY(-2px);
    }

.payment-option-content[b-r4a4i5qdfh] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.payment-icon[b-r4a4i5qdfh] {
    font-size: 2rem;
    flex-shrink: 0;
}

.payment-details[b-r4a4i5qdfh] {
    flex: 1;
}

.payment-name[b-r4a4i5qdfh] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #003f6b;
    margin-bottom: 0.25rem;
}

.payment-description[b-r4a4i5qdfh] {
    font-size: 0.9rem;
    color: #6b7280;
}

.payment-arrow[b-r4a4i5qdfh] {
    font-size: 1.5rem;
    color: #003f6b;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.payment-option:hover .payment-arrow[b-r4a4i5qdfh] {
    opacity: 1;
    transform: translateX(5px);
}

.trust-badges[b-r4a4i5qdfh] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.trust-badge[b-r4a4i5qdfh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7280;
}

.badge-icon[b-r4a4i5qdfh] {
    color: #00a3e0;
    font-weight: 700;
}

.badge-text[b-r4a4i5qdfh] {
    font-size: 0.9rem;
    font-weight: 500;
}

/* ========== Confirm Step ========== */
.confirm[b-r4a4i5qdfh] {
    background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%);
    border: 2px solid #003f6b;
    border-radius: 16px;
    padding: 3rem;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 63, 107, 0.12);
}

    .confirm h2[b-r4a4i5qdfh] {
        font-size: 2rem;
        font-weight: 700;
        color: #003f6b;
        margin-bottom: 1.5rem;
    }

    .confirm p[b-r4a4i5qdfh] {
        font-size: 1.1rem;
        color: #6b7280;
        line-height: 1.6;
    }

    .confirm strong[b-r4a4i5qdfh] {
        color: #003f6b;
        font-size: 1.3rem;
    }

/* ========== Mobile Responsive ========== */
@media (max-width: 768px) {
    .wizard-layout[b-r4a4i5qdfh] {
        padding: 1rem;
    }

    .hero-title[b-r4a4i5qdfh] {
        font-size: 1.75rem;
    }

    .hero-subtitle[b-r4a4i5qdfh] {
        font-size: 0.95rem;
    }

    .hero-features[b-r4a4i5qdfh] {
        grid-template-columns: 1fr;
    }

    .ship-form-grid[b-r4a4i5qdfh] {
        grid-template-columns: 1fr;
    }

    .berths-grid[b-r4a4i5qdfh] {
        grid-template-columns: 1fr;
    }

    .customer-form-grid[b-r4a4i5qdfh] {
        grid-template-columns: 1fr;
    }

    .summary-row[b-r4a4i5qdfh] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/BookingWizardWoMo.razor.rz.scp.css */
.spinner-controls[b-ijs8mpfg50] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
}

.spinner-label[b-ijs8mpfg50] {
    flex: 0 0 100px;
    font-size: 1.1em;
    font-weight: 500;
    color: #333;
}

.spinner-btn[b-ijs8mpfg50] {
    min-width: 60px !important;
    min-height: 60px !important;
    font-size: 28px !important;
    border-radius: 12px !important;
    flex-shrink: 0;
}

    .spinner-btn.minus[b-ijs8mpfg50] {
        background: #6c757d !important;
    }

    .spinner-btn.plus[b-ijs8mpfg50] {
        background: #007bff !important;
    }

.spinner-input[b-ijs8mpfg50] {
    flex: 1;
    min-width: 0;
    text-align: center;
}

/* DxSpinEdit Text zentrieren */
.spinner-input input[b-ijs8mpfg50] {
    text-align: center !important;
    font-size: 1.3em !important;
    font-weight: 600 !important;
}



.icon-boat input[b-ijs8mpfg50],
.icon-boat .dxbl-edit-area[b-ijs8mpfg50] {
    padding-left: 35px;
    background-image: url('/images/MarinaPay_Icon_Bootsname.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 18px 18px;
}

.icon-email input[b-ijs8mpfg50],
.icon-email .dxbl-edit-area[b-ijs8mpfg50] {
    padding-left: 35px;
    background-image: url('/images/MarinaPay_Icon_Email.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 18px 18px;
}


.wizard-layout[b-ijs8mpfg50] {
    max-width: 980px;
    margin: 0 auto;
    padding: 16px
}

.wizard-header .progress[b-ijs8mpfg50] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    color: #6b7280
}

.wizard-header .step.active[b-ijs8mpfg50] {
    color: #003f6b;
    font-weight: 600
}

.wizard-header .sep[b-ijs8mpfg50] {
    color: #9ca3af
}

.wizard-actions[b-ijs8mpfg50] {
    display: flex;
    justify-content: space-between;
    margin-top: 16px
}

.landing[b-ijs8mpfg50] {
    text-align: center
}

.customer-logo[b-ijs8mpfg50] {
    max-width: 220px;
    margin: 8px auto 16px
}

.harbor-thumb[b-ijs8mpfg50] {
    max-width: 100%;
    border-radius: 8px;
    margin: 16px 0
}

.footer[b-ijs8mpfg50] {
    margin-top: 24px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    color: #6b7280
}

.footer-logo[b-ijs8mpfg50] {
    max-width: 140px
}


.slider-container[b-ijs8mpfg50] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.slider-container input[type=range][b-ijs8mpfg50] {
    width: 100%;
    accent-color: #0078d4; /* DevExpress Primary */
}

.slider-value[b-ijs8mpfg50] {
    font-weight: 600;
    text-align: center;
    color: #003f6b;
}

.wizard-actions[b-ijs8mpfg50] {
    position: sticky;
    bottom: 0;
    background: white;
    padding: 12px 20px;
    border-top: 1px solid #ddd;
}

.nav-btn[b-ijs8mpfg50] {
    background: transparent;
    border: none;
    padding: 0;
}

.nav-icon[b-ijs8mpfg50] {
    width: 48px; /* Größe anpassen */
    height: auto;
    cursor: pointer;
}

.button-nav-group[b-ijs8mpfg50] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 40px; /* Extra Abstand für Footer */
}

.button-nav-group .nav-btn[b-ijs8mpfg50] {
    background: transparent;
    border: none;
    padding: 0;
}

.button-nav-group .nav-btn:first-child[b-ijs8mpfg50] {
    margin-right: auto; /* Drückt den Button nach links */
}

.button-nav-group .nav-btn:last-child[b-ijs8mpfg50] {
    margin-left: auto; /* Drückt den Button nach rechts */
}

/* Button Navigation - Mobile zuerst */
.button-nav-group[b-ijs8mpfg50] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin: 30px 0 60px 0;
    padding: 15px 0;
    background: white;
}

.nav-btn-mobile[b-ijs8mpfg50] {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    flex: 0 0 auto;
}

.nav-btn-mobile:disabled[b-ijs8mpfg50] {
    opacity: 0.5;
    cursor: not-allowed;
}

.nav-icon[b-ijs8mpfg50] {
    height: 50px;
    width: auto;
    display: block;
    max-width: 100%;
}

/* DevExpress Button Override (falls du sie behalten willst) */
[b-ijs8mpfg50] .nav-btn {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

[b-ijs8mpfg50] .nav-btn img {
    height: 50px !important;
    width: auto !important;
}

/* ======== Landing Hero ======== */
.landing-hero[b-ijs8mpfg50] {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: linear-gradient(135deg, #003f6b 0%, #0066a1 50%, #00a3e0 100%);
    animation: gradientShift-b-ijs8mpfg50 15s ease infinite;
    background-size: 200% 200%;
}

@keyframes gradientShift-b-ijs8mpfg50 {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* NEU: Gemeinsamer Hintergrund für alle Steps */
.landing[b-ijs8mpfg50],
.kennzeichen-step[b-ijs8mpfg50],
.kurtaxe-step[b-ijs8mpfg50],
.payment[b-ijs8mpfg50],
.confirm[b-ijs8mpfg50] {
    min-height: 100vh;
    padding: 2rem 1rem;
    background: linear-gradient(135deg, #003f6b 0%, #0066a1 50%, #00a3e0 100%);
    animation: gradientShift-b-ijs8mpfg50 15s ease infinite;
    background-size: 200% 200%;
}

/* Container für Forms mit weißem Hintergrund */
.landing h1[b-ijs8mpfg50],
.kennzeichen-step h1[b-ijs8mpfg50],
.kurtaxe-step h1[b-ijs8mpfg50] {
    color: white;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.kennzeichen-step p[b-ijs8mpfg50],
.kurtaxe-step p[b-ijs8mpfg50] {
    color: rgba(255, 255, 255, 0.95);
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

/* Weiße Container für Forms */
.kennzeichen-step .dxbl-form-layout[b-ijs8mpfg50],
.kurtaxe-step .dxbl-form-layout[b-ijs8mpfg50],
.landing .dxbl-form-layout[b-ijs8mpfg50] {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 800px;
    margin: 0 auto 2rem auto;
}

/* Payment Step Styling */
.payment[b-ijs8mpfg50] {
    max-width: 900px;
    margin: 0 auto;
}

.payment h3[b-ijs8mpfg50] {
    color: white;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.payment .summary[b-ijs8mpfg50],
.payment .invoice-items[b-ijs8mpfg50] {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5rem;
}

.payment .payment-buttons[b-ijs8mpfg50] {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Confirm Step Styling */
.confirm[b-ijs8mpfg50] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.confirm h2[b-ijs8mpfg50] {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.confirm p[b-ijs8mpfg50] {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.confirm strong[b-ijs8mpfg50] {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 10px;
    display: inline-block;
    margin-top: 1rem;
}

.hero-content[b-ijs8mpfg50] {
    max-width: 800px;
    width: 100%;
    text-align: center;
    animation: fadeInUp-b-ijs8mpfg50 0.8s ease-out;
}

@keyframes fadeInUp-b-ijs8mpfg50 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-badge[b-ijs8mpfg50] {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
    animation: pulse-b-ijs8mpfg50 2s ease-in-out infinite;
}

@keyframes pulse-b-ijs8mpfg50 {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.hero-badge span[b-ijs8mpfg50] {
    color: white;
    font-weight: 600;
    font-size: 1rem;
}

.hero-title[b-ijs8mpfg50] {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin: 0 0 0.75rem 0;
    line-height: 1.2;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-subtitle[b-ijs8mpfg50] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 2rem 0;
    line-height: 1.6;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-features[b-ijs8mpfg50] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.feature-item[b-ijs8mpfg50] {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.feature-item:hover[b-ijs8mpfg50] {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.feature-icon[b-ijs8mpfg50] {
    font-size: 2.5rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    animation: iconFloat-b-ijs8mpfg50 3s ease-in-out infinite;
}

@keyframes iconFloat-b-ijs8mpfg50 {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-5px); }
}

.feature-text[b-ijs8mpfg50] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.feature-text strong[b-ijs8mpfg50] {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
}

.feature-text span[b-ijs8mpfg50] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
}

.hero-cta-button[b-ijs8mpfg50] {
    background: white;
    color: #003f6b;
    border: none;
    padding: 1.25rem 3rem;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.hero-cta-button[b-ijs8mpfg50]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.hero-cta-button:hover[b-ijs8mpfg50]::before {
    left: 100%;
}

.hero-cta-button:hover[b-ijs8mpfg50] {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    background: #f8f9fa;
}

.hero-cta-button:active[b-ijs8mpfg50] {
    transform: translateY(-1px) scale(1.02);
}

.hero-cta-button svg[b-ijs8mpfg50] {
    transition: transform 0.3s ease;
}

.hero-cta-button:hover svg[b-ijs8mpfg50] {
    transform: translateX(5px);
}

.hero-hint[b-ijs8mpfg50] {
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.hero-hint small[b-ijs8mpfg50] {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    display: inline-block;
}

/* Button Navigation Group */
.button-nav-group[b-ijs8mpfg50] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1rem;
}

.nav-btn-mobile[b-ijs8mpfg50] {
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-btn-mobile:hover[b-ijs8mpfg50] {
    transform: scale(1.1);
    filter: drop-shadow(0 5px 15px rgba(255, 255, 255, 0.3));
}

.nav-btn-mobile:disabled[b-ijs8mpfg50] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ======== Mobile Responsive ======== */
@media (max-width: 768px) {
    .landing-hero[b-ijs8mpfg50],
    .landing[b-ijs8mpfg50],
    .kennzeichen-step[b-ijs8mpfg50],
    .kurtaxe-step[b-ijs8mpfg50],
    .payment[b-ijs8mpfg50],
    .confirm[b-ijs8mpfg50] {
        padding: 1.5rem 1rem;
    }

    .hero-title[b-ijs8mpfg50],
    .landing h1[b-ijs8mpfg50],
    .kennzeichen-step h1[b-ijs8mpfg50],
    .kurtaxe-step h1[b-ijs8mpfg50] {
        font-size: 1.75rem;
    }

    .hero-subtitle[b-ijs8mpfg50] {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .hero-features[b-ijs8mpfg50] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .hero-cta-button[b-ijs8mpfg50] {
        padding: 1rem 2rem;
        font-size: 1.1rem;
        width: 100%;
        justify-content: center;
    }

    .feature-icon[b-ijs8mpfg50] {
        font-size: 2rem;
    }

    .feature-item[b-ijs8mpfg50] {
        padding: 1.25rem;
    }

    .kennzeichen-step .dxbl-form-layout[b-ijs8mpfg50],
    .kurtaxe-step .dxbl-form-layout[b-ijs8mpfg50],
    .landing .dxbl-form-layout[b-ijs8mpfg50] {
        padding: 1.5rem;
    }

    .payment .summary[b-ijs8mpfg50],
    .payment .invoice-items[b-ijs8mpfg50],
    .payment .payment-buttons[b-ijs8mpfg50] {
        padding: 1.5rem;
    }
}

/* ======== Kompakte Variante für iframe ======== */
@media (max-height: 800px) {
    .landing-hero[b-ijs8mpfg50] {
        padding: 1.5rem 1rem;
    }

    .hero-title[b-ijs8mpfg50] {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    .hero-subtitle[b-ijs8mpfg50] {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .hero-features[b-ijs8mpfg50] {
        margin-bottom: 2rem;
    }

    .hero-badge[b-ijs8mpfg50] {
        margin-bottom: 1rem;
    }
}

/* Custom Icons für FormLayoutGroup Headers - mit SVG Data URLs */
.custom-icon-person[b-ijs8mpfg50] {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23003f6b'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-icon-home[b-ijs8mpfg50] {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23003f6b'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-icon-contact[b-ijs8mpfg50] {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23003f6b'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* /Components/Pages/Counter.razor.rz.scp.css */
.counter-block[b-mqxk5qnl4p] {
    display: flex;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    flex-direction: column;
    border-radius: 1rem;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    width: 16.875rem;
    height: 17rem;
    position: relative;
}

    .counter-block .counter-content[b-mqxk5qnl4p] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .counter-block .counter-count[b-mqxk5qnl4p] {
        font-size: 7.5rem;
        font-weight: 400;
        line-height: 7.75rem;
    }

    .counter-block .counter-block-back[b-mqxk5qnl4p] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color, var(--dxds-color-content-neutral-default-rest));
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* /Components/Pages/Index.razor.rz.scp.css */
[b-8i6edskyxe] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-8i6edskyxe] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-8i6edskyxe] .title {
    text-align: center;
}

[b-8i6edskyxe] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-8i6edskyxe] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color, var(--dxds-primary-90));
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-8i6edskyxe] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-8i6edskyxe] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-8i6edskyxe] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-8i6edskyxe] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color, var(--dxds-color-content-neutral-default-rest));
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* /Components/Pages/PaymentCancel.razor.rz.scp.css */
.payment-cancel[b-ic6yru1vet] {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
}

.cancel-actions[b-ic6yru1vet] {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}
/* /Components/Pages/PaymentError.razor.rz.scp.css */
.payment-error[b-xyjvekjfmd] {
    max-width: 760px;
    margin: 0 auto;
    padding: 36px 16px;
    text-align: center;
}

    .payment-error .error-actions[b-xyjvekjfmd] {
        display: flex;
        gap: 12px;
        justify-content: center;
        margin-top: 24px;
    }

.tech-details[b-xyjvekjfmd] {
    margin: 16px auto 4px;
    padding: 12px 14px;
    max-width: 560px;
    text-align: left;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff7f7;
    color: #7f1d1d;
}
/* /Components/Pages/TagesliegerWizard.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════
   TagesliegerWizard – scoped styles
   Kompaktes, mobil-freundliches Design
   ══════════════════════════════════════════════════════════ */

.tl-wizard[b-se7p2xvitz] {
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    overflow: visible;
}

/* ── Landing Hero ───────────────────────────────────────── */

.customer-logo[b-se7p2xvitz] {
    max-width: 220px;
    margin: 8px auto 16px;
}

.tl-landing-hero[b-se7p2xvitz] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 28px 20px 24px;
    color: #fff;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.tl-hero-badge[b-se7p2xvitz] {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}

.tl-hero-title[b-se7p2xvitz] {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 8px;
}

.tl-hero-subtitle[b-se7p2xvitz] {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0 0 20px;
    line-height: 1.5;
}

/* ── Berth info grid ────────────────────────────────────── */
.tl-berth-info-grid[b-se7p2xvitz] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.tl-info-card[b-se7p2xvitz] {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 10px;
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.tl-info-label[b-se7p2xvitz] {
    font-size: 0.72rem;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.tl-info-value[b-se7p2xvitz] {
    font-size: 1.1rem;
    font-weight: 700;
}

/* ── Features ───────────────────────────────────────────── */
.tl-hero-features[b-se7p2xvitz] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 22px;
    text-align: left;
}

.tl-feature-item[b-se7p2xvitz] {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: 10px 14px;
}

.tl-feature-icon[b-se7p2xvitz] {
    font-size: 1.3rem;
    flex-shrink: 0;
}

.tl-feature-text[b-se7p2xvitz] {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.tl-feature-text strong[b-se7p2xvitz] { font-size: 0.9rem; }
.tl-feature-text span[b-se7p2xvitz]   { font-size: 0.78rem; opacity: 0.85; }

/* ── CTA Button ─────────────────────────────────────────── */
.tl-cta-button[b-se7p2xvitz] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #003f6b;
    border: none;
    border-radius: 30px;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(0,0,0,0.18);
    transition: transform .15s, box-shadow .15s;
    margin-bottom: 12px;
}

.tl-cta-button:hover[b-se7p2xvitz] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.22);
}

.tl-hero-hint[b-se7p2xvitz] {
    opacity: 0.75;
    font-size: 0.8rem;
    margin: 0;
}

/* ── Error card ─────────────────────────────────────────── */
.tl-error-card[b-se7p2xvitz] {
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #ffc107;
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    color: #856404;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.tl-error-icon[b-se7p2xvitz] {
    font-size: 2.5rem;
    margin-bottom: 12px;
}

.tl-error-card h2[b-se7p2xvitz] { color: #856404; }

/* ── Step Cards ─────────────────────────────────────────── */
.tl-step-card[b-se7p2xvitz] {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    padding: 20px 16px 16px;
    border: 1px solid rgba(255,255,255,0.4);
}

.tl-step-header[b-se7p2xvitz] {
    margin-bottom: 18px;
    text-align: center;
}

.tl-step-badge[b-se7p2xvitz] {
    display: inline-block;
    background: #e8f4fd;
    color: #003f6b;
    border-radius: 14px;
    padding: 3px 12px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.tl-step-header h2[b-se7p2xvitz] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #003f6b;
    margin: 0;
}

/* ── Validation summary ───────────────────────────────────── */
.tl-validation-summary[b-se7p2xvitz] {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    padding: 12px 16px;
    color: #721c24;
    margin-bottom: 16px;
    font-size: 0.88rem;
}

.tl-validation-summary ul[b-se7p2xvitz] {
    margin: 6px 0 0;
    padding-left: 18px;
}

/* ── Summary box ─────────────────────────────────────────── */
.tl-summary-box[b-se7p2xvitz] {
    background: #f0f7ff;
    border: 1px solid #b8d9f5;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tl-summary-row[b-se7p2xvitz] {
    display: flex;
    justify-content: space-between;
    font-size: 0.88rem;
    color: #374151;
}

.tl-summary-row span[b-se7p2xvitz] { color: #6b7280; }
.tl-summary-row strong[b-se7p2xvitz] { color: #003f6b; }

/* ── Invoice list ────────────────────────────────────────── */
.tl-invoice-list[b-se7p2xvitz] {
    margin-bottom: 20px;
}

.tl-invoice-item[b-se7p2xvitz] {
    display: flex;
    justify-content: space-between;
    padding: 10px 14px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.tl-inv-desc[b-se7p2xvitz] { color: #374151; flex: 1; }
.tl-inv-amount[b-se7p2xvitz] { font-weight: 700; color: #003f6b; white-space: nowrap; margin-left: 12px; }

.tl-invoice-total[b-se7p2xvitz] {
    display: flex;
    justify-content: space-between;
    padding: 14px 16px;
    background: #003f6b;
    color: #fff;
    border-radius: 10px;
    font-size: 1.05rem;
    font-weight: 700;
    margin-top: 4px;
}

/* ── Legal Consent ──────────────────────────────────────────────────────── */
.legal-consent-section[b-se7p2xvitz] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 1.25rem 0;
    padding-top: 1.25rem;
    border-top: 1px solid #e5e7eb;
}

.legal-checkbox-label[b-se7p2xvitz] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    font-size: 1rem;
    color: #374151;
    cursor: pointer;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    user-select: none;
}

.legal-checkbox-label:active[b-se7p2xvitz] { background: #f0f4ff; }

.legal-checkbox-label input[type="checkbox"][b-se7p2xvitz] {
    width: 1.6rem;
    height: 1.6rem;
    cursor: pointer;
    accent-color: #0078d4;
    flex-shrink: 0;
}

.legal-checkbox-label a[b-se7p2xvitz] { color: #0078d4; text-decoration: underline; }

/* ── Payment buttons ─────────────────────────────────────── */
.tl-payment-buttons[b-se7p2xvitz] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}

.tl-btn-paypal[b-se7p2xvitz], .tl-btn-stripe[b-se7p2xvitz], .tl-btn-saferpay[b-se7p2xvitz] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .15s;
}

.tl-btn-paypal[b-se7p2xvitz] {
    background: #ffc439;
    color: #003087;
    box-shadow: 0 2px 8px rgba(0,48,135,0.15);
}

.tl-btn-stripe[b-se7p2xvitz] {
    background: #635bff;
    color: #fff;
    box-shadow: 0 2px 8px rgba(99,91,255,0.25);
}

.tl-btn-saferpay[b-se7p2xvitz] {
    background: #e30613;
    color: #fff;
    box-shadow: 0 2px 8px rgba(227,6,19,0.25);
}

.tl-btn-paypal:hover[b-se7p2xvitz], .tl-btn-stripe:hover[b-se7p2xvitz], .tl-btn-saferpay:hover[b-se7p2xvitz] { opacity: 0.9; }

.tl-btn-paypal:disabled[b-se7p2xvitz],
.tl-btn-stripe:disabled[b-se7p2xvitz],
.tl-btn-saferpay:disabled[b-se7p2xvitz] {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

.tl-back-link[b-se7p2xvitz] {
    text-align: center;
}

.tl-back-link button[b-se7p2xvitz] {
    background: none;
    border: none;
    color: #003f6b;
    text-decoration: underline;
    cursor: pointer;
    font-size: 0.9rem;
}

/* ── Section Header ─────────────────────────────────────── */
.tl-section-header[b-se7p2xvitz] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #003f6b;
    margin: 20px 0 8px;
    padding-bottom: 6px;
    border-bottom: 2px solid #cce0f5;
    letter-spacing: 0.3px;
}

/* ── Hero Stepper Card ──────────────────────────────────── */
.tl-hero-stepper-card[b-se7p2xvitz] {
    background: linear-gradient(135deg, #f0f6ff 0%, #ffffff 100%);
    border: 2px solid #cce0f5;
    border-radius: 16px;
    padding: 1.4rem 1.25rem 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tl-hero-stepper-card:hover[b-se7p2xvitz] {
    border-color: #003f6b;
    box-shadow: 0 6px 18px rgba(0, 63, 107, 0.12);
}

.tl-hero-stepper-label[b-se7p2xvitz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.1rem;
}

.tl-hero-stepper-icon[b-se7p2xvitz] {
    font-size: 1.7rem;
    line-height: 1;
}

.tl-hero-stepper-title[b-se7p2xvitz] {
    font-size: 1rem;
    font-weight: 700;
    color: #003f6b;
    line-height: 1.2;
}

.tl-hero-stepper-hint[b-se7p2xvitz] {
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 2px;
}

.tl-hero-stepper-controls[b-se7p2xvitz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 0.6rem;
}

.tl-hero-stepper-btn[b-se7p2xvitz] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: #003f6b;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 63, 107, 0.3);
    transition: background 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
    flex-shrink: 0;
    user-select: none;
}

.tl-hero-stepper-btn:hover[b-se7p2xvitz] {
    background: #005a9e;
    box-shadow: 0 6px 16px rgba(0, 63, 107, 0.4);
}

.tl-hero-stepper-btn:active[b-se7p2xvitz] {
    transform: scale(0.93);
    box-shadow: 0 2px 6px rgba(0, 63, 107, 0.25);
}

.tl-hero-stepper-value-wrap[b-se7p2xvitz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.tl-hero-stepper-value[b-se7p2xvitz] {
    font-size: 2.8rem;
    font-weight: 800;
    color: #003f6b;
    line-height: 1;
    letter-spacing: -1px;
}

.tl-hero-stepper-unit[b-se7p2xvitz] {
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 500;
    margin-top: 4px;
}

.tl-hero-stepper-range[b-se7p2xvitz] {
    text-align: center;
    font-size: 0.75rem;
    color: #9ca3af;
    margin-top: 4px;
}

/* ── Hero Input Card (Bootsname) ────────────────────────── */
.tl-hero-input-card[b-se7p2xvitz] {
    background: linear-gradient(135deg, #f0f6ff 0%, #ffffff 100%);
    border: 2px solid #cce0f5;
    border-radius: 16px;
    padding: 1.4rem 1.25rem 1.25rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tl-hero-input-card:focus-within[b-se7p2xvitz] {
    border-color: #003f6b;
    box-shadow: 0 6px 18px rgba(0,63,107,0.12);
}

.tl-hero-input-field[b-se7p2xvitz] {
    border: 2px solid #d1e9f7;
    border-radius: 10px;
    font-size: 1.15rem;
    font-weight: 600;
    color: #003f6b;
    background: #fff;
    margin-top: 0.75rem;
    transition: border-color 0.2s ease;
}

.tl-hero-input-field:focus[b-se7p2xvitz] {
    border-color: #003f6b;
    box-shadow: 0 0 0 3px rgba(0,63,107,0.12);
    outline: none;
}

/* ── Nav Buttons ────────────────────────────────────────── */
.tl-nav-b[b-se7p2xvitz] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
}

.tl-nav-next-full[b-se7p2xvitz] {
    width: 100%;
    padding: 16px;
    background: #003f6b;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 14px rgba(0,63,107,0.3);
    transition: background 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
}

.tl-nav-next-full:hover[b-se7p2xvitz] {
    background: #005a9e;
    box-shadow: 0 6px 18px rgba(0,63,107,0.4);
}

.tl-nav-next-full:active[b-se7p2xvitz] {
    transform: scale(0.98);
    box-shadow: 0 2px 8px rgba(0,63,107,0.2);
}

.tl-nav-arrow[b-se7p2xvitz] { font-size: 1.3rem; line-height: 1; }

.tl-nav-back-link[b-se7p2xvitz] {
    background: none;
    border: none;
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    padding: 6px;
    transition: color 0.15s ease;
}

.tl-nav-back-link:hover[b-se7p2xvitz] { color: #003f6b; }

/* ── Confirm ─────────────────────────────────────────────── */
.tl-confirm[b-se7p2xvitz] {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 16px;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255,255,255,0.4);
}

.tl-confirm-icon[b-se7p2xvitz] { font-size: 3rem; margin-bottom: 16px; }
.tl-confirm h2[b-se7p2xvitz] { color: #003f6b; font-size: 1.3rem; margin-bottom: 10px; }
.tl-confirm p[b-se7p2xvitz]  { color: #6b7280; font-size: 0.9rem; margin-bottom: 8px; }

.tl-booking-id[b-se7p2xvitz] {
    margin-top: 20px;
    background: #e8f4fd;
    border-radius: 8px;
    padding: 12px 16px;
    color: #003f6b;
    font-size: 0.95rem;
}
/* /Components/Shared/ScrollPicker.razor.rz.scp.css */
/* ScrollPicker.razor.css */
.scrollpicker[b-ghgub0j28d] {
    position: relative;
    width: 100%;
    max-width: 260px;
    outline: none;
}

    /* Feste Höhe = sichtbare Anzahl * Item-Höhe */
    .scrollpicker .list[b-ghgub0j28d] {
        height: calc(var(--visible) * var(--item-h)); /* statt max-height */
        overflow-y: auto;
        scroll-snap-type: y mandatory;
        border-radius: 8px;
        border: 1px solid #e5e7eb;
        background: #fff;
        scrollbar-width: thin;
    }

    .scrollpicker .item[b-ghgub0j28d] {
        height: var(--item-h);
        display: flex;
        align-items: center;
        justify-content: center;
        scroll-snap-align: center;
        font-size: 1rem;
        color: #374151;
    }

        .scrollpicker .item.active[b-ghgub0j28d] {
            font-weight: 600;
            color: #003f6b;
        }

    .scrollpicker .highlight-window[b-ghgub0j28d] {
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: var(--item-h);
        transform: translateY(-50%);
        border-top: 1px solid #0078d4;
        border-bottom: 1px solid #0078d4;
        background: linear-gradient(to bottom, rgba(0,120,212,0.06), rgba(0,120,212,0.06));
        border-radius: 4px;
    }
