.elementor-kit-6{--e-global-color-primary:#CC0000;--e-global-color-secondary:#1A1A1A;--e-global-color-text:#2C2C2C;--e-global-color-accent:#F4F4F4;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* === CARBOTEC PLUS – CUSTOM CSS === */

/* Farbvariablen */
:root {
  --ct-red:        #CC0000;
  --ct-red-dark:   #991000;
  --ct-red-light:  #FFE5E5;
  --ct-dark:       #1A1A1A;
  --ct-gray:       #F4F4F4;
  --ct-text:       #2C2C2C;
  --ct-border:     #E0E0E0;
  --ct-font:       'Inter', sans-serif;
  --ct-font-head:  'Montserrat', sans-serif;
}

/* Basis-Typografie */
body {
  font-family: var(--ct-font);
  color: var(--ct-text);
  font-size: 16px;
  line-height: 1.7;
}

h1, h2, h3, h4 {
  font-family: var(--ct-font-head);
  font-weight: 700;
  color: var(--ct-dark);
  line-height: 1.25;
}

a { color: var(--ct-red); }
a:hover { color: var(--ct-red-dark); }

/* Sticky Header */
.elementor-sticky--active.elementor-section {
  background: #ffffff !important;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

/* Nav-Links */
.elementor-nav-menu a {
  font-family: var(--ct-font-head);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--ct-dark) !important;
  transition: color 0.2s;
}
.elementor-nav-menu a:hover {
  color: var(--ct-red) !important;
}

/* Aktiver Menüpunkt */
.elementor-nav-menu .current-menu-item > a {
  color: var(--ct-red) !important;
  border-bottom: 2px solid var(--ct-red);
}

/* Hero-Overlay (dunkelt Hintergrundbild ab) */
.ct-hero {
  position: relative;
  background-size: cover;
  background-position: center;
}
.ct-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0,0,0,0.72) 0%,
    rgba(180,0,0,0.35) 100%
  );
  z-index: 0;
}
.ct-hero .elementor-container {
  position: relative;
  z-index: 1;
}

/* Trust-Balken unter dem Hero */
.ct-trust-bar {
  background: var(--ct-red);
  color: #ffffff;
  font-family: var(--ct-font-head);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 10px 0;
  text-align: center;
}

/* Primärbutton – Rot */
.elementor-button.ct-btn-primary {
  background: var(--ct-red);
  color: #ffffff !important;
  border: none;
  border-radius: 4px;
  font-family: var(--ct-font-head);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 14px 32px;
  transition: all 0.25s ease;
}
.elementor-button.ct-btn-primary:hover {
  background: var(--ct-red-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(204,0,0,0.35);
}

/* Sekundärbutton – Outlined Weiß */
.elementor-button.ct-btn-outline {
  background: transparent;
  color: #ffffff !important;
  border: 2px solid #ffffff;
  border-radius: 4px;
  font-family: var(--ct-font-head);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 14px 32px;
  transition: all 0.25s ease;
}
.elementor-button.ct-btn-outline:hover {
  background: #ffffff;
  color: var(--ct-dark) !important;
}

/* Service-Card */
.ct-service-card {
  background: #ffffff;
  border: 1px solid var(--ct-border);
  border-radius: 8px;
  padding: 32px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.ct-service-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--ct-red);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.ct-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.10);
}
.ct-service-card:hover::after {
  transform: scaleX(1);
}

/* Split-Layout: Lohnfertigung (links, roter Akzent) */
.ct-split-left {
  background: var(--ct-red);
  color: #ffffff;
  border-radius: 8px;
  padding: 48px 40px;
}
.ct-split-left h3 { color: #ffffff; }

/* Split-Layout: Maschinenhandel (rechts, dunkel) */
.ct-split-right {
  background: var(--ct-dark);
  color: #ffffff;
  border-radius: 8px;
  padding: 48px 40px;
}
.ct-split-right h3 { color: #ffffff; }

/* Statistik-Karten */
.ct-stat-card {
  text-align: center;
  padding: 32px 20px;
  background: var(--ct-gray);
  border-radius: 8px;
}
.ct-stat-card .ct-number {
  font-family: var(--ct-font-head);
  font-size: 52px;
  font-weight: 800;
  color: var(--ct-red);
  line-height: 1;
}
.ct-stat-card .ct-label {
  font-size: 14px;
  color: var(--ct-text);
  margin-top: 8px;
}

/* CTA-Banner (volle Breite, Rot) */
.ct-cta-banner {
  background: var(--ct-red);
  color: #ffffff;
  text-align: center;
  padding: 80px 40px;
}
.ct-cta-banner h2 {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 16px;
}
.ct-cta-banner p {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 32px;
}

/* Responsive: Mobile-Anpassungen */
@media (max-width: 768px) {
  .ct-split-left, .ct-split-right {
    padding: 32px 24px;
  }
  .ct-stat-card .ct-number {
    font-size: 38px;
  }
  .ct-cta-banner {
    padding: 48px 20px;
  }
  .ct-cta-banner h2 {
    font-size: 26px;
  }
}/* End custom CSS */