.elementor-kit-7{--e-global-color-primary:#0E2050;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#134873;--e-global-color-7550465:#F1EDE3;--e-global-color-1851c42:#3786C6;--e-global-color-b40d829:#FFFFFF;--e-global-typography-primary-font-family:"Noto Serif";--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:40px;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-e5d3ddb-font-family:"Outfit";--e-global-typography-e5d3ddb-font-size:16px;--e-global-typography-e5d3ddb-font-weight:500;--e-global-typography-c595c0d-font-family:"Noto Serif";--e-global-typography-c595c0d-font-size:45px;--e-global-typography-c595c0d-font-weight:500;--e-global-typography-d62ffd9-font-family:"Outfit";--e-global-typography-d62ffd9-font-size:20px;--e-global-typography-d62ffd9-font-weight:400;--e-global-typography-f7d2f8d-font-family:"Noto Serif";--e-global-typography-f7d2f8d-font-size:35px;--e-global-typography-f7d2f8d-font-weight:500;--e-global-typography-10a72df-font-family:"Outfit";--e-global-typography-10a72df-font-size:16px;--e-global-typography-10a72df-font-weight:400;--e-global-typography-2320604-font-family:"Noto Serif";--e-global-typography-2320604-font-size:28px;--e-global-typography-2320604-font-weight:500;--e-global-typography-2320604-line-height:28px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-text );}.elementor-kit-7 a:hover{color:var( --e-global-color-accent );}.elementor-kit-7 h1{font-family:"Noto Serif", Sans-serif;font-size:45px;font-weight:500;}.elementor-kit-7 h2{font-family:"Noto Serif", Sans-serif;font-size:35px;font-weight:500;}.elementor-kit-7 h3{font-family:"Noto Serif", Sans-serif;font-size:28px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(min-width:2400px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1560px;}.e-con{--container-max-width:1560px;}}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-c595c0d-font-size:32px;--e-global-typography-f7d2f8d-font-size:23px;--e-global-typography-2320604-font-size:19px;}.elementor-kit-7 h1{font-size:32px;}.elementor-kit-7 h2{font-size:23px;}.elementor-kit-7 h3{font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:33px;--e-global-typography-primary-line-height:1.5em;--e-global-typography-secondary-font-size:19px;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-c595c0d-font-size:23px;}.elementor-kit-7 h1{font-size:23px;}.elementor-kit-7 h3{font-size:23px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Die Klasse für sandige Hintergründe */
.grain-bg {
    position: relative;
}

.grain-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.bauunion.com/wp-content/uploads/2026/01/grain.png');
    background-repeat: repeat;
    opacity: 0.33; 
    z-index: 0; /* Bleibt ganz unten in der Sektion */
    pointer-events: none;
}

/* Sicherstellen, dass der Inhalt der Sektion über dem Grain liegt */
.grain-bg > .elementor-container {
    position: relative;
    z-index: 1; 
}

/* Der Container selbst bleibt fixiert */
.ken-burns-hover {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

/* Wir sprechen das Hintergrund-Element von Elementor direkt an */
.ken-burns-hover .elementor-widget-container,
.ken-burns-hover .elementor-background-overlay {
    transition: transform 3s ease-in-out !important;
}

/* Der Effekt beim Hover auf den Container */
.ken-burns-hover:hover .elementor-widget-container,
.ken-burns-hover:hover .elementor-background-overlay {
    transform: scale(1.1);
}/* End custom CSS */