@import '_content/DB.Zeitarbeit.BlazorUI/DB.Zeitarbeit.BlazorUI.bundle.scp.css';

/* /Pages/IndexPage.razor.rz.scp.css */
.public-landing-bg[b-tta29kyuj9] {
    position: fixed;
    inset: 0;
    z-index: 0;
    background-image: url("/images/FrontPageBackground.jpg");
    background-size: cover;
    background-position: center center;
}

.public-landing-layout[b-tta29kyuj9] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 32px 16px;
}

.public-landing-form-area[b-tta29kyuj9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 402px;
}

.public-landing-logo-box[b-tta29kyuj9] {
    display: flex;
    justify-content: center;
    width: 100%;
}

.public-landing-logo[b-tta29kyuj9] {
    display: block;
    height: 60px;
    max-width: 240px;
    object-fit: contain;
}

.public-landing-card[b-tta29kyuj9] {
    width: 100%;
    background: #ffffff;
    border: 1px solid #c6c6cd;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.public-landing-title[b-tta29kyuj9] {
    font-size: 24px;
    font-weight: 700;
    color: #0f1b2d;
    margin-bottom: 4px;
}

.public-landing-subtitle[b-tta29kyuj9] {
    font-size: 14px;
    color: #414d5c;
}

.public-landing-btn[b-tta29kyuj9] {
    display: block;
    width: 100%;
    background: #EC0016;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 4px 20px;
    border-radius: 8px;
    line-height: 22px;
    border: 2px solid transparent;
}

.public-landing-btn:hover[b-tta29kyuj9]  { background: #C3001A; }
.public-landing-btn:active[b-tta29kyuj9] { background: #9e0013; }

.public-landing-footer[b-tta29kyuj9] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
    padding: 10px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    z-index: 100;
}

.public-landing-footer a[b-tta29kyuj9]          { color: rgba(255, 255, 255, 0.85); text-decoration: none; }
.public-landing-footer a:hover[b-tta29kyuj9]    { text-decoration: none; color: #ffffff; }
.public-landing-footer__brand[b-tta29kyuj9]     { color: #ffffff; }

@media (max-width: 480px) {
    .public-landing-layout[b-tta29kyuj9] { padding: 24px 12px; }
    .public-landing-card[b-tta29kyuj9]   { padding: 24px 20px 28px; }
}
/* /Shared/PublicLayout.razor.rz.scp.css */
.public-back-nav[b-gdccxqmxjq] {
    position: sticky;
    top: 0;
    z-index: 200;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 24px;
}

.public-back-nav__link[b-gdccxqmxjq] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #EC0016;
    text-decoration: none;
}

.public-back-nav__link:hover[b-gdccxqmxjq] {
    text-decoration: underline;
    color: #C3001A;
}

.public-back-nav__arrow[b-gdccxqmxjq] {
    font-size: 16px;
    line-height: 1;
}

.db-footer a[b-gdccxqmxjq] {
    text-decoration: none;
}

.db-footer a:hover[b-gdccxqmxjq] {
    text-decoration: underline;
}
