/* Telefonstatus im Seitenpanel */
.zd-tel-slot { margin-bottom: 18px; }
.zd-tel { background: #fff; border-radius: 14px; box-shadow: 0 8px 24px rgba(44,65,12,.18); overflow: hidden; font-family: inherit; color: #2c410c; }
.zd-tel__head { display: flex; align-items: center; gap: 14px; padding: 16px 20px; text-decoration: none !important; color: inherit !important; }
a.zd-tel__head:hover { background: #f4f9ec; }
a.zd-tel__head:focus-visible { outline: 2px solid #456318; outline-offset: -3px; }
.zd-tel__dot { position: relative; flex: none; width: 14px; height: 14px; border-radius: 50%; background: #9aa394; }
.zd-tel.is-on .zd-tel__dot { background: #3f9d2f; box-shadow: 0 0 0 4px rgba(63,157,47,.18); }
.zd-tel.is-off .zd-tel__dot { background: #c2410c; box-shadow: 0 0 0 4px rgba(194,65,12,.14); }
.zd-tel__text { display: grid; gap: 2px; min-width: 0; }
.zd-tel__text strong { font-size: 16px; font-weight: 700 !important; line-height: 1.25; }
.zd-tel__text small { font-size: 14px; line-height: 1.35; color: #456318; }
.zd-tel__book { display: block; margin: 0 20px 14px; padding: 11px 14px; border-radius: 10px; background: #456318; color: #fff !important; font-size: 14px; font-weight: 600; text-align: center; text-decoration: none !important; }
.zd-tel__book:hover { background: #3a5314; }
.zd-tel__hours { border-top: 1px solid #e6efd9; }
.zd-tel__hours summary { cursor: pointer; padding: 11px 20px; font-size: 14px; font-weight: 600; color: #456318; list-style: none; }
.zd-tel__hours summary::-webkit-details-marker { display: none; }
.zd-tel__hours summary::after { content: ""; float: right; width: 8px; height: 8px; margin-top: 4px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .15s ease; }
.zd-tel__hours[open] summary::after { transform: rotate(-135deg); margin-top: 8px; }
.zd-tel__hours table { width: calc(100% - 20px); margin: 0 10px 10px; border-collapse: collapse; font-size: 15px; }
.zd-tel__hours th, .zd-tel__hours td { padding: 7px 10px; border: 0; border-bottom: 1px solid #eef3e6; text-align: left; font-weight: 500 !important; vertical-align: top; background: none; }
.zd-tel__hours td { text-align: right; white-space: pre-line; font-variant-numeric: tabular-nums; }
.zd-tel__hours tr:last-child th, .zd-tel__hours tr:last-child td { border-bottom: 0; }
.zd-tel__hours tr.is-today th, .zd-tel__hours tr.is-today td { font-weight: 700 !important; background: #eef7df; }
.zd-tel__preview { display: block; padding: 6px 20px 10px; font-size: 12px; color: #8a5a00; }

/* Statuspunkt am Reiter „Zeiten & Kontakt“ */
#popup_kontakt .elementor-button.zd-tel-dot { position: relative; }
#popup_kontakt .elementor-button.zd-tel-dot::after { content: ""; position: absolute; top: 8px; right: 8px; width: 11px; height: 11px; border-radius: 50%; border: 2px solid #A3E048; }
#popup_kontakt .elementor-button.zd-tel-dot.is-on::after { background: #2f8a22; }
#popup_kontakt .elementor-button.zd-tel-dot.is-off::after { background: #c2410c; }

@media (prefers-reduced-motion: no-preference) {
  .zd-tel.is-on .zd-tel__dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #3f9d2f; animation: zd-tel-pulse 2s ease-out infinite; }
  @keyframes zd-tel-pulse { from { transform: scale(1); opacity: .6; } to { transform: scale(2.6); opacity: 0; } }
}

/* Kompakte Ampel im Fuß der Öffnungszeiten-Karte (ersetzt den Hinweissatz) */
.elementor-element-2b40f72 .ue_business_hours_footer.zd-tel-foot { padding: 0 !important; }
.zd-tel--inline { background: transparent; border-radius: 0; box-shadow: none; }
.zd-tel--inline .zd-tel__head { padding: 14px 22px; }
.zd-tel--inline .zd-tel__text strong { font-size: 15px; }
.zd-tel--inline .zd-tel__text small { font-size: 13.5px; }
.zd-tel--inline .zd-tel__book { margin: -4px 22px 14px 50px; padding: 9px 12px; font-size: 13.5px; }
.zd-tel--inline .zd-tel__preview { padding: 0 22px 10px 50px; }

/* Seitenfuß: Ampel mittig, passend zur zentrierten Öffnungszeiten-Liste */
.elementor-element-69b35f01 .ue_business_hours_footer.zd-tel-foot { padding: 6px 0 0 !important; background: transparent !important; }
.elementor-element-69b35f01 .zd-tel--inline .zd-tel__head { justify-content: center; padding: 10px 12px; }
.elementor-element-69b35f01 .zd-tel--inline .zd-tel__text { text-align: left; }
.elementor-element-69b35f01 .zd-tel--inline .zd-tel__text strong { font-size: 17px; }
.elementor-element-69b35f01 .zd-tel--inline .zd-tel__text small { font-size: 15px; }
.elementor-element-69b35f01 .zd-tel--inline .zd-tel__book { display: table; margin: 0 auto 10px; padding: 10px 18px; font-size: 15px; }
