Zertifikate & Urkunden

Qualität und Weiterbildung liegen uns sehr am Herzen um unseren Kunden ständig besten Standard bieten zu können.

Ihr Meisterbetrieb im Drautal Spezialisiert auf Maler- und Tapezierarbeiten, Fassadengestaltung, Holzanstrich & Wärmedämmung innen & außen

Wichtiges

Unser Büro

Beinten 64/6
A-9702 Ferndorf

0676/722 50 27

/* Floating Call Button mit Telefonnummer Hinterlegt */
.floating-call-wrapper { position: fixed; bottom: 20px; right: 20px; z-index: 9999; animation: pulseAnimation 3s infinite; border-radius: 50%; } .floating-call-button { background-color: #0a52a5; color: #ffc107; font-size: 24px; padding: 16px; border-radius: 50%; text-align: center; text-decoration: none; display: inline-block; width: 56px; height: 56px; line-height: 24px; transition: background-color 0.3s ease; clip-path: circle(50%); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); } .floating-call-button:hover { background-color: #ee3c28; } .floating-call-button i { line-height: 1; display: flex; align-items: center; justify-content: center; height: 100%; } /* Neuer Puls auf Wrapper */ @keyframes pulseAnimation { 0% { box-shadow: 0 0 0 0 rgba(10, 82, 165, 0.6); } 70% { box-shadow: 0 0 0 25px rgba(10, 82, 165, 0); } 100% { box-shadow: 0 0 0 0 rgba(10, 82, 165, 0); } }