/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09.06.2022, 12:04:55
    Author     : Franz
*/

#whatsapp_badge {
    display:none;
}

@media only screen and (max-width : 575px) {
    #whatsapp_badge {
        position: fixed;
        cursor: pointer;
        bottom:20px;
        right: 15px;
        z-index: 2147483646;
        display: block;
    }
    #whatsapp_badge img {
        height: 50px;
        width: 50px;
    }
    div[id^='trustbadge-container'] {
        display:none !important;
    }
}