.elementor-kit-6{--e-global-color-primary:#D7D1C7;--e-global-color-secondary:#F7F7F2;--e-global-color-text:#000000;--e-global-color-accent:#2A2A27;--e-global-color-3de2b8b:#373831;--e-global-typography-primary-font-family:"Alata";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:0.08em;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.8em;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1em;--e-global-typography-accent-letter-spacing:0.03em;background-color:var( --e-global-color-secondary );}.elementor-kit-6 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){--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(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.elementor-widget-text-editor p:last-child{margin-bottom:0px;}

h1,h2,h3,h4,h5,h6{
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    margin-block-start:0 !important;
    margin-block-end: 0 !important;
}

@media (max-width: 767px) {
    h1 br, h2 br, h3 br, h4 br, h5 br, h6 br,
    .elementor-heading-title br {
        content: " " !important;
    }
}

/* Der selbstgebaute Elementor Grow-Effekt auf Hover */
.grow-on-hover {
    display: inline-block; /* Absolut wichtig! Ohne das funktioniert 'transform' bei Text nicht */
    transition: transform 0.3s ease-in-out !important; /* Steuert, wie weich die Animation ist */
}

.grow-on-hover:hover {
    transform: scale(1.1); /* 1.1 bedeutet 10% größer. 1.2 wären 20% etc. */
}

/* 1. Die verkürzten Animationen bleiben gleich */
@keyframes shortFadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0); 
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes shortFadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0); 
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* 2. Äußere Container ansprechen, die von LINKS kommen UND h1/h2/h3 enthalten */
.fadeInLeft:has(h1), 
.fadeInLeft:has(h2), 
.fadeInLeft:has(h3),
/* Elementor nutzt oft zusätzlich die Klasse .animated, daher überschreiben wir das sicherheitshalber mit: */
.animated.fadeInLeft:has(h1), 
.animated.fadeInLeft:has(h2), 
.animated.fadeInLeft:has(h3) {
  animation-name: shortFadeInLeft !important;
}

/* 3. Äußere Container ansprechen, die von RECHTS kommen UND h1/h2/h3 enthalten */
.fadeInRight:has(h1), 
.fadeInRight:has(h2), 
.fadeInRight:has(h3),
.animated.fadeInRight:has(h1), 
.animated.fadeInRight:has(h2), 
.animated.fadeInRight:has(h3) {
  animation-name: shortFadeInRight !important;
}

model-viewer{
    width:100%;
    height:500px;
}

@media only screen and (max-width: 767px) {
    model-viewer{
        width:100%;
        height:300px;
    }
}/* End custom CSS */