 #instagram {
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 2147483647;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transform: scale(1);
        bottom: 105px;
        right: 4px;
        background: url(img/instagram.png) center/45px 45px no-repeat #1e73be;
    }
	
	    #facebook {
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 2147483647;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transform: scale(1);
        bottom: 55px;
        right: 4px;
        background: url(img/facebook.png) center/45px 45px no-repeat #1e73be;
    }
	

    #whatsapp {
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 2147483647;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transform: scale(1);
        bottom: 5px;
        right: 4px;
        background: url(img/whatsapp1.png) center/25px 25px no-repeat #13990a;
    }

    #callnowbutton {
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 2147483647;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transform: scale(1);
        bottom: 5px;
        left: 4px;
        background: url(img/telefon.svg) center/35px 35px no-repeat #ff0000;
    }
