.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#E61111;--e-global-color-accent:#61CE70;--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;}.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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* Label-Styling für Contact Form 7 */
.wpcf7-form label {
  color: #ffffff !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
}
.wpcf7-form input[type="submit"] {
  background-color: #e60000; /* kräftiges GR2D-Rot */
  color: #ffffff;            /* weiße Schrift */
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  padding: 12px 24px;
  border: none;
  border-radius: 0;          /* keine Rundung */
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wpcf7-form input[type="submit"]:hover {
  background-color: #cc0000;
}
/* Contact Form 7: Eingabefelder größer und eckig */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  padding: 14px 12px;
  font-size: 16px;
  border-radius: 0 !important;
  height: auto;
}
.wpcf7-response-output {
  color: #ffffff !important;         /* Weißer Text */
  border-color: #ffffff !important;  /* Weißer Rahmen */
}
/* Responsives Verhalten für Eingabefelder */
.wpcf7-form input,
.wpcf7-form textarea {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

/* Verhindert horizontales Scrollen auf Mobilgeräten */
body {
  overflow-x: hidden;
}/* End custom CSS */