/* Klon-Nachrüstung: Teilen-Menü auf Blog-Karten und Hinweis „Link kopiert" */
.klon-teilen__menue{position:absolute;z-index:9999;min-width:220px;background:#fff;border:1px solid #ddd;box-shadow:0 8px 24px rgba(0,0,0,.14);padding:6px 0;font:inherit}
.klon-teilen__eintrag{display:block;width:100%;text-align:left;background:none;border:0;padding:10px 16px;font:inherit;font-size:15px;color:#111;cursor:pointer}
.klon-teilen__eintrag:hover,.klon-teilen__eintrag:focus{background:#f2f2f2;outline:none}
.klon-teilen__hinweis{position:fixed;left:50%;bottom:28px;transform:translateX(-50%) translateY(20px);z-index:10000;background:#111;color:#fff;padding:10px 18px;border-radius:4px;font:inherit;font-size:14px;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;max-width:90vw;word-break:break-all}
.klon-teilen__hinweis--an{opacity:1;transform:translateX(-50%) translateY(0)}
@media print{.klon-teilen__menue,.klon-teilen__hinweis{display:none}}
.klon-teilen__hinweis--feld{pointer-events:auto;display:flex;gap:8px;align-items:center;max-width:min(92vw,640px);word-break:normal}
.klon-teilen__hinweistext{white-space:nowrap}
.klon-teilen__adresse{flex:1;min-width:0;font:inherit;font-size:13px;padding:6px 8px;border:1px solid #555;border-radius:3px;background:#fff;color:#111}
.klon-teilen__hinweiszu{background:none;border:0;color:#fff;font-size:20px;line-height:1;cursor:pointer;padding:0 4px}
