Erreichbarkeit:
📞 Gemeinde Swistal: +49 2255 309 813
NEU NEU TEST:
Pressestelle Gemeinde Swisttal 02255-309 813
☎
+49 123 456789
Ort:
+49 123 456789
.call3d-btn{
display:block;
width:100%;
max-width:100%;
box-sizing:border-box;
padding:16px 18px;
text-decoration:none;
color:#000;
font-family:Arial, sans-serif;
border-radius:18px;
border:1px solid #b5b5b5;
background:linear-gradient(180deg,#f7f7f7 0%,#dfdfdf 58%,#cfcfcf 100%);
box-shadow:
0 10px 0 #bcbcbc,
0 14px 24px rgba(0,0,0,0.18),
inset 0 2px 2px rgba(255,255,255,0.95),
inset 0 -6px 10px rgba(0,0,0,0.12);
transition:
transform 0.18s ease,
box-shadow 0.18s ease,
background 0.18s ease;
-webkit-tap-highlight-color:transparent;
will-change:transform;
}
.call3d-btn:hover{
transform:translateY(4px);
background:linear-gradient(180deg,#f1f1f1 0%,#d7d7d7 58%,#c7c7c7 100%);
box-shadow:
0 6px 0 #bcbcbc,
0 8px 16px rgba(0,0,0,0.16),
inset 0 2px 2px rgba(255,255,255,0.95),
inset 0 -4px 8px rgba(0,0,0,0.14);
}
.call3d-btn:active{
transform:translateY(10px);
background:linear-gradient(180deg,#dddddd 0%,#d1d1d1 58%,#c4c4c4 100%);
box-shadow:
0 2px 0 #bcbcbc,
0 3px 8px rgba(0,0,0,0.14),
inset 0 4px 8px rgba(0,0,0,0.16),
inset 0 -1px 1px rgba(255,255,255,0.55);
}
.call3d-inner{
display:flex;
align-items:center;
justify-content:center;
gap:10px;
width:100%;
max-width:100%;
box-sizing:border-box;
}
.call3d-icon{
flex:0 0 auto;
font-size:clamp(18px,4vw,24px);
line-height:1;
color:#000;
}
.call3d-text{
flex:1 1 auto;
min-width:0;
text-align:center;
font-size:clamp(14px,4vw,22px);
font-weight:700;
line-height:1.4;
color:#000;
white-space:normal;
overflow-wrap:anywhere;
word-break:break-word;
}