
/**
 * 1998-2018 medani.at
 *
 * NOTICE OF LICENSE
 *
 *  @author     medani.at<support@medani.at>
 *  @support    medani.at<support@medani.at>
 *  @link       https://www.medani.at
 *  @copyright  1998-2018 medani.at
 *  @license    commercial license see license.txt
 *
 * You can not resell or redistribute this software.
 */
.whatsapp-icon {
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: inline-block;
    background: url(../img/WhatsApp.svg) left center no-repeat;
    background-size: contain;
    margin-right: 15px;
    height: 45px;
    width: 45px;
    z-index: 10;
}
.whatsapptitle,
.whatsphone {
    line-height: 20px;
    font-size: 25px;
    top: 13px;
    left: 55px;
    position: relative;
    color: #5ED142;
}
.whatsphone {
    color: #777;
    font-size: 18px;
    margin-left: 13px;
}


/*Änderung 2.10.2019*/
.whatsapp-icon.mwd-mobile {
    bottom: 5px;
    left: 2px;
    height: 83px;
    width: 82px;
    background: url(../img/WhatsApp_mobile.svg) left center no-repeat;
}
.whatsapp-icon.mwd-desktop {
    left: unset;
    right: 10px;
    bottom: 48px;
    margin-right: 0;
}