.whatsapp-button {
			background-color: #25D366; /* Original WhatsApp Grün */
			color: white;
			padding: 10px 20px;
			text-decoration: none;
			border-radius: 5px;
			font-family: Arial, sans-serif;
			font-weight: bold;
			display: inline-flex;
		  }
.whatsapp-button-text {
			padding-left: 5px;
		  }
.whatsapp-button:hover {
			background-color: #128C7E;
		  }
		  
.whatsapp-icon-M {
			width: 20px;
			height: 20px;
			fill: white;
		  }
.whatsapp-icon-S {
			width: 15px;
			height: 15px;
			fill: white;
		  }	
.whatsapp-icon-float {
		  width:35px; 
		  height: 35px;
		  }	
.float-wa {
			position: fixed;
			width: 60px;
			height: 60px;
			bottom: 40px;
			right: 40px;
			background-color: #25d366;
			color: #FFF;
			border-radius: 50px;
			text-align: center;
			box-shadow: 2px 2px 3px #999;
			z-index: 1000; /* Liegt obenauf */
			display: flex;
			align-items: center;
			justify-content: center;
		  }
  