.elementor-52727 .elementor-element.elementor-element-b5602ae > .elementor-widget-container{margin:0px 0px 15px 0px;}/* Start custom CSS for html, class: .elementor-element-b5602ae *//* CSS Variables for easy customization */
.elementor-52727 .elementor-element.elementor-element-b5602ae {
  --primary-color: #0073e6;
  --accent-color: #FF6F5E;
  --accent-hover: #E65B4C;
  --bg-color: #fff;
  --border-color: #ddd;
  --light-bg: #f9f9f9;
  --box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  --font-family: 'Source Sans Pro', sans-serif;
}

/* Reset and layout for the list */
.elementor-52727 .elementor-element.elementor-element-b5602ae .discount-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Make the entire discount box a clickable link */
.elementor-52727 .elementor-element.elementor-element-b5602ae .discount-box {
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color) !important;
  box-shadow: var(--box-shadow);
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: var(--font-family);
  text-decoration: none;
  color: inherit; /* Inherit text color for consistency */
}

.elementor-52727 .elementor-element.elementor-element-b5602ae .discount-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid var(--border-color) !important;
}

.elementor-52727 .elementor-element.elementor-element-b5602ae .logo-section {
  flex: 1;
  background-color: var(--light-bg);
  border-right: 1px solid var(--light-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.elementor-52727 .elementor-element.elementor-element-b5602ae .logo-section img {
  max-width: 100px;
  height: auto;
  display: block;
}

.elementor-52727 .elementor-element.elementor-element-b5602ae .content-section {
  flex: 2;
  padding: 20px;
}

.elementor-52727 .elementor-element.elementor-element-b5602ae .content-section h3 {
  margin: 10px 0px 10px 0px !important;
  color: var(--primary-color);
  font-size: 1.25em;
}

.elementor-52727 .elementor-element.elementor-element-b5602ae .content-section p {
  margin: 0;
  line-height: 1.5;
  color: #555;
}

.elementor-52727 .elementor-element.elementor-element-b5602ae .button-section {
  flex: 1;
  background-color: var(--light-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* Style the discount button as a span rather than an inner link */
.elementor-52727 .elementor-element.elementor-element-b5602ae .discount-button {
  background-color: var(--accent-color);
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  padding: 10px 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  text-align: center;
}

/* Change the button’s background on hover of the entire box */
.elementor-52727 .elementor-element.elementor-element-b5602ae .discount-box:hover .elementor-52727 .elementor-element.elementor-element-b5602ae .discount-button {
  background-color: var(--accent-hover);
}

/* Responsive Mobile Styles */
@media (max-width: 736px) {
  .elementor-52727 .elementor-element.elementor-element-b5602ae .discount-box {
    flex-direction: column;
    text-align: center;
  }
  
  .elementor-52727 .elementor-element.elementor-element-b5602ae .logo-section,
  .content-section,
  .button-section {
    border: none;
    padding: 15px;
  }
  
  .elementor-52727 .elementor-element.elementor-element-b5602ae .button-section {
    margin-top: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4637753 */.agenda-box {
  margin-top: 40px;
  font-family: 'Source Sans Pro', sans-serif;
}

.legend {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* center by default */
  gap: 20px;
  padding: 0;
  margin: 20px 0;
}

.legend li {
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  flex: 1 1 auto;       /* allow resizing */
  text-align: center;
  min-width: 180px;     /* ensures boxes don’t shrink too much */
}

/* Specific colors */
.legend .included {
  background: #d4edda;
  color: #155724;
}
.legend .platinum {
  background: #cce5ff;
  color: #004085;
}
.legend .missing {
  background: #f8d7da;
  color: #721c24;
}

/* Responsive stacking on small screens */
@media (max-width: 600px) {
  .legend {
    flex-direction: column;
    align-items: stretch;
  }
  .legend li {
    flex: none;
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97662f9 *//* ---------- Container ---------- */
.html-container {
    text-align: center;
    padding: 40px 20px;
}

.quiz-container{
    margin: 0 auto;
    text-align: left;
    background:#ffffff;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
    border:1px solid #e5e7eb;
    max-width:600px;
    width:100%;
    padding:40px;
    position:relative;
    overflow:hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.heading{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
    font-size: 26px !important;
}

.quiz-container::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:5px;
    background:linear-gradient(90deg,#667eea,#764ba2);
}

/* ---------- Header ---------- */
.quiz-header{text-align:center;margin-bottom:30px;}
.quiz-header h1{font-size:28px !important; color:#333 !important; margin-bottom:10px;}
.quiz-header p{font-size:18px !important; color:#666 !important;}

/* ---------- Progress ---------- */
.progress-bar{height:6px;background:#f3f4f6;border-radius:3px;margin-bottom:30px;overflow:hidden;}
.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:3px;transition:width .5s ease;position:relative;}
.progress-fill::after{content:'';position:absolute;top:0;right:0;bottom:0;width:20px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4));animation:shimmer 1.5s infinite;}
@keyframes shimmer{0%{transform:translateX(-20px);}100%{transform:translateX(20px);}}

/* ---------- Question sections ---------- */
.question-section,.results-section{display:none;animation:fadeIn .5s ease;}
.question-section.active,.results-section.active{display:block;}
@keyframes fadeIn{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:translateY(0);}}

.question-title{
    font-size:22px !important;
    font-weight:600 !important;
    color:#333 !important;
    margin-bottom:25px;
    line-height:1.4 !important;
}

/* ---------- Answers ---------- */
.answer-option{display:block;margin-bottom:12px;position:relative;cursor:pointer;transition:all .3s ease;}
.answer-option input[type="radio"]{position:absolute;opacity:0;cursor:pointer;}

.answer-option label{
    display:block;
    padding:18px 25px 18px 55px;
    background:#f9fafb;
    border-radius:12px;
    border:2px solid #e5e7eb;
    cursor:pointer;
    transition:all .3s ease;
    font-size:15px !important;
    color:#555 !important;
    position:relative;
}
.answer-option label::before{
    content:'';position:absolute;left:22px;top:50%;transform:translateY(-50%);
    width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;background:#fff;transition:all .3s ease;
}
.answer-option label::after{
    content:'';position:absolute;left:28px;top:50%;transform:translateY(-50%) scale(0);
    width:8px;height:8px;border-radius:50%;background:#667eea;transition:all .3s ease;
}

.answer-option:hover label{background:#f3f4f6;border-color:#d1d5db;transform:translateX(3px);}
.answer-option input[type="radio"]:checked+label{
    background:linear-gradient(135deg,rgba(102,126,234,.08),rgba(118,75,162,.08));
    border-color:#667eea;
    color:#333 !important;
    font-weight:500 !important;
}
.answer-option input[type="radio"]:checked+label::before{border-color:#667eea;}
.answer-option input[type="radio"]:checked+label::after{transform:translateY(-50%) scale(1);}

.plan-features ul{
    list-style:none !important;
    padding:0 !important;
    margin:0 !important;
}

.plan-features li{
    list-style:none !important;
    /* ... rest of the styles ... */
}

/* ---------- Navigation ---------- */
.navigation{display:flex;justify-content:space-between;margin-top:35px;gap:15px;}

.btn{
    padding:14px 28px;border:none;border-radius:10px;
    font-size:15px !important;font-weight:600 !important;
    cursor:pointer;transition:all .3s ease;text-decoration:none;
    display:inline-flex;align-items:center;gap:8px;
}
.btn-prev{background:#f3f4f6;color:#666 !important;}
.btn-prev:hover{background:#e5e7eb;transform:translateX(-3px);}
.btn-next,.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff !important;margin-left:auto;}
.btn-next:hover,.btn-submit:hover{transform:translateX(3px);box-shadow:0 5px 20px rgba(102,126,234,.3);}
.btn:disabled{opacity:.5;cursor:not-allowed;transform:none !important;}
.btn.hidden{display:none;}

.question-counter{text-align:center;font-size:14px !important;color:#666 !important;margin-bottom:20px;}

/* ---------- Error ---------- */
.error-message{
    background:#fef2f2;color:#dc2626 !important;
    padding:12px 16px;border-radius:8px;margin-bottom:20px;
    display:none;border:1px solid #fecaca;font-size:14px !important;
    animation:shake .5s ease;
}
@keyframes shake{0%,100%{transform:translateX(0);}25%{transform:translateX(-10px);}75%{transform:translateX(10px);}}

/* ---------- Results ---------- */
.results-section{text-align:center;padding:20px 0;}
.result-icon{width:80px;height:80px;margin:0 auto 25px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:scaleIn .5s ease;}
@keyframes scaleIn{from{transform:scale(0);opacity:0;}to{transform:scale(1);opacity:1;}}
.result-icon svg{width:40px;height:40px;color:#fff !important;}

.result-title{font-size:28px !important;font-weight:700 !important;color:#333 !important;margin-bottom:15px;}
.result-plan{font-size:24px !important;color:#667eea !important;font-weight:600 !important;margin-bottom:20px;}
.result-description{font-size:16px !important;color:#666 !important;margin-bottom:30px;line-height:1.6 !important;}

.plan-features{background:#f9fafb;border-radius:12px;padding:25px;margin-bottom:30px;text-align:left;}
.plan-features h3{font-size:18px !important;color:#333 !important;margin-bottom:15px;}
.plan-features li{
    padding:8px 0 8px 28px;position:relative;
    font-size:15px !important;color:#555 !important;
}
.plan-features li::before{content:'✓';position:absolute;left:0;font-size:18px !important;color:#667eea;font-weight:bold;}

.cta-button{
    background:linear-gradient(135deg,#667eea,#764ba2);color:#fff !important;
    padding:16px 40px;border:none;border-radius:10px;
    font-size:16px !important;font-weight:600 !important;cursor:pointer;transition:all .3s ease;
    text-decoration:none;display:inline-block;margin-bottom:15px;
}
.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(102,126,234,.3);}

.restart-button{
    background:transparent;color:#667eea !important;border:2px solid #667eea;
    padding:12px 30px;border-radius:10px;
    font-size:14px !important;font-weight:600 !important;cursor:pointer;transition:all .3s ease;
    text-decoration:none;
}
.restart-button:hover{background:#667eea;color:#fff !important;}

/* ---------- Responsive ---------- */
@media(max-width:640px){
    .quiz-container{padding:30px 20px;}
    .quiz-header h1{font-size:24px !important;}
    .question-title{font-size:18px !important;}
    .answer-option label{padding:15px 20px 15px 50px;font-size:14px !important;}
    .answer-option label::before{left:20px;width:18px;height:18px;}
    .answer-option label::after{left:26px;width:6px;height:6px;}
    .btn{padding:12px 20px;font-size:14px !important;}
    .navigation{flex-direction:column;}
    .btn-next,.btn-submit{margin-left:0;}
    .result-title{font-size:24px !important;}
    .result-plan{font-size:20px !important;}
}

/* ---------- Loading ---------- */
.loading{display:none;text-align:center;padding:40px;}
.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px;}
@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}


/* ---------- Utility ---------- */
.hidden{display:none !important;}

/* Loading sichtbar machen */
.loading.show{display:block;}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-36dd62f */.agenda-box {
  margin-top: 40px;
  font-family: 'Source Sans Pro', sans-serif;
}

.legend {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* center by default */
  gap: 20px;
  padding: 0;
  margin: 20px 0;
}

.legend li {
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  flex: 1 1 auto;       /* allow resizing */
  text-align: center;
  min-width: 180px;     /* ensures boxes don’t shrink too much */
}

/* Specific colors */
.legend .included {
  background: #d4edda;
  color: #155724;
}
.legend .platinum {
  background: #cce5ff;
  color: #004085;
}
.legend .missing {
  background: #f8d7da;
  color: #721c24;
}

/* Responsive stacking on small screens */
@media (max-width: 600px) {
  .legend {
    flex-direction: column;
    align-items: stretch;
  }
  .legend li {
    flex: none;
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a881bec *//* CSS Variables for easy customization */
.elementor-52727 .elementor-element.elementor-element-a881bec {
  --primary-color: #0073e6;
  --accent-color: #FF6F5E;
  --accent-hover: #E65B4C;
  --bg-color: #fff;
  --border-color: #ddd;
  --light-bg: #f9f9f9;
  --box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  --font-family: 'Source Sans Pro', sans-serif;
}

/* Reset and layout for the list */
.elementor-52727 .elementor-element.elementor-element-a881bec .discount-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Make the entire discount box a clickable link */
.elementor-52727 .elementor-element.elementor-element-a881bec .discount-box {
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color) !important;
  box-shadow: var(--box-shadow);
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: var(--font-family);
  text-decoration: none;
  color: inherit; /* Inherit text color for consistency */
}

.elementor-52727 .elementor-element.elementor-element-a881bec .discount-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid var(--border-color) !important;
}

.elementor-52727 .elementor-element.elementor-element-a881bec .logo-section {
  flex: 1;
  background-color: var(--light-bg);
  border-right: 1px solid var(--light-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.elementor-52727 .elementor-element.elementor-element-a881bec .logo-section img {
  max-width: 100px;
  height: auto;
  display: block;
}

.elementor-52727 .elementor-element.elementor-element-a881bec .content-section {
  flex: 2;
  padding: 20px;
}

.elementor-52727 .elementor-element.elementor-element-a881bec .content-section h3 {
  margin: 10px 0px 10px 0px !important;
  color: var(--primary-color);
  font-size: 1.25em;
}

.elementor-52727 .elementor-element.elementor-element-a881bec .content-section p {
  margin: 0;
  line-height: 1.5;
  color: #555;
}

.elementor-52727 .elementor-element.elementor-element-a881bec .button-section {
  flex: 1;
  background-color: var(--light-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* Style the discount button as a span rather than an inner link */
.elementor-52727 .elementor-element.elementor-element-a881bec .discount-button {
  background-color: var(--accent-color);
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  padding: 10px 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  text-align: center;
}

/* Change the button’s background on hover of the entire box */
.elementor-52727 .elementor-element.elementor-element-a881bec .discount-box:hover .elementor-52727 .elementor-element.elementor-element-a881bec .discount-button {
  background-color: var(--accent-hover);
}

/* Responsive Mobile Styles */
@media (max-width: 736px) {
  .elementor-52727 .elementor-element.elementor-element-a881bec .discount-box {
    flex-direction: column;
    text-align: center;
  }
  
  .elementor-52727 .elementor-element.elementor-element-a881bec .logo-section,
  .content-section,
  .button-section {
    border: none;
    padding: 15px;
  }
  
  .elementor-52727 .elementor-element.elementor-element-a881bec .button-section {
    margin-top: 10px;
  }
}/* End custom CSS */