/* _content/Wine/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-lx43ypln5s] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-lx43ypln5s] {
    flex: 1;
}

.sidebar[b-lx43ypln5s] {
    background-image: linear-gradient(180deg, #f7f7f7 0%, #FFFFFF 80%);
}

.top-row[b-lx43ypln5s] {
    min-height: 3.5rem;
    background-color: rgba(136, 0, 21, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(136, 0, 21, 0.15);
    box-shadow: 0 4px 8px rgba(136, 0, 21, 0.05);
    padding: 0 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: flex-end;
}

    .top-row[b-lx43ypln5s]  a,
    .top-row[b-lx43ypln5s]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-lx43ypln5s]  a:hover,
        .top-row[b-lx43ypln5s]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-lx43ypln5s]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .top-row.auth[b-lx43ypln5s]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

@media (max-width: 640.98px) {
    .top-row[b-lx43ypln5s] {
        justify-content: space-between;
        position: relative;
        z-index: 2;
    }

        .top-row[b-lx43ypln5s]  a,
        .top-row[b-lx43ypln5s]  .btn-link {
            margin-left: 0;
        }
}

.nav-scrollable[b-lx43ypln5s] {
    display: none;
}
@media (min-width: 641px) {
    .page[b-lx43ypln5s] {
        flex-direction: row;
        height: 100vh;
    }

    .sidebar[b-lx43ypln5s] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-lx43ypln5s] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .nav-scrollable[b-lx43ypln5s] {
        display: block;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .navbar-toggler[b-lx43ypln5s] {
        display: none;
    }
}

#blazor-error-ui[b-lx43ypln5s] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-lx43ypln5s] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.navbar-brand[b-lx43ypln5s] {
    font-size: 1.3rem;
    color: #616161;
}

.wine-icon-nav[b-lx43ypln5s] {
    width: 160px;
    height: 160px;
    display: block;
    margin: 2rem 0 2rem 3.5rem;
}

.wine-icon-header[b-lx43ypln5s] {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    object-fit: fill;
}

.navbar-toggler[b-lx43ypln5s] {
    appearance: none;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    border-radius: 50%;
    background-color: #f1eaf5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -3rem;
    right: 1rem;
    z-index: 1000;
}

    .navbar-toggler[b-lx43ypln5s]::before {
        content: "";
        display: block;
        width: 0.75rem;
        height: 2px;
        background-color: #880015;
        border-radius: 1px;
        position: absolute;
        top: 42%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 4px 0 0 #880015, 0 8px 0 0 #880015;
    }

    .navbar-toggler:checked[b-lx43ypln5s] {
        background-color: rgba(255, 255, 255, 0.5);
    }

        .navbar-toggler:checked ~ .nav-scrollable[b-lx43ypln5s] {
            display: block;
        }

.nav-item[b-lx43ypln5s] {
    font-size: 0.9rem;
    padding: 0.25rem 0;
}

    .nav-item:last-of-type[b-lx43ypln5s] {
        border-bottom: 1px solid rgba(136, 0, 21, 0.15);
        box-shadow: 0 4px 8px rgba(136, 0, 21, 0.05);
    }

    .nav-item + .nav-item[b-lx43ypln5s] {
        border-top: 1px solid rgba(136, 0, 21, 0.1);
    }

    .nav-item[b-lx43ypln5s]  .nav-link {
        color: #313131;
        background: none;
        border: none;
        border-radius: 4px;
        height: 2.5rem;
        display: flex;
        align-items: center;
        line-height: 2.5rem;
        width: 100%;
    }

    .nav-item[b-lx43ypln5s]  a.active {
        background-color: rgba(136, 0, 21, 0.1);
        color: #313131;
    }

    .nav-item[b-lx43ypln5s]  .nav-link:hover {
        background-color: rgba(136, 0, 21, 0.15);
        color: #313131;
    }

.bi[b-lx43ypln5s] {
    margin-right: 0.75rem;
    background-size: cover;
    font-size: 1.25rem;
}
/* _content/Wine/Components/Layout/NavMenu.razor.rz.scp.css */

/* _content/Wine/Components/Pages/Cashbook.razor.rz.scp.css */
.flex-container[b-i9507oy1op] {
    /* We first create a flex layout context */
    display: flex;
    /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
    flex-flow: column wrap;
    /* Then we define how is distributed the remaining space */
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: tomato;
    width : 100%;
    /*position: absolute;
    z-index: 2*/
}

.flex-item[b-i9507oy1op] {
    position: absolute;
    width: 5%;
    height: auto;
    align-self: flex-start;
    border-radius: 50%;
}

.flex-item2[b-i9507oy1op] {
    position: absolute;
    width : 5%;
    height : auto;
    align-self : flex-end;
    border-radius : 10%/20%;
}

.img-thumbnail[b-i9507oy1op] {
    border-radius: 50%;
    border-color : white
}

.img-thumbnail2[b-i9507oy1op] {
    border-radius: 10% / 20%;
    border-color: white
}
/* _content/Wine/Components/Pages/Events.razor.rz.scp.css */
.flex-container[b-7yd0squso7] {
    /* We first create a flex layout context */
    display: flex;
    /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
    flex-flow: column wrap;
    /* Then we define how is distributed the remaining space */
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: tomato;
    width : 100%;
    /*position: absolute;
    z-index: 2*/
}

.flex-item[b-7yd0squso7] {
    position: absolute;
    width: 5%;
    height: auto;
    align-self: flex-start;
    border-radius: 50%;
}

.flex-item2[b-7yd0squso7] {
    position: absolute;
    width : 5%;
    height : auto;
    align-self : flex-end;
    border-radius : 10%/20%;
}

.img-thumbnail[b-7yd0squso7] {
    border-radius: 50%;
    border-color : white
}

.img-thumbnail2[b-7yd0squso7] {
    border-radius: 10% / 20%;
    border-color: white
}
/* _content/Wine/Components/Pages/Index.razor.rz.scp.css */
/* Grundlayout */
body[b-0uqxzuhlsa], html[b-0uqxzuhlsa] {
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f9f9f9;
}

.page-container[b-0uqxzuhlsa] {
    display: flex;
    flex-direction: column;
}

/* Hero Section */
.hero[b-0uqxzuhlsa] {
    background-color: #880015; /* Deine Hero-Farbe */
    color: white;
    text-align: center;
    padding: 100px 20px;
}

    .hero h1[b-0uqxzuhlsa] {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .hero p[b-0uqxzuhlsa] {
        font-size: 1.25rem;
        max-width: 600px;
        margin: 0 auto 30px;
    }

.button[b-0uqxzuhlsa] {
    background-color: white;
    color: #880015; /* Die gleiche Farbe wie in der Hero-Sektion */
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s;
}

    .button:hover[b-0uqxzuhlsa] {
        background-color: #f0f0f0;
    }

/* Info Section */
.info[b-0uqxzuhlsa] {
    background-color: #fff;
    padding: 80px 20px;
    text-align: center;
}

    .info h2[b-0uqxzuhlsa] {
        font-size: 2rem;
        color: #7B2E2E; /* Ein gedämpftes Rot als Akzentfarbe */
        margin-bottom: 20px;
    }

    .info p[b-0uqxzuhlsa] {
        max-width: 700px;
        margin: 0 auto 20px;
        line-height: 1.6;
    }

/* Call to Action */
.cta[b-0uqxzuhlsa] {
    background-color: #601111; /* Dunklerer Farbton für den CTA */
    color: white;
    padding: 80px 20px;
    text-align: center;
}

    .cta h2[b-0uqxzuhlsa] {
        font-size: 2rem;
        margin-bottom: 20px;
    }

.cta-button[b-0uqxzuhlsa] {
    background-color: white;
    color: #601111; /* Die gleiche dunkle Farbe wie im CTA */
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .cta-button:hover[b-0uqxzuhlsa] {
        background-color: #f0f0f0;
    }

/* Footer */
.footer[b-0uqxzuhlsa] {
    background-color: #eee;
    color: #666;
    text-align: center;
    padding: 20px;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 600px) {
    .hero h1[b-0uqxzuhlsa] {
        font-size: 2rem;
    }

    .info h2[b-0uqxzuhlsa],
    .cta h2[b-0uqxzuhlsa] {
        font-size: 1.5rem;
    }
}

/* Logo */
.weinstammtisch-logo[b-0uqxzuhlsa] {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
}
/* _content/Wine/Components/Pages/Statistics.razor.rz.scp.css */

/* _content/Wine/Components/Pages/WineSuggestions.razor.rz.scp.css */
.flex-container[b-3tm3awkddf] {
    /* We first create a flex layout context */
    display: flex;
    /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
    flex-flow: column wrap;
    /* Then we define how is distributed the remaining space */
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: tomato;
    width : 100%;
    /*position: absolute;
    z-index: 2*/
}

.flex-item[b-3tm3awkddf] {
    position: absolute;
    width: 5%;
    height: auto;
    align-self: flex-start;
    border-radius: 50%;
}

.flex-item2[b-3tm3awkddf] {
    position: absolute;
    width : 5%;
    height : auto;
    align-self : flex-end;
    border-radius : 10%/20%;
}

.img-thumbnail[b-3tm3awkddf] {
    border-radius: 50%;
    border-color : white
}

.img-thumbnail2[b-3tm3awkddf] {
    border-radius: 10% / 20%;
    border-color: white
}
/* _content/Wine/Components/Shared/MemberStates.razor.rz.scp.css */
.flex-container2[b-p6rhwnmsdp] {
    /* We first create a flex layout context */
    display: flex;
    /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
    flex-flow: column wrap;
    /* Then we define how is distributed the remaining space */
    justify-content: flex-end;
    padding: 0;
    list-style: none;
    background-color: tomato;
    height: max-content;
    /*position: absolute;
    z-index: 2*/
}

.flex-item[b-p6rhwnmsdp] {
    position: absolute;
    height: auto;
    align-self: flex-start;
    border-radius: 50%;
}

.flex-item2[b-p6rhwnmsdp] {
    position: absolute;
    height: auto;
    align-self: flex-end;
    border-radius: 10%/20%;
}

.img-thumbnail[b-p6rhwnmsdp] {
    border-radius: 50%;
    border-color: white
}

.img-thumbnail2[b-p6rhwnmsdp] {
    border-radius: 10% / 20%;
    border-color: white
}
body[b-p6rhwnmsdp] {
}
/* _content/Wine/Components/Shared/MemberStatesWithBadges.razor.rz.scp.css */
.flex-container[b-bnhc0o9et7] {
    /* We first create a flex layout context */
    display: flex;
    /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
    flex-flow: column wrap;
    /* Then we define how is distributed the remaining space */
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: tomato;
    width: 100%;
    /*position: absolute;
    z-index: 2*/
}

.flex-item[b-bnhc0o9et7] {
    position: absolute;
    width: 10%;
    height: auto;
    align-self: flex-start;
    border-radius: 50%;
}

.flex-item2[b-bnhc0o9et7] {
    position: absolute;
    width: 10%;
    height: auto;
    align-self: flex-end;
    border-radius: 10%/20%;
}

.img-thumbnail[b-bnhc0o9et7] {
    border-radius: 50%;
    border-color: white
}

.img-thumbnail2[b-bnhc0o9et7] {
    border-radius: 10% / 20%;
    border-color: white
}
body[b-bnhc0o9et7] {
}
