/* _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;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

    .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) {
    .page[b-lx43ypln5s] {
        padding-top: 3.5rem;
    }

    .sidebar[b-lx43ypln5s] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        right: 0;
        z-index: 101;
        background-image: none;
    }

    .nav-scrollable[b-lx43ypln5s] {
        max-height: calc(100vh - 3.5rem);
        overflow-y: auto;
        overflow-x: hidden;
        background-image: linear-gradient(180deg, #f7f7f7 0%, #FFFFFF 80%);
        border-bottom: 1px solid rgba(136, 0, 21, 0.15);
        box-shadow: 0 8px 16px rgba(136, 0, 21, 0.12);
    }

    .top-row[b-lx43ypln5s] {
        justify-content: space-between;
        padding-right: 4.5rem;
    }

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

    .navbar-toggle-button[b-lx43ypln5s] {
        position: fixed;
        top: 0.5rem;
        right: 1rem;
        z-index: 101;
    }
}

.nav-scrollable[b-lx43ypln5s] {
    display: none;
}
@media (min-width: 641px) {
    .page[b-lx43ypln5s] {
        flex-direction: row;
        padding-top: 3.5rem;
    }

    .sidebar[b-lx43ypln5s] {
        width: 250px;
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: calc(100vh - 3.5rem);
        align-self: flex-start;
    }

    .page > .sidebar + main[b-lx43ypln5s] {
        margin-left: 250px;
        width: calc(100% - 250px);
    }

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

    .navbar-toggle-button[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-toggle-state[b-lx43ypln5s] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.navbar-toggle-button[b-lx43ypln5s] {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.22rem;
    border-radius: 50%;
    background-color: #f1eaf5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

@media (min-width: 641px) {
    .navbar-toggle-button[b-lx43ypln5s],
    .navbar-toggle-state[b-lx43ypln5s] {
        display: none;
    }
}

    .navbar-toggle-button span[b-lx43ypln5s] {
        display: block;
        width: 0.9rem;
        height: 2px;
        border-radius: 1px;
        background-color: #880015;
    }

.navbar-toggle-state:checked + .navbar-toggle-button[b-lx43ypln5s] {
    background-color: rgba(255, 255, 255, 0.85);
}

.navbar-toggle-state: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
}

.event-header-details[b-7yd0squso7] {
    align-items: flex-start;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

.event-address-row[b-7yd0squso7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.event-address-link[b-7yd0squso7] {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    cursor: pointer;
}

.event-address-text[b-7yd0squso7] {
    flex: 1 1 auto;
    min-width: 0;
}

.event-address-text a[b-7yd0squso7] {
    color: #880015;
    display: -webkit-box;
    line-height: 1.35;
    max-height: 2.7em;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.event-image-view-button[b-7yd0squso7] {
    align-items: center;
    border: 0;
    color: #212529;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    padding: 0;
}

.event-image-view-button .material-symbols-outlined[b-7yd0squso7] {
    font-size: 35px;
}

.event-statistics-row[b-7yd0squso7] {
    color: #6c757d;
    display: flex;
    font-size: 0.85rem;
    gap: 1.25rem;
    line-height: 1.2;
}

.event-statistics-row a[b-7yd0squso7] {
    color: inherit;
    text-decoration: underline;
}

.event-description[b-7yd0squso7]  :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0.75rem 0 0.35rem;
}

.event-description[b-7yd0squso7]  h1 {
    font-size: 1.3rem;
}

.event-description[b-7yd0squso7]  h2 {
    font-size: 1.05rem;
}

.event-description[b-7yd0squso7]  h3 {
    font-size: 0.9rem;
}
.event-description[b-7yd0squso7]  p,
.event-description[b-7yd0squso7]  ul,
.event-description[b-7yd0squso7]  ol {
    margin-bottom: 0.5rem;
}
/* _content/Wine/Components/Pages/History.razor.rz.scp.css */
.history-entry[b-twgkzezk0p] {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	min-width: 0;
}

.history-entry__content[b-twgkzezk0p] {
	flex: 1 1 auto;
	min-width: 0;
}

.history-actions[b-twgkzezk0p] {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: -0.15rem;
}

.history-icon-button[b-twgkzezk0p] {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.85rem;
	height: 1.85rem;
	border: 1px solid rgba(136, 0, 21, 0.28);
	border-radius: 50%;
	background: rgba(136, 0, 21, 0.06);
	color: #880015;
	line-height: 1;
	transition:
		background-color 120ms ease,
		border-color 120ms ease,
		color 120ms ease,
		box-shadow 120ms ease;
}

.history-icon-button:hover[b-twgkzezk0p],
.history-icon-button:focus-visible[b-twgkzezk0p],
.history-icon-button.is-active[b-twgkzezk0p] {
	border-color: #880015;
	background: #880015;
	color: #fff;
	box-shadow: 0 2px 8px rgba(136, 0, 21, 0.22);
}

.history-icon-button:focus-visible[b-twgkzezk0p] {
	outline: 2px solid rgba(136, 0, 21, 0.3);
	outline-offset: 2px;
}

.history-icon-button[b-twgkzezk0p]  .rz-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	font-size: 1rem;
	line-height: 1;
}

.history-details[b-twgkzezk0p] {
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	gap: 0.35rem 0.8rem;
	margin-top: 0.65rem;
	padding: 0.65rem 0.75rem;
	border-left: 2px solid rgba(136, 0, 21, 0.32);
	background: rgba(136, 0, 21, 0.035);
	border-radius: 0.35rem;
}

.history-details__row[b-twgkzezk0p] {
	display: contents;
}

.history-details__label[b-twgkzezk0p] {
	color: rgba(33, 37, 41, 0.64);
	font-size: 0.8rem;
	line-height: 1.25;
	white-space: nowrap;
}

.history-details__value[b-twgkzezk0p] {
	min-width: 0;
	color: #212529;
	font-size: 0.86rem;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

@media (max-width: 520px) {
	.history-entry[b-twgkzezk0p] {
		gap: 0.5rem;
	}

	.history-actions[b-twgkzezk0p] {
		flex-direction: column;
		gap: 0.3rem;
	}

	.history-details[b-twgkzezk0p] {
		grid-template-columns: 1fr;
		gap: 0.15rem;
	}
}
/* _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;
}

.dashboard-card[b-0uqxzuhlsa] {
    flex: 0 0 auto;
}

.event-statistic-link[b-0uqxzuhlsa] {
    color: inherit;
    text-decoration: underline;
}

.index-event-layout[b-0uqxzuhlsa] {
    display: flex;
    gap: 0.875rem;
    width: 100%;
}

.index-event-rail[b-0uqxzuhlsa] {
    align-items: center;
    flex: 0 0 2.75rem;
    min-width: 2.75rem;
}

.index-event-main[b-0uqxzuhlsa] {
    flex: 1 1 auto;
    min-width: 0;
}

.index-event-content[b-0uqxzuhlsa] {
    width: 100%;
}

.index-event-carousel[b-0uqxzuhlsa] {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: min(100%, 12rem);
}

/* 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) {
    .dashboard-card[b-0uqxzuhlsa] {
        width: calc(100% - 1rem);
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .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: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 50px;
}

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

.statistics-wine-list[b-d749uw4amp] {
    margin: 0;
}

.statistics-wine-list-item[b-d749uw4amp] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.75rem 0.85rem;
    border-left: 0;
    border-right: 0;
}

.statistics-wine-list-item:first-child[b-d749uw4amp] {
    border-top: 0;
}

.statistics-wine-list-item:last-child[b-d749uw4amp] {
    border-bottom: 0;
}

.statistics-wine-list-main[b-d749uw4amp] {
    min-width: 0;
}

.statistics-wine-list-title[b-d749uw4amp] {
    overflow: hidden;
    color: #222;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.statistics-wine-list-meta[b-d749uw4amp] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.7rem;
    margin-top: 0.2rem;
    color: #666;
    font-size: 0.92rem;
    line-height: 1.35;
}

.statistics-wine-list-link[b-d749uw4amp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid #ddd;
    border-radius: 999px;
    color: #880015;
    text-decoration: none;
}

.statistics-wine-list-link:hover[b-d749uw4amp],
.statistics-wine-list-link:focus[b-d749uw4amp] {
    border-color: #880015;
    background: #fff7f8;
    color: #880015;
}

@media (max-width: 640px) {
    .statistics-wine-list-item[b-d749uw4amp] {
        padding: 0.7rem 0.3rem;
    }

    .statistics-wine-list-title[b-d749uw4amp] {
        white-space: normal;
    }
}
/* _content/Wine/Components/Pages/Statutes.razor.rz.scp.css */
.statutes-page[b-yo75i7gvie] {
    --pull-distance: 0px;
    position: relative;
    padding-top: 0.5rem;
    overscroll-behavior-y: contain;
}

.statutes-refresh-indicator[b-yo75i7gvie] {
    height: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #616161;
    font-size: 0.95rem;
    opacity: 0;
    transition: height 0.2s ease, opacity 0.2s ease;
}

.statutes-page.is-pulling .statutes-refresh-indicator[b-yo75i7gvie],
.statutes-page.is-refreshing .statutes-refresh-indicator[b-yo75i7gvie] {
    height: calc(1.75rem + var(--pull-distance));
    opacity: 1;
}

.statutes-page.is-armed .statutes-refresh-indicator[b-yo75i7gvie] {
    color: #880015;
}

.statutes-page.is-refreshing .statutes-refresh-indicator[b-yo75i7gvie] {
    height: 3rem;
    color: #880015;
    font-weight: 500;
}

.statutes-chat[b-yo75i7gvie] {
    margin: 0.75rem 0 1.25rem;
    padding: 1rem;
    border: 1px solid var(--wine-border, #ddd);
    border-radius: 0.5rem;
    background: #fff;
}

.statutes-chat-header[b-yo75i7gvie] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.statutes-chat-header h2[b-yo75i7gvie] {
    margin: 0;
    font-size: 1.2rem;
}

.statutes-chat-header span[b-yo75i7gvie],
.statutes-chat-empty[b-yo75i7gvie] {
    color: #616161;
    font-size: 0.95rem;
}

.statutes-chat-messages[b-yo75i7gvie] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.statutes-chat-message[b-yo75i7gvie] {
    max-width: min(100%, 48rem);
    padding: 0.65rem 0.75rem;
    border-radius: 0.5rem;
}

.statutes-chat-message.is-user[b-yo75i7gvie] {
    align-self: flex-end;
    background: #880015;
    color: #fff;
}

.statutes-chat-message.is-assistant[b-yo75i7gvie] {
    align-self: flex-start;
    background: #f7f7f7;
    color: #222;
}

.statutes-chat-role[b-yo75i7gvie] {
    margin-bottom: 0.2rem;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.2;
}

.statutes-chat-text[b-yo75i7gvie] {
    margin: 0;
    line-height: 1.45;
    white-space: pre-wrap;
}

.statutes-chat-input[b-yo75i7gvie] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: end;
}

.statutes-chat-send[b-yo75i7gvie] {
    min-width: 7rem;
    border-radius: 999px;
    background: #880015;
    border-color: #880015;
}

.statutes-chat-send:hover[b-yo75i7gvie],
.statutes-chat-send:focus[b-yo75i7gvie] {
    background: #a00019;
    border-color: #a00019;
}

[b-yo75i7gvie] .statutes-document {
    max-width: 72rem;
    margin: 0 0 2.5rem;
    color: #2d2d2d;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.58;
    text-align: left;
}

[b-yo75i7gvie] .statutes-document * {
    box-sizing: border-box;
    text-align: left !important;
}

[b-yo75i7gvie] .statutes-document p,
[b-yo75i7gvie] .statutes-document li,
[b-yo75i7gvie] .statutes-document td,
[b-yo75i7gvie] .statutes-document th,
[b-yo75i7gvie] .statutes-document span,
[b-yo75i7gvie] .statutes-document a,
[b-yo75i7gvie] .statutes-document b,
[b-yo75i7gvie] .statutes-document strong {
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.58 !important;
}

[b-yo75i7gvie] .statutes-document h1_replaced,
[b-yo75i7gvie] .statutes-document h2_replaced,
[b-yo75i7gvie] .statutes-document h3_replaced,
[b-yo75i7gvie] .statutes-document h4_replaced,
[b-yo75i7gvie] .statutes-document h5_replaced,
[b-yo75i7gvie] .statutes-document h6_replaced {
    display: block;
    color: #282828 !important;
    font-style: normal !important;
    letter-spacing: 0 !important;
    line-height: 1.22 !important;
}

[b-yo75i7gvie] .statutes-document h1_replaced *,
[b-yo75i7gvie] .statutes-document h2_replaced *,
[b-yo75i7gvie] .statutes-document h3_replaced *,
[b-yo75i7gvie] .statutes-document h4_replaced *,
[b-yo75i7gvie] .statutes-document h5_replaced *,
[b-yo75i7gvie] .statutes-document h6_replaced * {
    color: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

[b-yo75i7gvie] .statutes-cover-title {
    display: none !important;
}

[b-yo75i7gvie] .statutes-document-title {
    margin: 0 0 0.25rem !important;
    color: #202020 !important;
    font-size: 2.05rem !important;
    font-weight: 750 !important;
}

[b-yo75i7gvie] .statutes-subtitle {
    margin: 0 0 1.5rem !important;
    color: #666 !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
}

[b-yo75i7gvie] .statutes-toc-heading {
    margin: 0 0 0.65rem !important;
    color: #880015 !important;
    font-size: 1.12rem !important;
    font-weight: 700 !important;
}

[b-yo75i7gvie] .statutes-toc {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem 0.75rem;
    margin: 0 0 2rem !important;
    padding: 0 !important;
    list-style: none !important;
}

[b-yo75i7gvie] .statutes-toc li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

[b-yo75i7gvie] .statutes-toc a {
    display: block;
    padding: 0.45rem 0.6rem;
    border-left: 3px solid #880015;
    background: #faf7f7;
    color: #333 !important;
    font-size: 0.94rem !important;
    font-weight: 550 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
}

[b-yo75i7gvie] .statutes-document h2_replaced:not(.statutes-toc-heading) {
    margin: 2.15rem 0 0.75rem !important;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid #e3d4d6;
    color: #880015 !important;
    font-size: 1.48rem !important;
    font-weight: 750 !important;
}

[b-yo75i7gvie] .statutes-document h3_replaced {
    margin: 1.2rem 0 0.45rem !important;
    color: #333 !important;
    font-size: 1.16rem !important;
    font-weight: 650 !important;
}

[b-yo75i7gvie] .statutes-document h4_replaced,
[b-yo75i7gvie] .statutes-document h5_replaced,
[b-yo75i7gvie] .statutes-document h6_replaced {
    margin: 0.9rem 0 0.35rem !important;
    color: #444 !important;
    font-size: 1.05rem !important;
    font-weight: 650 !important;
}

[b-yo75i7gvie] .statutes-document ol,
[b-yo75i7gvie] .statutes-document ul {
    margin-top: 0.25rem;
    margin-bottom: 0.75rem;
    padding-left: 1.45rem;
}

[b-yo75i7gvie] .statutes-document ol ol,
[b-yo75i7gvie] .statutes-document ol ul,
[b-yo75i7gvie] .statutes-document ul ol,
[b-yo75i7gvie] .statutes-document ul ul {
    margin-top: 0.35rem;
    padding-left: 1.35rem;
}

[b-yo75i7gvie] .statutes-document li {
    margin-bottom: 0.35rem;
    padding-left: 0.1rem;
}

[b-yo75i7gvie] .statutes-document ol > li::marker {
    color: #880015;
    font-weight: 700;
}

[b-yo75i7gvie] .statutes-document ol ol > li::marker {
    color: #555;
    font-weight: 650;
}

[b-yo75i7gvie] .statutes-document ol ol ol > li {
    color: #555;
    font-style: italic;
}

[b-yo75i7gvie] .statutes-document table {
    width: 100% !important;
    margin: 0.85rem 0 1.35rem;
    border-collapse: collapse;
    color: #333 !important;
}

[b-yo75i7gvie] .statutes-document th,
[b-yo75i7gvie] .statutes-document td {
    vertical-align: top;
    padding: 0.55rem 0.65rem;
    border-bottom: 1px solid #eadedf;
}

[b-yo75i7gvie] .statutes-document th {
    color: #880015 !important;
    font-weight: 700 !important;
}

[b-yo75i7gvie] .statutes-document th:nth-child(1),
[b-yo75i7gvie] .statutes-document td:nth-child(1) {
    width: 28%;
}

[b-yo75i7gvie] .statutes-document th:nth-child(2),
[b-yo75i7gvie] .statutes-document td:nth-child(2) {
    width: 18%;
}

[b-yo75i7gvie] .statutes-document th:nth-child(3),
[b-yo75i7gvie] .statutes-document td:nth-child(3) {
    width: 54%;
}

@media (max-width: 640px) {
    .statutes-chat[b-yo75i7gvie] {
        padding: 0.75rem;
    }

    .statutes-chat-input[b-yo75i7gvie] {
        grid-template-columns: 1fr;
    }

    .statutes-chat-send[b-yo75i7gvie] {
        width: 100%;
    }

    [b-yo75i7gvie] .statutes-document {
        max-width: none;
        font-size: 0.98rem;
        line-height: 1.55;
    }

    [b-yo75i7gvie] .statutes-document p,
    [b-yo75i7gvie] .statutes-document li,
    [b-yo75i7gvie] .statutes-document td,
    [b-yo75i7gvie] .statutes-document th,
    [b-yo75i7gvie] .statutes-document span,
    [b-yo75i7gvie] .statutes-document a,
    [b-yo75i7gvie] .statutes-document b,
    [b-yo75i7gvie] .statutes-document strong {
        font-size: 0.98rem !important;
        line-height: 1.55 !important;
    }

    [b-yo75i7gvie] .statutes-document-title {
        font-size: 1.55rem !important;
    }

    [b-yo75i7gvie] .statutes-subtitle {
        margin-bottom: 1.15rem !important;
        font-size: 0.95rem !important;
    }

    [b-yo75i7gvie] .statutes-toc {
        grid-template-columns: 1fr;
        gap: 0.35rem;
        margin-bottom: 1.6rem !important;
    }

    [b-yo75i7gvie] .statutes-toc a {
        padding: 0.42rem 0.55rem;
        font-size: 0.92rem !important;
    }

    [b-yo75i7gvie] .statutes-document h2_replaced:not(.statutes-toc-heading) {
        margin-top: 1.7rem !important;
        font-size: 1.24rem !important;
    }

    [b-yo75i7gvie] .statutes-document h3_replaced {
        font-size: 1.08rem !important;
    }

    [b-yo75i7gvie] .statutes-document ol,
    [b-yo75i7gvie] .statutes-document ul {
        padding-left: 1.25rem;
    }

    [b-yo75i7gvie] .statutes-document ol ol,
    [b-yo75i7gvie] .statutes-document ol ul,
    [b-yo75i7gvie] .statutes-document ul ol,
    [b-yo75i7gvie] .statutes-document ul ul {
        padding-left: 1.15rem;
    }

    [b-yo75i7gvie] .statutes-document table,
    [b-yo75i7gvie] .statutes-document thead,
    [b-yo75i7gvie] .statutes-document tbody,
    [b-yo75i7gvie] .statutes-document tr,
    [b-yo75i7gvie] .statutes-document th,
    [b-yo75i7gvie] .statutes-document td {
        display: block;
        width: 100% !important;
    }

    [b-yo75i7gvie] .statutes-document tr {
        padding: 0.7rem 0;
        border-bottom: 1px solid #eadedf;
    }

    [b-yo75i7gvie] .statutes-document tr:first-child {
        display: none;
    }

    [b-yo75i7gvie] .statutes-document td {
        display: grid;
        grid-template-columns: 7.5rem minmax(0, 1fr);
        gap: 0.65rem;
        padding: 0.25rem 0;
        border-bottom: 0;
    }

    [b-yo75i7gvie] .statutes-document td::before {
        color: #880015;
        font-weight: 700;
    }

    [b-yo75i7gvie] .statutes-document td:nth-child(1)::before {
        content: "Grund";
    }

    [b-yo75i7gvie] .statutes-document td:nth-child(2)::before {
        content: "Betrag";
    }

    [b-yo75i7gvie] .statutes-document td:nth-child(3)::before {
        content: "Erläuterung";
    }
}
/* _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] {
    inset: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
}

.flex-item[b-p6rhwnmsdp] {
    bottom: 0;
    border-radius: 50%;
    left: 0;
    position: absolute;
    width: 40%;
}

.flex-item2[b-p6rhwnmsdp] {
    bottom: 0;
    border-radius: 10% / 20%;
    position: absolute;
    right: 0;
    width: 40%;
}

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

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

.member-state-slot[b-p6rhwnmsdp] {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    position: relative;
}

.member-state-main[b-p6rhwnmsdp],
.flex-item img[b-p6rhwnmsdp],
.flex-item2 img[b-p6rhwnmsdp] {
    display: block;
    width: 100%;
}

.flex-item img[b-p6rhwnmsdp],
.flex-item2 img[b-p6rhwnmsdp] {
    pointer-events: auto;
}
/* _content/Wine/Components/Shared/MemberStatesWithBadges.razor.rz.scp.css */
.flex-container[b-bnhc0o9et7] {
    inset: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
}

.flex-item[b-bnhc0o9et7] {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 40%;
}

.flex-item2[b-bnhc0o9et7] {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 40%;
}

.rating-badge[b-bnhc0o9et7] {
    color: #fff !important;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

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

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

.member-state-slot[b-bnhc0o9et7] {
    container-type: inline-size;
    position: relative;
}

.member-state-main[b-bnhc0o9et7] {
    display: block;
    width: 100%;
}

.member-state-badge[b-bnhc0o9et7] {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: clamp(0.6rem, 12cqw, 1rem);
    justify-content: center;
    line-height: 1;
    min-width: 100%;
    padding: 0.25em 0.45em;
    pointer-events: auto;
}
