.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-color-4a03dd0:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;color:#FFFFFF;font-family:"Roboto", Sans-serif;font-weight:300;}.elementor-kit-6 a{color:#FFFFFF;font-family:"Roboto", Sans-serif;}.elementor-kit-6 h1{color:#FFFFFF;font-family:"Roboto", Sans-serif;font-size:60px;font-weight:300;line-height:70px;}.elementor-kit-6 h2{color:#FFFFFF;font-family:"Roboto", Sans-serif;font-size:40px;font-weight:300;line-height:60px;}.elementor-kit-6 h3{color:#FFFFFF;font-family:"Roboto", Sans-serif;font-size:30px;font-weight:300;line-height:47px;}.elementor-kit-6 h4{color:#FFFFFF;}.elementor-kit-6 h5{color:#FFFFFF;font-family:"Roboto", Sans-serif;font-weight:300;}.elementor-kit-6 h6{color:#FFFFFF;font-family:"Roboto", Sans-serif;font-size:16px;font-weight:300;text-transform:uppercase;letter-spacing:6.8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-kit-6 h1{font-size:36px;line-height:46px;}.elementor-kit-6 h2{font-size:32px;line-height:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:24px;line-height:30px;}.elementor-kit-6 h2{font-size:26px;line-height:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Startzustand: weiße Schrift */
.site-header {
    position: fixed;
    top:0;
    width: 100% !important;
    transition: all 0.5s ease-in-out;
    z-index: 999;
}

.we_stickyonscroll {
    transition: all 0.5s ease-in-out;
}

.site-header,
.site-header a,
.site-header .elementor-icon,
.site-header .elementor-heading-title {
  transition: all 0.5s ease-in-out;
}



/* Beispiel: falls du ein Logo als SVG/Icon hast */

.site-header img, .site-header .burger-open im {
  transition: all 600ms ease;
}

.site-header .logo img {
    width: 180px !important;
}

.site-header .burger-open img {
    width: 50px;
}


/* Zustand nach Scroll: */

.site-header.style-scrolled {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.site-header .inner-header {
    padding-top: 40px !important;  
    padding-bottom: 20px !important;
    transition: all 0.5s ease-in-out;
}

.site-header.style-scrolled .inner-header {
    padding-top: 6px !important;  
    padding-bottom: 6px !important;
}


.site-header.style-scrolled .logo img {
    width: 130px !important;
}

.site-header.style-scrolled .burger-open img {
    width: 36px !important;
}



/* ----------------------- Sticky Menü beim Scrollen verbergen ----------------------- */

.site-header {
  transform: translateY(0) !important; /* erzwingt sichtbaren Zustand */
  transition: all 0.5 ease-in-out;
}
.site-header.header-hide {
  transform: translateY(-140%) !important;
}
.we_stickyonscroll.smart-sticky.is-scrolled {
  
}

/* -----------------------  ----------------------- */

/* Erzwingt die Farbe für alle Telefon-Links */
a[href^="tel"] {
    color: inherit !important; /* Übernimmt die Farbe des Elternelements */
    text-decoration: none;    /* Entfernt die Unterstreichung */
}

/* Spezieller Selektor für iOS-Datenerkennung */
a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}


.projekt_header_pads {
    padding: 180px 20px 60px 20px;
}/* End custom CSS */