.elementor-kit-16{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-color-0eb193a:#F56E0F;--e-global-color-b41c632:#000000;--e-global-color-c950dae:#FFFFFF;--e-global-color-d542986:#0D0D0D;--e-global-color-c40c82a:#F8F8F8;--e-global-color-217d42b:#878787;--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:"tt-commons-pro";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:28px;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-2288817-font-family:"tt-commons-pro";--e-global-typography-2288817-font-size:55px;--e-global-typography-2288817-font-weight:900;--e-global-typography-2288817-text-transform:uppercase;--e-global-typography-2288817-line-height:60px;--e-global-typography-2288817-letter-spacing:0px;--e-global-typography-d85991f-font-family:"tt-commons-pro";--e-global-typography-d85991f-font-size:40px;--e-global-typography-d85991f-font-weight:700;--e-global-typography-d85991f-text-transform:uppercase;--e-global-typography-d85991f-line-height:36px;--e-global-typography-d85991f-letter-spacing:0px;--e-global-typography-7716516-font-family:"tt-commons-pro";--e-global-typography-7716516-font-size:24px;--e-global-typography-7716516-font-weight:400;--e-global-typography-7716516-line-height:32px;--e-global-typography-7716516-letter-spacing:0px;}.elementor-kit-16 button,.elementor-kit-16 input[type="button"],.elementor-kit-16 input[type="submit"],.elementor-kit-16 .elementor-button{background-color:var( --e-global-color-b41c632 );font-family:"noka", Sans-serif;font-size:14px;font-weight:700;color:var( --e-global-color-0eb193a );border-style:none;border-radius:8px 8px 8px 8px;}.elementor-kit-16 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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-button-icon svg{ width:80px; margin-right:10px; }
.elementor-button-icon {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.6s ease, opacity 0.6s ease;
  z-index: 90;
}

.elementor-button:hover .elementor-button-icon {
  transform: translateX(100px);
  opacity: 0;
}

/* optional: leicht mehr Abstand beim Hover */
.elementor-button:hover .elementor-button-content-wrapper {
  gap: 6px;
}



/*Leistungen*/
 .fade-in {
    opacity: 0;
    animation: fadeIn 1s forwards;
  }

  .word1 {
    animation-delay: 0s;
  }

  .word2 {
    animation-delay: 1s;
  }

  .word3 {
    animation-delay: 2s;
  }

  @keyframes fadeIn {
    to {
      opacity: 1;
    }
  }
  

.ticker-wrapper { 
    width: 100%; 
    overflow: hidden;
    white-space: nowrap; } 

.ticker-text { 
    display: inline-block;
    padding-right: 125%;
    font-size: 2em; color:
    #ff0000; opacity: 0;
    animation: fadeIn 1s
    forwards, scrollText 18s
    linear infinite; }

@keyframes fadeIn { to { opacity: 1; } } @keyframes scrollText { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }


.stimmen div{
      white-space:wrap !important;
}

.stimmen-loop{
    min-height:320px;
    min-width:1180px !important;
    padding-left:20px;
    padding-right:20px;
}

.swiper-pagination{
    display: none;
}
@media(max-width:1024px){
    .stimmen-loop{
    min-height:220px;
    min-width:300px !important;
    padding-left:0px;
    padding-right:0px;
}
.swiper-pagination{
    display: block;
}
.elementor-button-icon svg{ width:40px; margin-right:10px; }
}

.kontakt_button:hover .kontakt{
    color:#fff;
}
.kontakt{
    color:#F56E0F;
}/* End custom CSS */