.elementor-kit-6{--e-global-color-primary:rgb(19, 19, 19);--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-58311f4:#C687FF;--e-global-color-97cb4fd:#131313;--e-global-color-300f236:#172C5C;--e-global-typography-primary-font-family:"Poppins";--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:#131313;background-image:url("https://youractor.art/wp-content/uploads/2025/09/Untitled-512-x-512-px-1024-x-1024-px-scaled.png");background-position:center center;background-repeat:repeat;background-size:auto;overscroll-behavior:auto;}.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;}.tp-site-share{z-index:30;}.elementor-kit-6 .tp-reading-progress{top:0;}@media(min-width:1025px){.elementor-kit-6{background-attachment:scroll;}}@media(max-width:1024px){.elementor-kit-6{background-position:center center;background-repeat:repeat;background-size:auto;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{background-position:center center;background-repeat:repeat;background-size:auto;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Gesamtes Formular */
.wpcf7-form {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  background-color: #131313;
  padding: 40px;
  border-radius: 16px;
  max-width: 600px;
  margin: auto;
}

/* Label */
.wpcf7-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #ffffff;
}

/* Input-Felder & Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #444;
  padding: 10px 5px;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-bottom: 2px solid #f6d4ff;
  outline: none;
}

/* Checkbox DSGVO */
.gdpr-consent {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #aaa;
  margin: 20px 0;
}

.gdpr-consent a {
  color: #f6d4ff;
  text-decoration: underline;
}

/* Sende-Button */
.wpcf7 input[type="submit"] {
  background-color: transparent;
  border: 2px solid #f6d4ff;
  color: #f6d4ff;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #f6d4ff;
  color: #131313;
}

/* Erfolgs- oder Fehlernachricht */
.wpcf7-response-output {
  margin-top: 20px;
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
}

.wpcf7-mail-sent-ok {
  background-color: #f6d4ff1a;
  border: 1px solid #f6d4ff;
  color: #f6d4ff;
}

.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
  background-color: #ff00331a;
  border: 1px solid #ff0033;
  color: #ff0033;
}
/* Gesamtbereich */
.actor-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 60px 20px;
  background: none;
}

/* Einzelbox */
.category-box {
  width: 150px;
  height: 150px;
  text-align: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

/* Hover Effekt mit Neon + leichtem Rotate */
.category-box:hover {
  border-color: #ffffff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  transform: scale(1.07) rotate(0.5deg);
  animation: pulseGlow 1.2s ease-in-out infinite;
}

/* Icon Style */
.category-box i,
.category-box svg {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 10px;
}

/* Text */
.category-box h4 {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

/* Glow Animation */
@keyframes pulseGlow {
  0% { box-shadow: 0 0 10px rgba(255,255,255,0.3); }
  50% { box-shadow: 0 0 25px rgba(255,255,255,0.7); }
  100% { box-shadow: 0 0 10px rgba(255,255,255,0.3); }
}

/* Responsiv */
@media (max-width: 768px) {
  .category-box {
    width: 120px;
    height: 120px;
    padding: 16px;
  }

  .category-box i,
  .category-box svg {
    font-size: 28px;
  }

  .category-box h4 {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .actor-categories {
    gap: 20px;
    padding: 40px 10px;
  }

  .category-box {
    margin: 10px auto;
    width: 110px;
    height: 110px;
  }
}/* End custom CSS */