/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Headerbutton */
.cta-header {
    background: var(--e-global-color-accent);
	border-radius: 2px;
}

.cta-header a {
    color: var(--e-global-color-primary) !important;
}

.cta-header a:hover {
    color: #ffffff !important;
}

/* Slideshow Title ausblenden */
.elementor-slideshow__title {
    display: none;
}

/* FAQ Title Größe */
.elementor-accordion .elementor-tab-title {
    font-size: 18px;
}

/* Text-Editor Abstand unten */
.elementor-element p:last-child {
  margin-bottom: 0px;
}

/* Sicky Footer Buttons */
.sticky-footer-buttons {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}


.sticky-footer-buttons a {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--e-global-color-primary);
    color: #ffffff;
    border-radius: 50%;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    transition: all 0.3s ease;
}

.sticky-footer-buttons a:hover {
    background-color: var(--e-global-color-accent);
	scale: 1.1;
}

.sticky-footer-buttons svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

#logo a {
    font-weight: 300 !important;
}