/*

Theme Name: Effective Concept - Child Theme

Theme URI: https://github.com/elementor/hello-theme/

Description: Child Theme

Author: Online Foot Print Marketing

Author URI: http://onlinefootprintmarketing.de/

Template: hello-elementor

Version: 05.02.2026

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

/* CUSTOM CSS */
.qlwapp .qlwapp__button {
	position: fixed;
	right: 2.7%;
	bottom: 25px;
	height: 64px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 15px;
	background: #25d366;
	border-radius: 25px;
	transition: bottom 0.3s ease;
	width: fit-content;
	overflow: hidden;
}

/* Icon	*/
.qlwapp .qlwapp__button .qlwapp__icon {
	transform: translateX(5px);
} 

/* Text initial versteckt */
.qlwapp .qlwapp__text {
    white-space: nowrap;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateX(10px);
    transition: max-width 0.3s ease, 				opacity 0.2s ease, transform 0.3s ease;
		font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.qlwapp__modal {
	margin-bottom: 125px !important;
  margin-right: 60px !important;
	font-family: "Roboto", Sans-serif;
}

/* Hover → Slide in */
.qlwapp .qlwapp__button:hover .qlwapp__text {
	position: relative;
	max-width: 200px; /* genug Platz für Text */
	opacity: 1;
	width: fit-content;
	transform: translateX(0);
}
