/* _content/CSC/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-d69siftq4s] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-d69siftq4s] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.top-row[b-d69siftq4s] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*Leer lassen f�r Copy PAste, bei Bedarf neue Anlegen unten drunter*/

/* Tablet */
@media (max-width: 768px) {

}

/* Mobile L */
@media (max-width: 480px) {

}

/*Mobile M*/
@media (max-width: 376px) {

}

/*Mobile S*/
@media (max-width: 320px) {

}
/* _content/CSC/Components/Layout/Navbar.razor.rz.scp.css */
/* _content/CSC/Components/Modules/CuttingCard.razor.rz.scp.css */


[b-wak823saaq] .equal-card {
    width: 100%;
    min-width: 260px;
    max-width: 350px;
    height: 540px;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
}

[b-wak823saaq] .equal-card,
[b-wak823saaq] .mud-card-content {
    flex: 1 1 auto;
    overflow: auto;
}

[b-wak823saaq] .mud-card-media {
    cursor: pointer;
    border-radius: 14px 14px 0 0;
}

[b-wak823saaq] .card-actions-space {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[b-wak823saaq] .mud-text-h6 {
    color: #2e7d32;
}

[b-wak823saaq] .mud-text-subtitle2 {
    color: #43a047;
}

[b-wak823saaq] .details-table {
    width: 100%;
    margin-top: 10px;
    font-size: 0.95em;
}

/* Tablet: max 2 Items nebeneinander, mittig */
@media (max-width: 900px) {
    [b-wak823saaq] .mud-item {
        flex-basis: 50% !important;
        max-width: 50% !important;
        display: flex;
        justify-content: center;
    }
}

/* Mobile: nur 1 Item nebeneinander, mittig */
@media (max-width: 600px) {
    [b-wak823saaq] .mud-item {
        flex-basis: 100% !important;
        max-width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    [b-wak823saaq] .mud-grid-spacing-xs-6 > .mud-grid-item {
        width: 400px;
    }
}

/* Optional: für sehr kleine Geräte */
@media (max-width: 400px) {
    [b-wak823saaq] .equal-card {
        min-width: 220px;
        height: auto;
    }
    [b-wak823saaq] .mud-grid-spacing-xs-6 > .mud-grid-item {
        width: 400px;
    }
}
/* _content/CSC/Components/Pages/CartOverview.razor.rz.scp.css */
.cart-wrapper[b-yqjghasuec] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    color: var(--off-white);
}

.title-box[b-yqjghasuec] {
    background-color: var(--brass);
    color: var(--black);
    padding: 1rem 2rem;
    border-radius: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 600px;
}

.items-list[b-yqjghasuec] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.cart-item-card[b-yqjghasuec] {
    width: 100%;
    max-width: 600px;
    background-color: var(--off-white);
    color: var(--black);
    border-radius: 16px;
    margin-bottom: 1rem;
}

.item-container[b-yqjghasuec] {
    display: flex;
    align-items: center;
    padding: 1rem;
}

.item-image[b-yqjghasuec] {
    width: 120px;
    height: auto;
    border-radius: 8px;
    margin-right: 1rem;
}

.item-details[b-yqjghasuec] {
    display: flex;
    flex-direction: column;
}

.total-sum[b-yqjghasuec] {
    margin-top: 1rem;
    background-color: var(--brass);
    color: var(--black);
    padding: 0.5rem 1rem;
    border-radius: 8px;
}

.checkout-button[b-yqjghasuec] {
    margin-top: 1rem;
    width: 100%;
    max-width: 600px;
}

@media (max-width: 600px) {
    .item-container[b-yqjghasuec] {
        flex-direction: column;
        text-align: center;
    }

    .item-image[b-yqjghasuec] {
        margin-right: 0;
        margin-bottom: 1rem;
        width: 100%;
        max-width: 200px;
    }

    .title-box[b-yqjghasuec] {
        max-width: 100%;
    }
}

/* _content/CSC/Components/Pages/Faq.razor.rz.scp.css */
.faq-container[b-en9igcwsed] {
    color: var(--off-white);
    padding: 2rem;
}

h1[b-en9igcwsed], h2[b-en9igcwsed], h3[b-en9igcwsed] {
    font-family: var(--font-main);
}

.card-grid[b-en9igcwsed] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.card[b-en9igcwsed] {
    background-color: var(--off-white);
    color: var(--black);
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

@media (max-width: 600px) {
    .faq-container[b-en9igcwsed] {
        padding: 1rem;
    }
}
/* _content/CSC/Components/Pages/Kasse.razor.rz.scp.css */
.checkout-wrapper[b-mz375dmxjy] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    align-items: center;
}

.option-card[b-mz375dmxjy] {
    width: 100%;
    max-width: 400px;
}

.payment-list[b-mz375dmxjy] {
    margin: 0;
    padding-left: 1.25rem;
}

@media (min-width: 600px) {
    .checkout-wrapper[b-mz375dmxjy] {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .option-card[b-mz375dmxjy] {
        flex: 1 1 calc(50% - 1rem);
    }
}

/* _content/CSC/Components/Pages/LandingPage.razor.rz.scp.css */
/* General Styles */
body[b-s89brndb6b] {
    background-color: #121212; /* Dark background */
    color: #eaeaea; /* Light text */
    font-family: 'Georgia', serif; /* Elegant serif font */
}

.main-container[b-s89brndb6b] {
    padding: 2rem;
    max-width: 1200px;
}

/* Header Block */
.header-block[b-s89brndb6b] {
    text-align: center;
    padding: 4rem 2rem;
    border-bottom: 1px solid #333;
}

.header-text[b-s89brndb6b] {
    font-size: 3rem;
    font-weight: bold;
    color: #f5f5f5;
}

.header-subtext[b-s89brndb6b] {
    font-size: 1.25rem;
    color: #bdbdbd;
    margin-top: 1rem;
}

.header-button[b-s89brndb6b] {
    background-color: #d9534f; /* Red button */
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    margin-top: 2rem;
    text-decoration: none;
}

/* Services Section */
.services-section[b-s89brndb6b] {
    margin-top: 4rem;
    text-align: center;
}

.services-title[b-s89brndb6b] {
    font-size: 2rem;
    font-weight: bold;
    color: #f5f5f5;
    margin-bottom: 2rem;
}

.service-card[b-s89brndb6b] {
    background-color: #1c1c1c;
    border: 1px solid #333;
    border-radius: 16px;
    padding: 2rem;
    margin: 1rem;
    color: #eaeaea; /*leichtes grau Text*/
    text-align: center;
}

.service-card-icon[b-s89brndb6b] {
    font-size: 2rem;
    color: #d9534f;
    margin-bottom: 1rem;
}

.service-card-title[b-s89brndb6b] {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.service-card-description[b-s89brndb6b] {
    font-size: 1rem;
    color: #bdbdbd;
}
/* _content/CSC/Components/Pages/Offers.razor.rz.scp.css */
.main-container[b-1uh8vrfgid] {
    display: flex;
    justify-content: center;
    width: 100%;
}

[b-1uh8vrfgid] .mud-grid {
    justify-content: center;
    width:max-content;  
}

[b-1uh8vrfgid] .equal-card {
    width: 100%;
    min-width: 260px    ;
    max-width: 350px;
    height: 540px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #e8f5e9, #a5d6a7); /* Moved from inline style */
    border-radius: 18px; /* Moved from inline style */
}


[b-1uh8vrfgid] .mud-card-media {
    cursor: pointer; /* Moved from inline style */
    border-radius: 14px 14px 0 0; /* Moved from inline style */
}

[b-1uh8vrfgid] .card-actions-space {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[b-1uh8vrfgid] .mud-text-h3 {
    color: #eaeaea /* Moved from inline style */
}

[b-1uh8vrfgid] .mud-text-h6 {
    color: #2e7d32; /* Moved from inline style */
}

[b-1uh8vrfgid] .mud-text-subtitle2 {
    color: #43a047; /* Moved from inline style */
}

[b-1uh8vrfgid] .details-table {
    width: 100%; /* Moved from inline style */
    margin-top: 10px; /* Moved from inline style */
    font-size: 0.95em; /* Moved from inline style */
}


/* Tablet: max 2 Items nebeneinander, mittig */
@media (max-width: 900px) {
    :: deep .mud-item[b-1uh8vrfgid] {
        flex-basis: 50% !important;
        max-width: 50% !important;
        display: flex;
        justify-content: center;
    }
}

/* Mobile: nur 1 Item nebeneinander, mittig */
@media (max-width: 600px) {
    [b-1uh8vrfgid] .mud-item {
        flex-basis: 100% !important;
        max-width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

         /* das ist die Gesamtcard Größe*/
    [b-1uh8vrfgid] .mud-grid-spacing-xs-6 > .mud-grid-item {
        width: 400px;
    }
}

/* Optional: für sehr kleine Geräte */
@media (max-width: 400px) {
    [b-1uh8vrfgid] .equal-card {
        min-width: 220px;
        height: auto;
    }

    /* das ist die Gesamtcard Größe*/
    [b-1uh8vrfgid] .mud-grid-spacing-xs-6 > .mud-grid-item {
        width: 400px;
    }
}
