/* /Layout/Footer.razor.rz.scp.css */
/*
    FOOTER SECTION

*/
.footer[b-y1z3cfchz8] {
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background: var(--bg-dark-normal);
    color: var(--text-light2);
    font-size: 14px;
}

.footer-list[b-y1z3cfchz8] {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

    .footer-list li[b-y1z3cfchz8] {
        display: flex;
        align-items: flex-start;
        position: relative;
        padding-left: 0px;
        margin-top: 7px;
        margin-bottom: 0px;
        font-size: 15px;
    }

    .footer-list a[b-y1z3cfchz8] {
        color: var(--text-light2);
        text-decoration: none;
        transition: color 0.25s ease, transform 0.25s ease;
    }

        .footer-list a:hover[b-y1z3cfchz8] {
            color: #fff;
        }

    .footer-list i[b-y1z3cfchz8] {
        margin-right: 10px;
    }

.footer-content[b-y1z3cfchz8] {
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    max-width: var(--content-max-width);
    justify-items: stretch;
    padding-bottom: 40px;
}

.footer-grid[b-y1z3cfchz8] {
    max-width: var(--content-max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px;
    align-items: start;
    padding-top: 32px;
}

    .footer-grid a[b-y1z3cfchz8] {
        text-decoration: none;
    }

    .footer-grid .logo-text[b-y1z3cfchz8] {
        padding-bottom: 0px;
    }
/* /Layout/Header.razor.rz.scp.css */
/* 
    Navigation 

*/
.top-nav[b-6giukbvmm1] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 60px;
    background: var(--bg-dark-normal);
    z-index: 1000;
    height: 50px;
}

    .top-nav a[b-6giukbvmm1] {
        text-decoration: none;
    }

.nav-links[b-6giukbvmm1] {
    list-style: none;
    display: flex;
    gap: 30px;
}

    .nav-links a[b-6giukbvmm1] {
        color: var(--text-light);
        text-decoration: none;
        transition: color 0.25s ease, transform 0.25s ease;
    }

        .nav-links a:hover[b-6giukbvmm1] {
            color: var(--bs-1st-color);
        }


.dropdown[b-6giukbvmm1] {
    position: relative;
    display: none;
    margin-left: 1rem;
    margin-right: 10px;
}

.dropbtn[b-6giukbvmm1] {
    background-color: var(--bs-1st-color);
    color: white;
    padding: 8px 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.dropdown-content[b-6giukbvmm1] {
    display: none;
    position: absolute;
    background-color: var(--bg-light);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 4px;
}

    .dropdown-content a[b-6giukbvmm1] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover[b-6giukbvmm1] {
            background-color: #f1f1f1;
        }

.dropdown:hover .dropdown-content[b-6giukbvmm1] {
    display: block;
}

.dropdown:hover .dropbtn[b-6giukbvmm1] {
    background-color: #005fa3;
}


/*
    Responsive Design
*/
@media (max-width: 768px) {
    .nav-links[b-6giukbvmm1] {
        display: none;
    }

    .btn.primary[b-6giukbvmm1] {
        display: none;
    }

    .dropdown[b-6giukbvmm1] {
        display: inline-block;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.thispage[b-i20fvizeno] {
    color: var(--bg-dark-normal);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: -8px;
}
/* /Pages/Home.razor.rz.scp.css */
/* 
    Hero-Section mit Baground-Image 

*/
.hero-section[b-dk28mmxjf4] {
    min-height: 100vh;
    background: linear-gradient( rgba(20, 40, 60, 0.4), rgba(20, 40, 60, 0.4) ), url("/images/hero-background_.jpg") center/cover no-repeat;
    position: center;
    color: #fff;
    scroll-margin-top: 70px;
    text-align: center;
}

    .hero-section h1[b-dk28mmxjf4] {
        font-size: 56px;
        margin-bottom: 20px;
    }

    .hero-section p[b-dk28mmxjf4] {
        font-size: 18px;
        opacity: 0.9;
    }

.hero-actions[b-dk28mmxjf4] {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.highlight[b-dk28mmxjf4] {
    color: var(--bs-2nd-color);
}


/* 
    Cards 

*/
.card-container[b-dk28mmxjf4] {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 90px;
    padding-bottom: 50px;
}

.info-card[b-dk28mmxjf4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(4px);
    padding: 16px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 14px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    /*flex: 0 1 content;*/
    width: 225px;
    height: 100px;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

    .info-card i[b-dk28mmxjf4] {
        color: var(--bs-2nd-color);
        font-size: 32px;
        margin-bottom: 10px;
    }

    .info-card p[b-dk28mmxjf4] {
        font-weight: 400;
        font-size: 14px;
        margin-top: 0px;
    }

    .info-card span[b-dk28mmxjf4] {
        font-weight: 600;
        margin-bottom: 5px;
    }

    .info-card:hover[b-dk28mmxjf4] {
        background: rgba(255,255,255,0.2);
    }



/* 
    CTA SECTION 

*/
/* cta = "call-to-action"*/
.cta-section[b-dk28mmxjf4] {
    background: #fff;
    padding: 96px 24px;
    scroll-margin-top: 70px;
}

.cta-grid[b-dk28mmxjf4] {
    max-width: var(--content-max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

/* CTA CONTENT */
.cta-content h2[b-dk28mmxjf4] {
    font-size: 34px;
    margin-bottom: 16px;
}

.cta-subtitle[b-dk28mmxjf4] {
    font-size: 17px;
    color: var(--text-muted);
    margin-bottom: 32px;
}

/* CTA LIST */
.cta-list[b-dk28mmxjf4] {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

    .cta-list li[b-dk28mmxjf4] {
        position: relative;
        padding-left: 28px;
        margin-bottom: 14px;
        font-size: 15px;
    }

        .cta-list li[b-dk28mmxjf4]::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 0;
            color: var(--primary-color);
            font-weight: 700;
        }

/* CTA IMAGE */
.cta-image img[b-dk28mmxjf4] {
    height: 500px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    background-size: cover;
    background-position: center;
}

.companies-section[b-dk28mmxjf4] {
    margin: 0 auto;
    width: fit-content;
    height: fit-content;
    border: 1px solid var(--border-color);
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

    .companies-section img[b-dk28mmxjf4] {
        border-radius: 18px;
        background-size: cover;
        background-position: center;
        margin-bottom: -4px;
        max-height: 400px;
        max-width: 100%;
    }

    .companies-section:hover[b-dk28mmxjf4] {
        border-color: var(--primary-color);
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
        transform: translateY(-2px);
    }

/*
    Responsive Design
*/
@media (max-width: 768px) {
    .hero-section h1[b-dk28mmxjf4] {
        font-size: 32px;
    }

    .cta-grid[b-dk28mmxjf4] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cta-image img[b-dk28mmxjf4] {
        height: auto;
        width: 100%;
    }
}
