.elementor-kit-378{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-378 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-navigation-icons-size:20px;}@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 */@supports (-webkit-clip-path: polygon(0 0, 0 10%, 10% 10%)) or (clip-path: polygon(0 0, 0 10%, 10% 10%) ) {
  /* Dies zielt auf jedes Elementor-Element ab, das die Klasse 'my-scroll' hat */
  .elementor-element.my-scroll {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0) !important;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0) !important;
    overflow: hidden !important;
  }

  .elementor-element.my-scroll::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; 
    pointer-events: none;
  }
}

/* Korrigiert die fehlerhafte Darstellung der Elementor Lightbox Navigationspfeile */
.elementor-lightbox .elementor-swiper-button {
    /* Setzt die gewünschten Maße und Formate mit höherer Priorität */
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    
    /* Ihr gewünschtes Styling */
    background-color: rgba(255, 255, 255, 1) !important; /* Weißer Hintergrund */
    padding: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    z-index: 10 !important;
}

/* Setzt die Farbe des Pfeil-Icons (SVG) auf Schwarz */
.elementor-lightbox .elementor-swiper-button svg {
    fill: #000 !important; /* Setzt die Füllfarbe der SVG auf Schwarz */
}

/* Hover-Effekt korrigiert */
.elementor-lightbox .elementor-swiper-button:hover {
    background-color: #000 !important; /* Hintergrund Schwarz beim Hover */
}

/* Setzt die Farbe des Pfeil-Icons beim Hover auf Weiß */
.elementor-lightbox .elementor-swiper-button:hover svg {
    fill: #fff !important; /* Setzt die Füllfarbe der SVG auf Weiß beim Hover */
}

/* Positionierung leicht anpassen (optional) */
.elementor-lightbox .elementor-swiper-button-prev {
  left: 10px !important;
}

.elementor-lightbox .elementor-swiper-button-next {
  right: 10px !important;
}


/* Custom CSS für die gesamte Seite (z.B. in Theme-Einstellungen oder Child-Theme) */

/* Stellt sicher, dass der Hero-Container (Eltern-Element) die volle Viewport-Höhe hat */
.mobile-fixed-bottom-text-parent {
    /* Wichtig: Stellt sicher, dass die absolute Positionierung des Kind-Elements funktioniert */
    position: relative !important; 
    /* Stellt sicher, dass der Container mindestens die volle Höhe des Viewports einnimmt */
    min-height: 100vh !important; 
}

/* Definiert die Positionierung des Textkastens (Kind-Element) */
@media (max-width: 767px) {
    .mobile-fixed-bottom-text {
        position: absolute !important;
        /* Der von Ihnen gewählte Wert */
        bottom: 85px !important; 
        left: 0 !important;
        right: 0 !important;
        /* Stellt sicher, dass keine Flexbox-Eigenschaften die Positionierung stören */
        margin: 0 !important;
        align-self: auto !important;
    }
}/* End custom CSS */