
/* AlpenPuls PORTAL V3.2.7 - eigenes Teilen-Fenster fuer Desktop/Laptop */
.share-center-backdrop[hidden],.share-center[hidden]{display:none!important}
.share-center-backdrop{position:fixed;inset:0;z-index:1600;background:rgba(1,9,16,.72);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}
.share-center{position:fixed;z-index:1610;left:50%;top:50%;transform:translate(-50%,-50%);width:min(900px,calc(100vw - 34px));max-height:min(760px,calc(100vh - 34px));overflow:auto;border:1px solid rgba(80,208,255,.28);border-radius:26px;background:linear-gradient(145deg,rgba(4,24,38,.985),rgba(3,15,25,.985));box-shadow:0 34px 95px rgba(0,0,0,.55),0 0 55px rgba(23,196,255,.1);color:#f7fbff}
.share-center-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 26px 18px;border-bottom:1px solid rgba(129,199,229,.14)}
.share-center-head .eyebrow{display:block;margin-bottom:4px;color:#ffb42a;font-weight:800;font-size:12px;letter-spacing:.16em;text-transform:uppercase}
.share-center-head h2{margin:0;font-size:27px;line-height:1.05}
.share-center-head p{margin:7px 0 0;color:#9fb6c7;font-size:14px}
.share-center-close{flex:0 0 auto;width:44px;height:44px;border-radius:14px;border:1px solid rgba(157,204,226,.18);background:rgba(255,255,255,.025);color:#a8bfcc;font-size:29px;line-height:1;cursor:pointer;transition:.18s ease}
.share-center-close:hover{background:rgba(255,255,255,.075);color:#fff;border-color:rgba(157,204,226,.35)}
.share-center-body{display:grid;grid-template-columns:minmax(0,1fr) 272px;gap:22px;padding:22px 26px 26px}
.share-center-copy h3,.share-center-qr h3{margin:0 0 8px;font-size:17px}.share-center-copy>p,.share-center-qr>p{margin:0 0 17px;color:#93aebf;font-size:13px;line-height:1.45}
.share-destination-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}
.share-destination{min-height:84px;padding:12px 10px;border-radius:17px;border:1px solid rgba(111,194,229,.14);background:linear-gradient(145deg,rgba(11,46,65,.76),rgba(5,26,39,.82));color:#f5fbff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;cursor:pointer;transition:transform .17s ease,border-color .17s ease,background .17s ease,box-shadow .17s ease;font:inherit}
.share-destination:hover{transform:translateY(-2px);border-color:rgba(39,204,255,.48);background:linear-gradient(145deg,rgba(13,57,80,.94),rgba(7,33,48,.94));box-shadow:0 10px 24px rgba(0,0,0,.2)}
.share-destination-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:rgba(255,255,255,.075);font-weight:900;font-size:17px;letter-spacing:-.03em}
.share-destination strong{font-size:13px}.share-destination small{font-size:10px;color:#8ba5b6;margin-top:-4px}
.share-destination.is-instagram .share-destination-icon{background:linear-gradient(135deg,#8a3ab9,#e95950,#fccc63)}
.share-destination.is-facebook .share-destination-icon{background:#1877f2}.share-destination.is-whatsapp .share-destination-icon{background:#25d366;color:#06170d}.share-destination.is-telegram .share-destination-icon{background:#229ed9}.share-destination.is-x .share-destination-icon{background:#111;border:1px solid rgba(255,255,255,.18)}.share-destination.is-linkedin .share-destination-icon{background:#0a66c2}.share-destination.is-mail .share-destination-icon{background:#ed8b23;color:#101820}.share-destination.is-native .share-destination-icon{background:linear-gradient(135deg,#1ccaf2,#f4c32a);color:#07131d}
.share-link-row{display:flex;gap:9px;margin-top:13px}.share-link-row input{min-width:0;flex:1;border-radius:13px;border:1px solid rgba(112,193,226,.16);background:rgba(0,0,0,.2);color:#cce8f5;padding:0 13px;font:inherit;font-size:12px}.share-link-copy{border:0;border-radius:13px;padding:11px 15px;background:linear-gradient(135deg,#15c9ee,#ffb72c);color:#07131d;font-weight:900;cursor:pointer;white-space:nowrap}
.share-center-qr{border:1px solid rgba(255,183,42,.2);border-radius:20px;background:linear-gradient(160deg,rgba(17,42,52,.7),rgba(5,20,29,.88));padding:17px;text-align:center}.share-center-qr img{display:block;width:min(100%,220px);height:auto;margin:11px auto 12px;border-radius:17px;box-shadow:0 0 28px rgba(91,229,255,.12)}.share-center-qr strong{display:block;color:#f5c34b;font-size:13px}.share-center-qr small{display:block;margin-top:6px;color:#8fa9b9;line-height:1.4;font-size:11px}
.share-center-note{grid-column:1/-1;margin:-4px 0 0;padding:12px 14px;border-radius:14px;background:rgba(255,179,39,.075);border:1px solid rgba(255,179,39,.14);color:#c7d9e3;font-size:11px;line-height:1.45}.share-center-note b{color:#ffbf3d}
body.share-center-open{overflow:hidden}
@media(max-width:760px){.share-center{width:min(620px,calc(100vw - 18px));border-radius:22px}.share-center-head{padding:20px 18px 15px}.share-center-body{grid-template-columns:1fr;padding:18px}.share-destination-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.share-center-qr{display:none}.share-center-note{grid-column:1}.share-center-head h2{font-size:23px}}
