/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor with custom site patches.
Author: Site Admin
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Fallback icons if FA library is delayed */
.fa.fa-phone:before{content:'\260E';font-style:normal;}
.fa.fa-envelope:before{content:'\2709';font-style:normal;}

/* Text logo replacement */
.elementor-widget-theme-site-logo a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.elementor-widget-theme-site-logo img {
  display: none !important;
}

.elementor-widget-theme-site-logo a::after {
  content: "Umziehen 365";
  font-family: var(--e-global-typography-primary-font-family), "Poppins", sans-serif;
  font-size: clamp(18px, 1.3vw, 24px);
  font-weight: 600;
  line-height: 1.1;
  color: #022d94;
  letter-spacing: 0.2px;
}
