.elementor-2532 .elementor-element.elementor-element-e35aa37{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2532 .elementor-element.elementor-element-e35aa37:not(.elementor-motion-effects-element-type-background), .elementor-2532 .elementor-element.elementor-element-e35aa37 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#121212;}.elementor-2532 .elementor-element.elementor-element-448d872{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-16035d3 *//* Website-Analyse Funnel CSS - Alle Selektoren mit websiteanalyse- Präfix */

/* Browser-Standard-Styles überschreiben - Korrigiert */
.websiteanalyse-container button,
.websiteanalyse-container input[type="button"],
.websiteanalyse-container input[type="submit"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: inherit !important;
}

/* Container und Basis-Styles */
.websiteanalyse-container {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #121212;
  color: white;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.websiteanalyse-screen {
  display: none;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.websiteanalyse-screen.websiteanalyse-active {
  display: flex;
}

.websiteanalyse-content {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

/* Typography */
.websiteanalyse-subtitle {
  color: #00AB33;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}

.websiteanalyse-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
}

@media (min-width: 768px) {
  .websiteanalyse-title {
    font-size: 3.75rem;
  }
}

.websiteanalyse-gradient-text {
  background: linear-gradient(135deg, #00AB33, #00FF47);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.websiteanalyse-description {
  font-size: 1.25rem;
  color: #d1d5db;
  margin: 0 0 2rem 0;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .websiteanalyse-description {
    font-size: 1.5rem;
  }
}

.websiteanalyse-sub-description {
  font-size: 1rem;
  color: #d1d5db;
  margin: 0 0 2rem 0;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .websiteanalyse-sub-description {
    font-size: 1.25rem;
  }
}

.websiteanalyse-disclaimer {
  color: #9ca3af;
  font-size: 0.875rem;
  margin-top: 1.5rem;
}

/* Buttons - Korrigiert mit höherer Spezifität */
.websiteanalyse-button {
  border: none !important;
  border-radius: 0.5rem !important;
  font-weight: bold !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  display: inline-block !important;
  text-align: center !important;
  outline: none !important;
  box-shadow: none !important;
}

.websiteanalyse-primary-button,
.websiteanalyse-primary-button:link,
.websiteanalyse-primary-button:visited,
.websiteanalyse-primary-button:focus,
.websiteanalyse-primary-button:active {
  background: #00AB33 !important;
  color: black !important;
  font-size: 1.125rem !important;
  padding: 1.5rem 2rem !important;
  animation: none !important;
  border: none !important;
  outline: none !important;
  border-radius: 0.5rem !important;
  font-weight: bold !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  display: inline-block !important;
  text-align: center !important;
}

.websiteanalyse-primary-button:hover {
  background: rgba(0, 171, 51, 0.9) !important;
  transform: translateY(-2px) !important;
  color: black !important;
}

.websiteanalyse-secondary-button,
.websiteanalyse-secondary-button:link,
.websiteanalyse-secondary-button:visited,
.websiteanalyse-secondary-button:focus,
.websiteanalyse-secondary-button:active {
  background: #374151 !important;
  color: white !important;
  font-size: 1rem !important;
  padding: 0.75rem 1.5rem !important;
  border: none !important;
  outline: none !important;
  border-radius: 0.5rem !important;
  font-weight: bold !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  display: inline-block !important;
  text-align: center !important;
}

.websiteanalyse-secondary-button:hover {
  background: #4b5563 !important;
  color: white !important;
}

@keyframes websiteanalyse-pulse-glow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(0, 171, 51, 0.3);
  }
  50% {
    box-shadow: 0 0 30px rgba(0, 171, 51, 0.6);
  }
}

/* Forms */
.websiteanalyse-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.websiteanalyse-input-group {
  width: 100%;
  max-width: 24rem;
}

.websiteanalyse-input {
  width: 100%;
  background: #374151;
  border: 1px solid #4b5563;
  color: white;
  font-size: 1.125rem;
  padding: 1.5rem 1rem;
  border-radius: 0.5rem;
  text-align: center;
  box-sizing: border-box;
}

.websiteanalyse-input:focus {
  outline: none;
  border-color: #00AB33;
  box-shadow: 0 0 0 3px rgba(0, 171, 51, 0.1);
}

.websiteanalyse-input::placeholder {
  color: #9ca3af;
}

.websiteanalyse-error-message {
  color: #ef4444;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  text-align: center;
}

/* Loading */
.websiteanalyse-loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.websiteanalyse-spinner {
  width: 6rem;
  height: 6rem;
  border: 4px solid #4b5563;
  border-top: 4px solid #00AB33;
  border-radius: 50%;
  animation: websiteanalyse-spin 1s linear infinite;
}

@keyframes websiteanalyse-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.websiteanalyse-progress {
  font-size: 5rem;
  font-weight: bold;
  color: #00AB33;
  animation: websiteanalyse-pulse 1s ease-in-out infinite;
}

@media (min-width: 768px) {
  .websiteanalyse-progress {
    font-size: 6rem;
  }
}

@keyframes websiteanalyse-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

/* Progress Bar */
.websiteanalyse-progress-container {
  margin-bottom: 3rem;
}

.websiteanalyse-progress-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.websiteanalyse-progress-text {
  color: #00AB33;
  font-weight: 600;
  font-size: 0.875rem;
}

.websiteanalyse-progress-bar {
  width: 100%;
  height: 0.5rem;
  background: #374151;
  border-radius: 0.25rem;
  overflow: hidden;
}

.websiteanalyse-progress-fill {
  height: 100%;
  background: #00AB33;
  transition: width 0.3s ease;
  border-radius: 0.25rem;
}

/* Questions */
.websiteanalyse-question-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.websiteanalyse-question-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.websiteanalyse-emoji {
  display: inline-block;
}

.websiteanalyse-question-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  line-height: 1.4;
  margin: 0;
  max-width: 40rem;
}

@media (min-width: 768px) {
  .websiteanalyse-question-title {
    font-size: 2rem;
  }
}

/* KORRIGIERT: Answer Buttons bleiben nebeneinander auf mobil */
.websiteanalyse-answer-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

@media (max-width: 480px) {
  .websiteanalyse-answer-buttons {
    gap: 0.75rem;
    /* WICHTIG: flex-direction: column ENTFERNT damit Buttons nebeneinander bleiben */
  }
}

.websiteanalyse-answer-button,
.websiteanalyse-answer-button:link,
.websiteanalyse-answer-button:visited,
.websiteanalyse-answer-button:focus,
.websiteanalyse-answer-button:active {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 1rem 2rem !important;
  border: 2px solid transparent !important;
  border-radius: 2rem !important;
  font-weight: 600 !important;
  font-size: 1.125rem !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  min-width: 8rem !important;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
  flex: 1 !important;
  max-width: 10rem !important;
  justify-content: center !important;
}

@media (max-width: 480px) {
  .websiteanalyse-answer-button {
    padding: 0.875rem 1.5rem !important;
    font-size: 1rem !important;
    min-width: 7rem !important;
    max-width: 9rem !important;
  }
}

.websiteanalyse-yes-button,
.websiteanalyse-yes-button:link,
.websiteanalyse-yes-button:visited,
.websiteanalyse-yes-button:focus,
.websiteanalyse-yes-button:active {
  background: rgba(0, 171, 51, 0.1) !important;
  border-color: #00AB33 !important;
  color: #00AB33 !important;
}

.websiteanalyse-yes-button:hover {
  background: rgba(0, 171, 51, 0.2) !important;
  transform: translateY(-2px) !important;
  color: #00AB33 !important;
  border-color: #00AB33 !important;
}

.websiteanalyse-no-button,
.websiteanalyse-no-button:link,
.websiteanalyse-no-button:visited,
.websiteanalyse-no-button:focus,
.websiteanalyse-no-button:active {
  background: rgba(239, 68, 68, 0.1) !important;
  border-color: #ef4444 !important;
  color: #ef4444 !important;
}

.websiteanalyse-no-button:hover {
  background: rgba(239, 68, 68, 0.2) !important;
  transform: translateY(-2px) !important;
  color: #ef4444 !important;
  border-color: #ef4444 !important;
}

.websiteanalyse-answer-icon {
  font-size: 1.25rem;
  font-weight: bold;
}

.websiteanalyse-explanation {
  color: #d1d5db;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 36rem;
  margin: 0;
}

/* Results */
.websiteanalyse-result-header {
  margin-bottom: 3rem;
}

.websiteanalyse-result-badge {
  background: #374151;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.websiteanalyse-warning-box {
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid #f59e0b;
  color: #f59e0b;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
}

.websiteanalyse-result-icon-container {
  margin: 2rem 0;
}

.websiteanalyse-result-icon {
  font-size: 5rem;
  line-height: 1;
}

.websiteanalyse-result-title {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 1rem 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .websiteanalyse-result-title {
    font-size: 2.5rem;
  }
}

.websiteanalyse-result-subtitle {
  font-size: 1.125rem;
  color: #d1d5db;
  margin: 0 0 2rem 0;
}

/* KORRIGIERT: Bullet Points einfach wie im Referenzbild */
.websiteanalyse-bullet-container {
  margin: 3rem 0;
  text-align: left;
}

.websiteanalyse-bullet-title {
  color: #d1d5db;
  font-size: 1.125rem;
  margin: 0 0 1.5rem 0;
  text-align: center;
}

.websiteanalyse-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.websiteanalyse-bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #e5e7eb;
  line-height: 1.6;
  /* ENTFERNT: komplexe Container-Styles */
}

.websiteanalyse-bullet-icon {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0.125rem;
  flex-shrink: 0;
}

.websiteanalyse-bullet-icon.websiteanalyse-critical {
  color: #ef4444;
}

.websiteanalyse-bullet-icon.websiteanalyse-strong {
  color: #00AB33;
}

.websiteanalyse-bullet-text {
  color: #e5e7eb;
  line-height: 1.6;
  margin: 0;
}

/* Recommendation Box */
.websiteanalyse-recommendation-box {
  background: rgba(0, 171, 51, 0.1);
  border: 1px solid #00AB33;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin: 2rem 0;
}

.websiteanalyse-recommendation-box.websiteanalyse-critical {
  background: rgba(239, 68, 68, 0.1);
  border-color: #ef4444;
}

.websiteanalyse-recommendation-text {
  color: #e5e7eb;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* Next Step */
.websiteanalyse-next-step {
  background: rgba(55, 65, 81, 0.5);
  border-radius: 1rem;
  padding: 2rem;
  margin: 3rem 0;
}

.websiteanalyse-next-step-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.websiteanalyse-next-step-title {
  color: #00AB33;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}

.websiteanalyse-potential-text,
.websiteanalyse-urgency-text {
  color: #d1d5db;
  line-height: 1.6;
  margin: 1rem 0;
}

/* Lead Capture */
.websiteanalyse-lead-capture {
  background: rgba(55, 65, 81, 0.3);
  border-radius: 1rem;
  padding: 2rem;
  margin-top: 3rem;
}

.websiteanalyse-lead-step {
  display: none;
}

.websiteanalyse-lead-step.websiteanalyse-active {
  display: block;
}

.websiteanalyse-lead-header {
  margin-bottom: 2rem;
}

.websiteanalyse-lead-title {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}

.websiteanalyse-lead-subtitle {
  color: #f59e0b;
  font-size: 0.875rem;
  margin: 0 0 1.5rem 0;
}

.websiteanalyse-lead-progress {
  margin-bottom: 1rem;
}

.websiteanalyse-lead-progress-bar {
  width: 100%;
  height: 0.5rem;
  background: #374151;
  border-radius: 0.25rem;
  overflow: hidden;
}

.websiteanalyse-lead-progress-fill {
  height: 100%;
  background: #00AB33;
  transition: width 0.3s ease;
  border-radius: 0.25rem;
}

.websiteanalyse-lead-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.websiteanalyse-lead-label {
  color: #f59e0b;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.5rem;
}

.websiteanalyse-lead-input {
  background: #374151;
  border: 1px solid #4b5563;
  color: white;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.websiteanalyse-lead-input:focus {
  outline: none;
  border-color: #00AB33;
  box-shadow: 0 0 0 3px rgba(0, 171, 51, 0.1);
}

.websiteanalyse-lead-input::placeholder {
  color: #9ca3af;
}

.websiteanalyse-lead-buttons {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 1rem;
}

.websiteanalyse-consent-container {
  margin: 1rem 0;
}

.websiteanalyse-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #d1d5db;
  font-size: 0.875rem;
  line-height: 1.4;
  cursor: pointer;
  text-align: left;
}

.websiteanalyse-consent-checkbox {
  margin-top: 0.125rem;
  flex-shrink: 0;
}

.websiteanalyse-privacy-text {
  color: #00AB33;
  font-size: 0.875rem;
  margin-top: 1rem;
  text-align: center;
}

/* Success */
.websiteanalyse-success-content {
  text-align: center;
  padding: 2rem;
}

.websiteanalyse-success-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.websiteanalyse-success-title {
  color: #00AB33;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}

.websiteanalyse-success-text {
  color: #d1d5db;
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0;
}

/* Responsive Design - KORRIGIERT */
@media (max-width: 768px) {
  .websiteanalyse-content {
    padding: 1rem;
  }
  
  /* ENTFERNT: Answer buttons sollen nebeneinander bleiben
  .websiteanalyse-answer-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .websiteanalyse-answer-button {
    width: 100%;
    max-width: 16rem;
    justify-content: center;
  }
  */
  
  .websiteanalyse-lead-buttons {
    flex-direction: column;
  }
  
  .websiteanalyse-bullet-item {
    gap: 0.75rem;
  }
}

/* Spezialeffekt nur für den Start-Button auf der Startseite */
/* Glow nur für Start-Button */
#websiteanalyse-start .websiteanalyse-primary-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  animation: glow-pulse 3.5s ease-in-out infinite !important;
  box-shadow: 0 0 8px rgba(0, 171, 51, 0.25), 0 0 16px rgba(0, 171, 51, 0.15) !important;
}

#websiteanalyse-start .websiteanalyse-primary-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: all 0.3s ease;
  z-index: -1;
  border-radius: 0.5rem;
}

#websiteanalyse-start .websiteanalyse-primary-button:hover::before {
  left: 0;
}

#websiteanalyse-start .websiteanalyse-primary-button:hover {
  color: #ffffff !important;
  box-shadow: 0 0 12px 3px #00ff5e !important;
}

/* Glow-Animation */
@keyframes glow-pulse {
  0%, 100% {
    box-shadow: 0 0 8px rgba(0, 171, 51, 0.25), 0 0 16px rgba(0, 171, 51, 0.15), 0 0 24px rgba(0, 171, 51, 0.1);
  }
  50% {
    box-shadow: 0 0 16px rgba(0, 171, 51, 0.4), 0 0 32px rgba(0, 171, 51, 0.25), 0 0 48px rgba(0, 171, 51, 0.15);
  }
}






/* Veredelter Ergebnis-Badge */
.websiteanalyse-result-badge {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: white;
  background-color: rgb(0, 171, 51);
  border-radius: 9999px;
  box-shadow: 0 0 12px rgba(0, 171, 51, 0.6), 0 0 8px rgba(0, 171, 51, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  animation: float-badge 3s ease-in-out infinite;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}

@keyframes float-badge {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}


#websiteanalyse-result .ti-header {
  transform: scale(1.3);
  transform-origin: center;
  margin-top: 2rem;
}

#websiteanalyse-result .ti-widget {
  display: flex;
  justify-content: center;
}/* End custom CSS */