/*
 Theme Name:   Edile Child
 Description:  Child Theme
 Author:       René Braun
 Author URI:   https://www.renebraun.de
 Template:     edile
 Version:      1.0
 Text Domain:  edile
*/

.elementor-element-62ff7b7 * .elementor-counter-number-wrapper{
	line-height: 1.2em !important;
}

/* Responsive */
@media (max-width: 1755px) {
  .elementor-2940 .elementor-element.elementor-element-2a93777:not(.elementor-motion-effects-element-type-background), .elementor-2940 .elementor-element.elementor-element-2a93777 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
	  background-size: cover !important;
	}
}

/* Floating Contact Buttons */
:root {
	--width: 295px; /* auf Inhalt anpassen */
}
.wpfm-template-2 ul:hover {
    width: var(--width);
}
.wpfm-template-2 ul {
    width: var(--width);
	transition: 0.5s;
}
.wpfm-template-2 .wpfm-tootltip-title {
	visibility: hidden;
}
.wpfm-template-2 li:hover .wpfm-tootltip-title {
	visibility: visible;
}
/* Rechtliches */
.imp-header-all, .ds-header-all {
	margin-top: 50px;
	margin-bottom: 20px;
}