.elementor-kit-3311{--e-global-color-primary:#AFCA00;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#AFCA00;--e-global-color-80682cc:#FFFFFF;--e-global-color-8348266:#FFC001;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3311 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.2); /* Leicht schwarzer Hintergrund */
    border-radius: 50%; /* Runde Form */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

@media (max-width: 768px) {  /* Anpassung für Tablets & Smartphones */
    .scroll-to-top svg {
        width: 22px; /* Kleinere Größe für mobile Ansicht */
        height: 22px;
    }

    .scroll-to-top {
        width: 40px; /* Kleinere Button-Größe */
        height: 40px;
        bottom: 15px; /* Leicht nach oben verschoben */
        right: 15px;
    }
}

/* Pfeil-Icon für Font Awesome */
.scroll-to-top i {
    color: white; /* Weißes Icon */
    font-size: 24px;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6); /* Stärkerer grauer Schatten */
}

/* Falls das Icon ein SVG ist */
.scroll-to-top svg {
    width: 24px;
    height: 24px;
    fill: white; /* Weißes Icon */
    filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.6)); /* Grauer Schatten */
}

/* Hover-Effekt */
.scroll-to-top:hover {
    transform: scale(1.1);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
}

/* Verstecken, wenn nicht gescrollt */
.scroll-to-top.hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
}/* End custom CSS */