.elementor-2880 .elementor-element.elementor-element-8029909{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-2880 .elementor-element.elementor-element-35b6772 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-2880 .elementor-element.elementor-element-35b6772 img{width:250px;}.elementor-2880 .elementor-element.elementor-element-f9227fb{--display:flex;}.elementor-2880 .elementor-element.elementor-element-dd0ce8b > .elementor-widget-container{margin:15px 0px 0px 0px;}.elementor-2880 .elementor-element.elementor-element-dd0ce8b{text-align:center;}.elementor-2880 .elementor-element.elementor-element-dd0ce8b .elementor-heading-title{font-size:var( --e-global-typography-740ec0d-font-size );font-weight:var( --e-global-typography-740ec0d-font-weight );text-decoration:var( --e-global-typography-740ec0d-text-decoration );line-height:var( --e-global-typography-740ec0d-line-height );}@media(max-width:1440px){.elementor-2880 .elementor-element.elementor-element-dd0ce8b .elementor-heading-title{font-size:var( --e-global-typography-740ec0d-font-size );line-height:var( --e-global-typography-740ec0d-line-height );}}@media(max-width:991px){.elementor-2880 .elementor-element.elementor-element-dd0ce8b .elementor-heading-title{font-size:var( --e-global-typography-740ec0d-font-size );line-height:var( --e-global-typography-740ec0d-line-height );}}@media(max-width:480px){.elementor-2880 .elementor-element.elementor-element-dd0ce8b .elementor-heading-title{font-size:var( --e-global-typography-740ec0d-font-size );line-height:var( --e-global-typography-740ec0d-line-height );}}@media(min-width:481px){.elementor-2880 .elementor-element.elementor-element-8029909{--content-width:700px;}}/* Start custom CSS *//* einordnung.ch – Neues Consent Formular */
.ef-consent-form {
  --eo-blue: #0076c9;
  --eo-blue-dark: #005fa3;
  --eo-text: #2f2f34;
  --eo-muted: #6f7680;
  --eo-border: rgba(20, 40, 70, 0.10);
  --eo-soft-blue: #f3f9fd;
  --eo-shadow: 0 24px 70px rgba(20, 40, 70, 0.08);
}

/* Formular-Karte */
.ef-consent-form__form {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--eo-border);
  border-radius: 22px;
  padding: clamp(24px, 4vw, 44px);
  box-shadow: var(--eo-shadow);
  backdrop-filter: blur(12px);
  display: flex;
flex-direction: column;
gap: 1rem;
}

/* Falls das Formular sichtbar sein soll und hidden per HTML noch gesetzt ist */
.ef-consent-form__form[hidden] {
  display: none;
}

/* Abstand zwischen Checkbox-Zeilen */
.ef-consent-form__item {
  margin-bottom: 14px;
}

/* Einzelne Checkbox-Zeile */
.ef-consent-form__item {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center !important;
  gap: 14px;
  padding: 0 10px !important;
  background: #fff;
  border: 1px solid var(--eo-border);
  border-radius: 14px;
  transition: all 0.22s ease;
  cursor: pointer;
  margin:0 !important;
}

/* Hover */
.ef-consent-form__item:hover {
  border-color: rgba(0, 118, 201, 0.35);
  background: var(--eo-soft-blue);
  transform: translateY(-1px);
}

/* Text rechts neben Checkbox */
.ef-consent-form__text {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding: 15px 0 !important;
  color: var(--eo-text);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
  cursor: pointer;
}

/* Standard-Checkbox stylen */
.ef-consent-form__checkbox {
  appearance: none;
  -webkit-appearance: none;
  grid-column: 1;
  grid-row: 1;
  width: 22px !important;
  height: 22px !important;
  margin: 0;
  border: 1.5px solid rgba(0, 118, 201, 0.35);
  border-radius: 7px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  padding: 0 !important;
  flex: none;
  display: flex;
}

/* Checked */
.ef-consent-form__checkbox:checked {
  background: var(--eo-blue) !important;
  border-color: var(--eo-blue);
}

/* Häkchen */
.ef-consent-form__checkbox:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Fokus für Accessibility */
.ef-consent-form__checkbox:focus-visible {
  outline: 3px solid rgba(0, 118, 201, 0.18);
  outline-offset: 3px;
}

/* Fehlermeldung */
.ef-consent-form__error {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.18);
  color: #b91c1c;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

/* Button Bereich */
.ef-consent-form__submit {
  margin-top: 26px;
}

/* Button */
.ef-consent-form__submit {
  position: relative;
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  background: #171717;
  color: #fff;
  letter-spacing: -0.01em;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
  transition: all 0.24s ease;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  margin-top:0 !important ;
}

/* Button Hover */
.ef-consent-form__submit:hover:not(:disabled) {
  background: var(--eo-blue);
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0, 118, 201, 0.24);
}

/* Kreis-Pfeil im Button */
.ef-consent-form__submit::after {
  content: "→";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  transition: all 0.24s ease;
}

/* Button Hover Pfeil */
.ef-consent-form__submit:hover:not(:disabled)::after {
  color: var(--eo-blue);
  transform: translateY(-50%) translateX(2px);
}

/* Disabled Button */
.ef-consent-form__submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Mobile */
@media (max-width: 767px) {
  .ef-consent-form__form {
    padding: 20px;
    border-radius: 18px;
  }

  .ef-consent-form__item {
    grid-template-columns: 30px 1fr;
    gap: 12px;
    padding: 0 15px !important;
    border-radius: 13px;
  }

  .ef-consent-form__text {
    font-size: 14px;
  }

  .ef-consent-form__submit {
    min-height: 54px;
    font-size: 14px;
    padding-left: 22px;
    padding-right: 64px;
  }
}/* End custom CSS */