.klamm-share-inline{position:absolute;bottom:8px;right:9px;width:380px;text-align:right;}
.share-btn{background-color:#fff;background-size:16px 16px;border:1px solid #ddd;margin-left:4px;width:32px;height:32px;border-radius:4px;background-position:center;background-repeat:no-repeat;cursor:pointer;transition:transform .65s cubic-bezier(.25,.46,.45,.94),background-color .25s ease,opacity .25s ease;}
.share-fb{background-image:url('https://static.klamm.de/images/facebook-white.svg');}
.share-x{background-image:url('https://static.klamm.de/images/x-white.svg');}
.share-wa{background-image:url('https://static.klamm.de/images/whatsapp-white.svg');}
.share-fb:hover{background-color:rgba(24,119,242,.25);}
.share-x:hover{background-color:rgba(0,0,0,.25);}
.share-wa:hover{background-color:rgba(37,211,102,.25);}
.share-btn:hover{opacity:.85;transform:translateY(-7px);}

/* SHARE */
div.box-share { display:none; position:relative; text-align:center; overflow:hidden; white-space: nowrap; background-color: #fafafa; padding:13px 10px 16px 0; width:calc(100% - 10px); border-bottom: 1px dashed #d7d7d7; border-radius: 4px 4px 0 0;}
div.box-share input { width:calc(100% - 110px); font-size: 15px; font-weight: bold; padding: 3px 6px 3px 6px; border-radius: 4px; margin-right:15px;}
div.box-share img { top:5px;position:relative;margin-right:5px; }
div.box-share a img { top:0; margin:0; opacity: 0.3; border-radius: 4px; position:absolute; top:0; right:0; }