.elementor-1443 .elementor-element.elementor-element-4591eaf{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:-20px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:150px;--padding-left:50px;--padding-right:50px;}.elementor-1443 .elementor-element.elementor-element-4591eaf:not(.elementor-motion-effects-element-type-background), .elementor-1443 .elementor-element.elementor-element-4591eaf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://otto-maigler-see.de/wp-content/uploads/2026/05/palmen-scaled.webp");background-position:center center;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1443 .elementor-element.elementor-element-9fe0543{text-align:center;}.elementor-1443 .elementor-element.elementor-element-9fe0543 .elementor-heading-title{font-family:var( --e-global-typography-68288f9-font-family ), Sans-serif;font-size:var( --e-global-typography-68288f9-font-size );font-weight:var( --e-global-typography-68288f9-font-weight );line-height:var( --e-global-typography-68288f9-line-height );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1443 .elementor-element.elementor-element-038e51c{text-align:center;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-1443 .elementor-element.elementor-element-9fe0543 .elementor-heading-title{font-size:var( --e-global-typography-68288f9-font-size );line-height:var( --e-global-typography-68288f9-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(min-width:768px){.elementor-1443 .elementor-element.elementor-element-4591eaf{--content-width:568px;}}@media(max-width:767px){.elementor-1443 .elementor-element.elementor-element-4591eaf{--padding-top:60px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-1443 .elementor-element.elementor-element-9fe0543 .elementor-heading-title{font-size:var( --e-global-typography-68288f9-font-size );line-height:var( --e-global-typography-68288f9-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for container, class: .elementor-element-4591eaf *//* =========================
   OMS / Strandbad Quiz Style
   Angepasst auf Sand / Orange / Dunkelblau
   ========================= */

.quiz-block.multi-quiz-block {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 22px;
}

/* Optionen */
.quiz-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

/* Kleine Kategorie-Headline */
.quiz-title {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  color: #DF5B16;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0 auto 16px;
}

/* Große Frage */
.quiz-question {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.02;
  text-align: center;
  color: #263655;
  font-weight: 700;
  max-width: 980px;
  margin: 0 auto 48px;
}

/* Antwortkarten */
.quiz-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px;
  background: #F4DEC3;
  border-style: solid;
  border-color: #DF5B16;
  border-width: 0 5px 5px 0;
  border-radius: 15px;
  box-shadow: none;
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
  min-height: 96px;
}

.quiz-card:hover {
  transform: translateY(8px);
  background: #FFF2E2;
  border-color: #7FC0CB;
}

.quiz-card__left {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}

.quiz-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 23px;
  line-height: 1;
  flex-shrink: 0;
  border-radius: 999px;
  background: #FFF2E2;
  color: #263655;
  box-shadow: inset 0 0 0 1px rgba(38, 54, 85, 0.08);
  transition: background 0.22s ease, color 0.22s ease;
}

.quiz-card:hover .quiz-card__icon {
  background: #F4DEC3;
}

.quiz-card__text {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: 18px;
  line-height: 1.42;
  color: #263655;
  font-weight: 400;
  margin-top: 8px;
}

/* Aktiver Zustand */
.quiz-card.active {
  border-color: #7FC0CB;
  background: #FFF2E2;
  box-shadow: none;
}

.quiz-card.active .quiz-card__icon {
  background: #DF5B16;
  color: #FFF2E2;
}


.multi-quiz-block .quiz-step {
  display: none !important;
}

.multi-quiz-block .quiz-step.active {
  display: block !important;
}

.quiz-contact-form {
  display: none !important;
}

.quiz-contact-form.is-visible {
  display: block !important;
}


/* Input / Select / Date */
.quiz-input-wrap,
.quiz-select-wrap {
  max-width: 560px;
  margin: 0 auto 28px;
  text-align: center;
}

.quiz-input,
.quiz-select {
  width: 100%;
  padding: 20px 22px;
  border-style: solid;
  border-color: #DF5B16;
  border-width: 0 5px 5px 0;
  border-radius: 15px;
  background: #F4DEC3;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #263655;
  font-weight: 400;
  box-shadow: none;
  outline: none;
  transition: border-color 0.22s ease, background 0.22s ease;
}

.quiz-input::placeholder {
  color: rgba(38, 54, 85, 0.55);
}

.quiz-input:hover,
.quiz-select:hover {
  background: #FFF2E2;
  border-color: #7FC0CB;
}

.quiz-input:focus,
.quiz-select:focus {
  background: #FFF2E2;
  border-color: #7FC0CB;
  box-shadow: none;
}

/* Hilfetexte */
.quiz-help-text {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #DF5B16;
  margin: 14px 0 0;
  font-weight: 400;
}

/* Fehlermeldungen */
.quiz-error {
  display: none;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #AE4717;
  margin: 14px 0 0;
  font-weight: 600;
}

.quiz-error.is-visible {
  display: block;
}

/* Weiter-Button */
.quiz-next-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 17px 34px;
  border: none;
  border-radius: 8px;
  background: #DF5B16;
  color: #FFF2E2;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.quiz-next-button:hover {
  transform: translateY(8px);
  background: #7FC0CB;
  color: #263655;
}

/* Button bei Mehrfachauswahl mittig ausrichten */
#quiz-areas-next {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

/* Mehrfachauswahl */
.quiz-options-multi .quiz-card.active {
  border-color: #7FC0CB;
  background: #FFF2E2;
  box-shadow: none;
}

/* Checkmark bei aktiver Mehrfachauswahl */
.quiz-card-multi.active::after {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 999px;
  background: #DF5B16;
  color: #FFF2E2;
  font-size: 18px;
  font-weight: 700;
}

/* Animation */
.multi-quiz-block .quiz-step .quiz-title,
.multi-quiz-block .quiz-step .quiz-question,
.multi-quiz-block .quiz-step .quiz-card,
.multi-quiz-block .quiz-step .quiz-input-wrap,
.multi-quiz-block .quiz-step .quiz-select-wrap,
.multi-quiz-block .quiz-step .quiz-next-button {
  opacity: 1;
  transform: none;
}

.multi-quiz-block .quiz-step.animate-in .quiz-title {
  opacity: 0;
  transform: translateY(12px);
  animation: omsFadeUp 0.42s ease forwards;
  animation-delay: 0.08s;
}

.multi-quiz-block .quiz-step.animate-in .quiz-question {
  opacity: 0;
  transform: translateY(12px);
  animation: omsFadeUp 0.5s ease forwards;
  animation-delay: 0.15s;
}

.multi-quiz-block .quiz-step.animate-in .quiz-card,
.multi-quiz-block .quiz-step.animate-in .quiz-input-wrap,
.multi-quiz-block .quiz-step.animate-in .quiz-select-wrap {
  opacity: 0;
  transform: translateY(12px);
  animation: omsFadeUp 0.5s ease forwards;
}

.multi-quiz-block .quiz-step.animate-in .quiz-card:nth-of-type(1) {
  animation-delay: 0.23s;
}

.multi-quiz-block .quiz-step.animate-in .quiz-card:nth-of-type(2) {
  animation-delay: 0.31s;
}

.multi-quiz-block .quiz-step.animate-in .quiz-card:nth-of-type(3) {
  animation-delay: 0.39s;
}

.multi-quiz-block .quiz-step.animate-in .quiz-card:nth-of-type(4) {
  animation-delay: 0.47s;
}

@keyframes omsFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .quiz-block.multi-quiz-block {
    padding: 24px 14px;
  }

  .quiz-options {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .quiz-title {
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .quiz-question {
    font-size: 26px;
    line-height: 1.12;
    margin-bottom: 26px;
  }

  .quiz-card {
    padding: 20px;
    min-height: auto;
    border-radius: 15px;
    border-width: 0 4px 4px 0;
  }

  .quiz-card:hover {
    transform: translateY(8px);
    background: #FFF2E2;
    border-color: #7FC0CB;
  }

  .quiz-card__icon {
    width: 38px;
    height: 38px;
    font-size: 21px;
  }

  .quiz-card__text {
    font-size: 16px;
    margin-top: 7px;
  }

  .quiz-input,
  .quiz-select {
    font-size: 16px;
    padding: 18px;
    border-radius: 15px;
    border-width: 0 4px 4px 0;
  }

  .quiz-next-button {
    width: 100%;
    padding: 17px 24px;
    border: none;
  }

  .quiz-next-button:hover {
    transform: translateY(8px);
    background: #7FC0CB;
    color: #263655;
  }

  #quiz-areas-next {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}/* End custom CSS */