/*whatsapp*/
.is-top_right {
  position: fixed;
  top: 15% !important;
  right: 15px;
  z-index: 99;
}
.whatsappchat img.is-analytics {
  padding-right: 10px;
  min-width: 30px !important;
  max-width: 30px !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .chat-content {
  background: #f7f7f7;
  border-radius: 4px;
  margin: 15px;
  font-size: 14px;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .chat-content .message {
  position: relative;
  background: #eee;
  padding: 10px;
}

/*Bild Schatten*/
img.home {
 -webkit-box-shadow: 2px 2px 12px 2px rgba(51,51,51,0.5); 
  box-shadow: 2px 2px 12px 2px rgba(51,51,51,0.5); 
}