.elementor-8662 .elementor-element.elementor-element-2e3a80c0{--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;}.elementor-8662 .elementor-element.elementor-element-46585a8e{--spacer-size:30px;}.elementor-8662 .elementor-element.elementor-element-2620794d.elementor-element{--align-self:center;}@media(min-width:768px){.elementor-8662 .elementor-element.elementor-element-2e3a80c0{--content-width:1140px;}}/* Start custom CSS for html, class: .elementor-element-2620794d *//* BREVO FORM – passend zur Website */

.sib-form,
.sib-form *,
#sib-container,
#sib-container * {
  font-family: inherit !important;
}

.sib-form {
  background: transparent !important;
  padding: 0 !important;
}

#sib-container {
  max-width: 720px !important;
  margin: 0 auto !important;
  padding: 20px 0 0 !important;
  background: transparent !important;
  border: 0 !important;
}

/* Layout: gleiche Breite wie Content oben */
#sib-form {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px 28px !important;
  align-items: start !important;
}

#sib-form > div {
  padding: 0 !important;
}

/* Labels */
#sib-form label.entry__label {
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  color: #165168 !important;
  margin-bottom: 7px !important;
}

/* Eingabefelder flacher */
#sib-form input.input {
  width: 100% !important;
  height: 38px !important;
  min-height: 38px !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  color: #165168 !important;
  background: #fff !important;
  border: 1px solid rgba(22, 81, 104, 0.25) !important;
  border-radius: 3px !important;
  padding: 0 13px !important;
  box-shadow: none !important;
}

#sib-form input.input::placeholder {
  color: rgba(22, 81, 104, 0.35) !important;
}

/* Button links, Captcha rechts */
#sib-form > div:nth-of-type(3),
#sib-form > div:nth-of-type(4) {
  margin-top: 4px !important;
  align-self: start !important;
}

/* Button wie Button darüber */
#sib-form button {
  width: 100% !important;
  height: 40px !important;
  min-height: 38px !important;
  border-radius: 3px !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  padding: 0 18px !important;
  background-color: #165168 !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
  line-height: 38px !important;
}

#sib-form button:hover {
  background-color: #0f3f52 !important;
}

/* reCAPTCHA in Linie mit Button */
.sib-captcha {
  height: 38px !important;
  display: flex !important;
  align-items: flex-start !important;
  overflow: visible !important;
}

.g-recaptcha {
  transform: scale(1);
  transform-origin: left center;
}

/* Fehlermeldungen */
.entry__error {
  font-size: 13px !important;
  margin-top: 6px !important;
}

/* Mobile */
@media (max-width: 700px) {
  #sib-container {
    max-width: 100% !important;
    padding-top: 20px !important;
  }

  #sib-form {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  #sib-form button {
    width: 100% !important;
  }

  .g-recaptcha {
    transform: scale(0.86);
  }
}/* End custom CSS */