/* Figma 202:4473, 191:3851, 388:35234 and 388:41342. */
.menu-page { max-width: none; }
.menu-page [hidden] { display: none !important; }
.order-trigger { display: flex; align-items: center; justify-content: center; gap: 12px; flex: none; min-width: 163px; min-height: 39px; padding: 7px 10px; border: 1px solid var(--green); border-radius: 9px; background: transparent; color: #000; font-size: 13px; cursor: pointer; }
.order-trigger > img { width: 24px; height: 24px; object-fit: contain; }
.cart-count { display: none; align-items: center; justify-content: center; width: 19px; height: 19px; border-radius: 50%; background: var(--green); color: white; font-size: 12px; }
.has-table .cart-count { display: flex; }
.menu-container { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }
@media (min-width: 1300px) {
  .menu-container { margin-left: calc((100% - 1140px) / 2); }
}
.menu-intro { position: relative; height: 201px; padding-top: 31px; overflow: hidden; background: var(--paper); text-align: center; color: var(--green); }
.menu-leaf { width: 85px; height: 53px; margin: 0 auto 4px; }
.menu-intro h1 { font-size: 40px; line-height: 1.25; font-weight: 400; }
.menu-intro h1 span, .table-menu-title span { color: var(--sage); }
.menu-intro h1::after { content: ''; display: block; width: 54px; height: 1px; background: var(--sage); margin: 8px auto 12px; }
.menu-intro > p { font: 18px/1.25 Caveat, cursive; }
.intro-decoration { position: absolute; right: -61px; top: 54px; width: 184px; height: 114px; object-fit: contain; transform: scaleX(-1); pointer-events: none; }
.menu-categories { padding-top: 28px; padding-bottom: 50px; min-height: 616px; }
.menu-toolbar { display: flex; align-items: center; justify-content: flex-end; gap: 24px; min-height: 32px; margin-bottom: 40px; }
.menu-search { display: flex; align-items: center; gap: 12px; width: 249px; height: 32px; margin: 0; padding-inline: 9px; border: 1px solid var(--sage); }
.menu-search > img { width: 20px; height: 20px; object-fit: contain; }
.menu-search input { width: 100%; min-width: 0; height: 100%; border: 0; padding: 0; outline: 0; background: transparent; font: 400 14px Inter, sans-serif; color: var(--green); }
.menu-search input::placeholder { color: #8c9982; opacity: 1; }
.menu-search:focus-within { outline: 2px solid var(--green); outline-offset: 2px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 244px)); justify-content: space-between; gap: 28px 30px; }
.category-card { position: relative; display: block; width: 100%; aspect-ratio: 244 / 221; border: 0; padding: 0; border-radius: 19px; background: var(--paper); cursor: pointer; color: #000; text-align: left; }
.category-photo { position: absolute; inset: 0 0 21.87%; overflow: hidden; border-radius: 19px 19px 0 0; }
.category-photo > img { width: 100%; height: 100%; object-fit: cover; transition: transform 180ms ease; }
.category-fruehstueck .category-photo > img { transform: scale(1.15); object-position: center 55%; }
.category-bowls .category-photo > img { transform: scale(1.06); }
.category-icon { position: absolute; bottom: 16%; left: 3px; display: grid; place-items: center; width: 22%; aspect-ratio: 1; background: var(--paper); border: 1px solid #a1b3a466; border-radius: 50%; }
.category-icon > img { width: 63%; height: 63%; object-fit: contain; }
.category-label { position: absolute; inset: 78.13% 0 0; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 5px 15px 0 25px; font-size: 16px; white-space: nowrap; }
.category-label > img { width: 29px; height: 12px; margin-left: auto; object-fit: contain; }
.new-badge { position: absolute; z-index: 1; top: -17px; left: -51px; display: grid; place-items: center; width: 84px; height: 84px; border-radius: 50%; background: var(--green); color: #fff; font: 600 21px Caveat, cursive; letter-spacing: 3px; transform: rotate(-5deg); }
.search-empty, .menu-note { padding: 36px 0; line-height: 1.6; color: var(--green); }
.table-banner { position: relative; background: #8c9982; overflow: hidden; }
.table-banner-inner { min-height: 156px; display: grid; grid-template-columns: 1.1fr 1.1fr .8fr; align-items: center; gap: 45px; }
.table-identity { display: flex; align-items: center; gap: 16px; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; color: var(--green); }
.table-identity > img { width: 94px; height: 94px; }
.table-identity strong { display: block; font-size: 40px; font-weight: 500; }
.table-identity em { display: block; font: 21px/1.25 Caveat, cursive; color: white; white-space: nowrap; }
.self-service { display: flex; gap: 20px; align-items: center; border-inline: 1px solid #eae9e288; padding-inline: 35px; }
.info-symbol { flex: none; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--paper); border-radius: 50%; color: var(--paper); font: 34px Georgia, serif; }
.self-service h2 { font-size: 20px; font-weight: 400; color: white; margin-bottom: 6px; }
.self-service p { font-size: 12px; line-height: 1.25; }
.table-thanks { font: 22px/1.1 Caveat, cursive; color: var(--green); }
.has-table .menu-categories { padding-top: 56px; min-height: 661px; }
.has-table .menu-toolbar { justify-content: space-between; margin-bottom: 34px; }
.table-menu-title { display: flex; align-items: center; gap: 12px; font-size: 45px; font-weight: 400; line-height: 1.25; }
.table-menu-title img { width: 85px; height: 53px; }
.order-dialog, .cart-dialog { color: #000; background: #fff; border: 0; box-shadow: 0 4px 17px #0003; }
.order-dialog { position: fixed; inset: 238px 0 auto auto; width: 250px; max-width: calc(100vw - 32px); max-height: calc(100dvh - 40px); min-height: 517px; margin: 0; padding: 17px 22px 35px; overflow-y: auto; text-align: center; }
.order-dialog::backdrop { background: transparent; }
.order-dialog.service-dialog { inset: 0; margin: auto; width: 420px; min-height: 0; padding: 36px 28px; border-radius: 16px; }
.service-dialog::backdrop { background: #172e2599; }
.service-dialog > img { margin: 0 auto 20px; }
.service-dialog h2 { font-size: 24px; line-height: 1.2; }
.service-dialog > p { font-size: 15px; line-height: 1.5; margin: 0 0 24px; }
.service-choice { display: flex; align-items: center; gap: 18px; width: 100%; min-height: 88px; padding: 16px; margin-top: 12px; text-align: left; color: var(--green); background: #fff; border: 1px solid var(--sage); border-radius: 12px; cursor: pointer; font: inherit; }
.service-choice span { font-size: 19px; font-weight: 600; }
.service-choice small { display: block; margin-top: 4px; font-size: 13px; font-weight: 400; line-height: 1.4; }
.service-choice img { flex: 0 0 48px; object-fit: contain; }
.service-choice:hover { background: #f0f3ef; }
.service-choice:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
.dialog-close { position: absolute; top: 5px; right: 6px; width: 34px; height: 34px; padding: 0; border: 0; background: transparent url('../assets/speisekarte/close.svg') center / 24px 24px no-repeat; color: transparent; cursor: pointer; font: 300 32px/1 Inter, sans-serif; }
.order-table-icon { width: 94px; height: 94px; margin: 0 auto 26px; }
.order-dialog h2 { font-size: 15px; font-weight: 500; margin-bottom: 14px; }
.order-intro { font-size: 12px; line-height: 1.25; margin-bottom: 40px; }
#table-form label { display: block; text-align: center; font-size: 12px; margin-bottom: 23px; }
#table-number { display: block; width: 100%; height: 38px; border: 1px solid var(--sage); border-radius: 0; background: #fff; padding: 8px; font: 12px Inter, sans-serif; }
#table-number:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.form-error { font-size: 11px; color: #9a2525; text-align: left; line-height: 1.4; }
.form-error:not(:empty) { margin-top: 6px; }
.open-menu-button { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-height: 36px; margin-top: 7px; padding: 10px; border: 1px solid var(--sage); border-radius: 0; background: var(--green); color: white; font-size: 10px; cursor: pointer; }
.open-menu-button img { width: 36px; height: 10px; object-fit: contain; }
.order-divider { display: flex; align-items: center; gap: 9px; margin: 22px 0 27px; font-size: 12px; }
.order-divider::before, .order-divider::after { content: ''; height: 1px; flex: 1; background: var(--green); }
.order-qr { max-width: 170px; margin: auto; font-size: 12px; line-height: 1.25; }
.cart-dialog { width: min(420px, calc(100% - 40px)); padding: 50px 32px 32px; border-radius: 19px; }
.cart-dialog::backdrop { background: #d9d9d9bd; }
.cart-dialog h2 { font-size: 20px; font-weight: 500; margin-bottom: 24px; }
.cart-dialog p { font-size: 14px; line-height: 1.6; margin-bottom: 20px; }
.change-table, .category-back { background: transparent; border: 0; padding: 12px 0; color: var(--green); cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.category-detail { border-top: 1px solid var(--sage); padding-top: 20px; }
.category-detail h2 { margin: 20px 0; font-size: 30px; color: var(--green); }
.category-detail p { max-width: 580px; line-height: 1.7; }
.menu-item-group { margin: 24px 0 40px; }
.menu-item-group > h3, .menu-drink-extras h3 { color: var(--green); font-size: 20px; margin: 0 0 18px; }
.menu-item { padding: 22px 0; border-bottom: 1px solid var(--sage); }
.menu-item.has-photo { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 0 28px; align-items: start; }
.menu-item.has-photo > :not(.menu-item-photo) { grid-column: 2; }
.menu-item-photo { grid-column: 1; grid-row: 1 / span 4; width: 220px; height: 180px; object-fit: cover; border-radius: 14px; }
.menu-item.has-photo .menu-item-order { justify-self: end; }
.order-product-photo { display: block; width: 100%; height: 220px; object-fit: cover; border-radius: 12px; margin: 12px 0 20px; }
@media (max-width: 760px) {
  .menu-item.has-photo { grid-template-columns: 92px minmax(0,1fr); gap: 0 14px; }
  .menu-item-photo { width: 92px; height: 100px; grid-row: 1 / span 2; }
  .menu-item.has-photo > p { grid-column: 2; grid-row: 2; }
  .menu-item.has-photo > details, .menu-item.has-photo > .menu-item-order { grid-column: 1 / -1; }
  .menu-item.has-photo .menu-item-heading { flex-direction: column; gap: 6px; }
  .menu-item.has-photo:not(:has(> p, > details)) .menu-item-order { grid-column: 2; grid-row: 2; align-self: end; margin-top: 6px; }
  .order-product-photo { height: 180px; }
}
.menu-item-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.menu-item-heading h4 { font-size: 17px; font-weight: 500; margin: 0; }
.menu-item-heading strong { flex-shrink: 0; font-size: 16px; font-weight: 600; white-space: nowrap; }
.menu-item > p { margin-top: 10px; font-size: 14px; }
.menu-item-extras { margin-top: 14px; font-size: 13px; color: var(--green); }
.menu-item-extras summary { cursor: pointer; padding: 8px 0; width: fit-content; }
.menu-item-extras dl { max-width: 360px; margin-top: 8px; }
.menu-item-extras dl > div { display: flex; justify-content: space-between; gap: 15px; padding: 5px 0; }
.menu-item-extras dd { margin: 0; }
.menu-drink-extras { padding: 24px 0; }
.menu-drink-extras p { margin: 10px 0; font-size: 14px; }
.bowl-ingredients { grid-column: 1 / -1; font-size: 13px; }
.bowl-ingredients summary { cursor: pointer; color: var(--green); padding: 8px 0; }
.bowl-ingredients p { margin: 8px 0; line-height: 1.6; }
@media (max-width: 760px) {
  .menu-item-heading { gap: 12px; }
  .menu-item-heading h4 { font-size: 15px; }
  .menu-item-heading strong { font-size: 14px; }
  .menu-item { padding: 18px 0; }
  .category-detail { padding-top: 8px; }
  .category-detail h2 { margin: 12px 0; }
  .menu-item-group { margin: 12px 0 24px; }
  .menu-item > p { margin-top: 6px; line-height: 1.45; }
  .menu-item-extras { margin-top: 8px; }
  .menu-item .menu-item-order { margin-top: 6px; }
  .bowl-ingredients { grid-row: 3; margin-top: 10px; }
}
.menu-page button:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
@media (hover: hover) {
  .category-card:hover { box-shadow: 0 3px 14px #023f1720; }
  .category-card:hover .category-photo > img { transform: scale(1.06); }
  .category-fruehstueck:hover .category-photo > img { transform: scale(1.2); }
  .order-trigger:hover { background: #7b9a8f22; }
}
@media (min-width: 761px) and (max-width: 1250px) {
  .new-badge { width: 60px; height: 60px; left: -15px; font-size: 18px; }
  .category-label { font-size: 12px; gap: 8px; padding-left: 15px; padding-right: 10px; }
  .category-label > img { width: 22px; }
  .table-banner-inner { gap: 20px; }
  .self-service { padding-inline: 20px; gap: 12px; }
  .table-identity strong { font-size: 30px; }
  .table-identity > img { width: 70px; height: 70px; }
}
@media (min-width: 761px) and (max-width: 950px) {
  .order-trigger { min-width: 132px; gap: 7px; font-size: 11px; }
  .table-banner-inner { grid-template-columns: 1fr 1.25fr; }
  .table-thanks { display: none; }
  .self-service { border-right: 0; }
}
@media (max-width: 760px) {
  html { background: #fff; }
  .menu-page main { padding-top: 130px; }
  .nav .order-trigger { justify-content: flex-start; margin: 0; min-width: 0; min-height: 62px; width: 100%; border: 0; border-bottom: 1px solid #ffffff30; border-radius: 0; padding: 20px 0; color: inherit; font-size: 18px; }
  .nav .order-trigger > img { filter: brightness(0) invert(1); }
  .nav .order-trigger-label { display: inline; }
  .nav .cart-count { display: flex; position: static; margin-left: auto; }
  .menu-container { width: min(480px, calc(100% - 62px)); }
  .menu-intro { height: 236px; padding-top: 79px; }
  .menu-intro h1 { font-size: clamp(23px, 7.69vw, 30px); white-space: nowrap; }
  .menu-intro h1::after { margin: 7px auto 8px; }
  .menu-intro > p { width: 230px; margin-inline: auto; font-size: 15px; }
  .intro-decoration { display: none; }
  .menu-categories { padding-top: 14px; padding-bottom: 62px; min-height: 748px; }
  .menu-toolbar { justify-content: flex-start; min-height: 23px; margin-bottom: 24px; }
  .menu-search { width: min(251px, 100%); height: 23px; gap: 5px; padding-inline: 4px; }
  .menu-search img { width: 18px; height: 18px; }
  .menu-search input { font-size: 14px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 19px; }
  .category-label { font-size: clamp(9px, 3.08vw, 12px); padding: 3px 9px 0 18px; gap: 5px; }
  .category-label > img { width: 19px; height: 11px; }
  .category-card { border-radius: 19px; }
  .new-badge { width: 42px; height: 42px; top: -12px; left: -5px; font-size: 13px; letter-spacing: 2px; }
  .category-icon { width: 35px; max-width: 24%; left: 3px; bottom: 14%; }
  .category-heissgetraenke .category-label, .category-kaltgetraenke .category-label { padding-left: 8px; padding-right: 8px; gap: 3px; }
  .category-heissgetraenke .category-label > img, .category-kaltgetraenke .category-label > img { width: 17px; }
  .order-dialog { inset: 0; width: 314px; min-height: 632px; max-height: calc(100dvh - 32px); margin: auto; padding: 33px 30px 48px; border-radius: 19px; }
  .order-dialog::backdrop { background: #d9d9d9bd; }
  .dialog-close { top: 12px; right: 22px; width: 40px; height: 40px; font-size: 38px; }
  .order-table-icon { width: 118px; height: 118px; margin-bottom: 15px; }
  .order-dialog h2 { font-size: 18px; margin-bottom: 15px; }
  .order-intro { font-size: 14px; margin-bottom: 31px; }
  #table-form label { text-align: left; margin-bottom: 30px; }
  #table-number { height: 44px; }
  .open-menu-button { min-height: 44px; margin-top: 12px; padding-inline: 14px; }
  .order-divider { margin: 29px 6px 39px; }
  .order-qr { max-width: 231px; font-size: 16px; }
  .table-banner-inner { min-height: 0; padding-block: 24px; grid-template-columns: 1fr; gap: 22px; }
  .table-identity strong { font-size: 30px; }
  .table-identity > img { width: 75px; height: 75px; }
  .self-service { padding: 18px 0 0; border: 0; border-top: 1px solid #eae9e288; }
  .self-service h2 { font-size: 16px; }
  .self-service p { font-size: 12px; }
  .table-thanks { display: none; }
  .has-table .menu-categories { padding-top: 25px; min-height: 748px; }
  .has-table .menu-toolbar { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 25px; }
  .table-menu-title { font-size: clamp(24px, 7.69vw, 30px); gap: 8px; }
  .table-menu-title img { width: clamp(40px, 14vw, 62px); height: 40px; }
  .table-identity { gap: 12px; }
  .table-identity em { white-space: normal; }
}
@media (max-height: 700px) {
  .order-dialog { top: 16px; bottom: 16px; min-height: 0; margin-block: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .category-photo > img { transition: none; }
}
